This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
v0.11.0
- Added Support for Windows style paths gh-57
- Added
ignore missing
tokens to include tag - Changed include tag
with context
to only work ifcontext
is an object - Changed
autoescape
tag controls no longer 'yes' or 'no'. Usetrue
andfalse
- Changed parser is now passed into tags as an argument
- Changed don't require passing context object when rendering template
- Fixed dateformats
N
andw
gh-59 - Fixed number changing to string after add filter or set from variable gh-53 gh-58
- Fixed speed decrease caused by loop.cycle fixed
- Fixed Ensure set tag bubbles through extends and blocks