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
* 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.
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!