All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- add support for Twig 3.*
- removed support for Twig 1.*
- add support for Twig 2.*
- update "HtmlMin" from v3 -> v4
- use caching for compressed results
- update "HtmlMin" from v2 -> v3
-> this is a breaking change without API-changes - but the requirement from HtmlMin has been changes (it no longer requires "Portable UTF8")
- drop support for PHP < 7.0
- use "strict_types"
- remove tests-directory ".gitattributes" when installing via composer
- fix compatibility with PHP 5.3 / 5.4
- use dependency injection
- init (fork from https://github.com/nochso/html-compress-twig/)