Mustache v2.13.0 Release Notes
Release Date: 2019-11-23 // over 5 years ago-
- ๐ Fix notices on PHP 7.4 (Thanks @tomjn, @stronk7, and @JoyceBabu!)
- ๐ Fix a parse error in the delimiter change tag (e.g.
{{=<% %>=}}
) and throw a syntax error when it's invalid. - ๐ Improve Tokenizer::scan performance by 98.2%.
- โ Test against all the PHPs in CI.
Previous changes from v2.12.0
-
- Prevent redundant Autoloader registration (Thanks @hcpss-banderson!)
- โ Add a ProductionFilesystemLoader, which doesn't read template file contents before every render.
- ๐ Improve test coverage.
- ๐ Fix a bug when rendering the same block names multiple times in one template.
- โ Add a
delimiters
option for overriding default delimiters at the engine level. - Add validation to prevent empty
template_class_prefix
config.