Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

59 lines (37 loc) · 1.38 KB

Changelog

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

  • Added compatibility with PHP 8.0.
  • Added compatibility with PHP 8.1.
  • Added support for Mako 8.x.
  • Added support for Smarty 4.x

Changed

  • (internal) replaced Travis CI with Github Actions after travis-ci.org shut down.

6.1.0 - 2020-09-19

Added

  • Add support for Mako Framework 7. Support for Mako 6.x is unchanged.

Fixed

  • Fixed an issue in PHP 7.4 relating to ReflectionType string conversion.

6.0 - 2019-04-09

Added

  • TemplateCompilationTest now supports PHPUnit 6 or higher.
    • Note that this still needs PHP 7.2.

Changed

  • Require Mako 6.0 or compatible
  • Require PHP 7.2

Added

  • Add a utility template test class. Use it as a sanity check for your views.
  • Better type hinting for internal function wrappers.