Releases: xp-forge/mustache
Releases · xp-forge/mustache
9.0.1: PHP 8.5 deprecation fix
9.0.0: PHP 7.4+
Heads up: Remove deprecated template loader infrastructure, see #8
(@thekid)
Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
(@thekid)
- Added PHP 8.5 to test matrix - @thekid
8.2.0: XP 12 compatibility
- Made compatible with XP 12 - @thekid
8.1.0: Reflection removal
8.0.4: Template string representation fix
- Fixed
com.github.mustache.Templatestring representation to include
root node's string representation
(@thekid)
8.0.3: String representation fix
8.0.2: Member declaration fix
- Fixed member declaration in
com.github.mustache.templates.Compiled
(@thekid)
8.0.1: PHP 8.2 compatibility
8.0.0: Drop XP 9, add XP 11
- Made compatible with PHP 8.1 - add
ReturnTypeWillChangeattributes to
iterator, see https://wiki.php.net/rfc/internal_method_return_types - Implemented xp-framework/rfc#341, dropping compatibility with XP 9
(@thekid)
7.0.0: Single quotes escaping
- Changed single quotes to be emitted as
'for all PHP versions.
This breaks backwards compatiblity but ensure there are no security
risks with expressions such as<a href='{{url}}'>...</a>.
(@thekid)