Mustache v2.13.0 Release Notes

Release Date: 2019-11-23 // over 4 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.