Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.05 KB

Change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

[4.0.2] - 2021-01-05

Added

  • add support for Twig 3.*

[4.0.1] - 2020-03-26

Changed

  • removed support for Twig 1.*

Added

  • add support for Twig 2.*

[4.0.0] - 2019-11-24

Changed

  • update "HtmlMin" from v3 -> v4

Added

  • use caching for compressed results

[3.0.0] - 2017-12-23

Changed

  • 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")

[2.0.0] - 2017-12-03

Changed

  • drop support for PHP < 7.0
  • use "strict_types"

[1.0.2] - 2017-03-18

Changed

  • remove tests-directory ".gitattributes" when installing via composer
  • fix compatibility with PHP 5.3 / 5.4

[1.0.1] - 2017-03-18

Changed

  • use dependency injection

[1.0.0] - 2017-03-18

Changed