Skip to content

Mustache.php v2.13.0

Compare
Choose a tag to compare
@bobthecow bobthecow released this 23 Nov 21:42
  • 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.