This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
Releases: paularmstrong/swig
Releases · paularmstrong/swig
v0.13.2
v0.13.1
v0.13.0
v0.12.1
- Added More information on some parser errors
- Added indent parameter to json_encode filter to support pretty-printing.
- Added support for variables as
extends
tag parameters - Fixed Compile errors in Android and other random browsers
- Fixed Misc documentation
- Fixed Leaking __keys variable into global scope
v0.12.0
- Fixed Misc documenation
- Changed Support Node.js >=v0.6
v0.11.2
v0.11.1
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
v0.10.0
- Added loop.index0, loop.revindex, loop.revindex0, and loop.cycle gh-48
- Added init config
extensions
for 3rd party extension access in custom tags gh-44 - Added Whitespace Control gh-46
- Changed The
empty
tag infor
loops is nowelse
gh-49 - Changed
forloop
vars toloop
closes gh-47 - Fixed
include
tag'swith
andonly
args documentation gh-50