You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of little changes, plus two bigger ones:
* Fix disabling lambda template cache option: it didn't before, now it does.
* Improve tokenizer performance: 25-60% performance boost!
* Improve tokenizer and parser performance and memory usage. Wheee!
* Allow passing entity flags for htmlspecialchars() (thanks @pinterface)
* Fix filesystem loader to work with stream wrappers (thanks @mlebrun)
* Add a `bin/build_bootstrap.php` script for creating a single-file …
…Mustache library include.
* Improve catchability of Mustache exceptions (more granular types + all exceptions now implement Mustache_Exception interface).
* Add a Inline and Cascading template loaders, which are pure awesome.
* Simplify compiled PHP code for templates without section tags.
* Fix compiled templates' PSR-2 compliance.
* Speed up value resolution by 33% for primitives, 25% for methods and properties, and 10% for lambdas.
* Fix default/overloading of partials in Engine constructor (thanks @mattdeclaire!)