Mustache v2.12.0 Release Notes

Release Date: 2017-07-11 // over 6 years ago
    • 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.