This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
v1.0.0-pre2
Pre-release
Pre-release
paularmstrong
released this
18 Aug 22:56
·
234 commits
to master
since this release
- Changed Binary: Allow --method-name to be a shortcut for --wrap-start var setting.
- Changed Make reverse filter an alias for
sort(true)
. - Added Allow asyncronous
compileFile
andrenderFile
operations. gh-283 - Added Filter:
sort
. - Added Allow {% end[tag] tokens... %}. gh-278
- Added Built source map for minified browser source.
- Added Contextual support for object method calls. gh-275
- Added
parser.on('start'|'end'...
options. gh-274 - Added Allow object prototypal inheritance. gh-273
- Fixed Prevent circular extends. gh-282
- Fixed Throw an error if reserved word is used as var. gh-276
- Fixed Add filename to errors if possible. gh-280
- Fixed Filters work over arrays/objects if possible. gh-259
- Fixed Allow
{% parent %}
to work in middle parent templates. gh-277 - Fixed Allow newlines in tags/vars/comments. gh-272