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.