Tags: writecode/mustache.php
Tags
* Lazily evaluate template BLOCKS pragma sections. See bobthecow#264 … …and bobthecow#265. Thanks @damyon! * Add ANCHORED-DOT pragma to enable "anchored dot notation". See bobthecow#129 and mustache/spec#52 * A bit of CS cleanup, and remove the unused create_example script.
* Add template inheritance, via BLOCKS pragma. Thanks @jazzdan and t… …he rest of the @etsy devs! * Add a `pragmas` option to the Mustache_Engine constructor for enabling default pragmas. * A couple of performance improvements. Thanks @nizsheanez! * Code cleanup. Thanks @keradus! * Check coding standards on CI. Thanks @keradus! * Fix whitespace bug in nested partials. Thanks for the bug report, @mikesherov and @behance! * Allow omitting the filters on closing section tags, for example, `{{# a | b }}{{/ a }}` is now valid. * Increase test coverage, improve comments and examples.
PreviousNext