All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added compatibility with PHP 8.0.
- Added compatibility with PHP 8.1.
- Added support for Mako 8.x.
- Added support for Smarty 4.x
- (internal) replaced Travis CI with Github Actions after travis-ci.org shut down.
6.1.0 - 2020-09-19
- Add support for Mako Framework 7. Support for Mako 6.x is unchanged.
- Fixed an issue in PHP 7.4 relating to
ReflectionType
string conversion.
6.0 - 2019-04-09
- TemplateCompilationTest now supports PHPUnit 6 or higher.
- Note that this still needs PHP 7.2.
- Require Mako 6.0 or compatible
- Require PHP 7.2
- Add a utility template test class. Use it as a sanity check for your views.
- Better type hinting for internal function wrappers.