| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| swig.js | 2014-07-03 | 143.0 kB | |
| swig.js.map | 2014-07-03 | 63.0 kB | |
| swig.min.js | 2014-07-03 | 46.1 kB | |
| README.md | 2014-07-03 | 752 Bytes | |
| v1.4.0 source code.tar.gz | 2014-07-03 | 79.8 kB | |
| v1.4.0 source code.zip | 2014-07-03 | 134.0 kB | |
| Totals: 6 Items | 466.7 kB | 0 | |
- Changed Allow variable tokens to start with
$. gh-455 - Changed
fsloader should takecwdas default base path. gh-419 - Changed handle errors which occur at the time of rendering. gh-417
- Changed default options in bin (
varControls,tagControls,cmtControls). gh-415 - Changed
nullshould yield empty string when resolving variable. gh-408 - Added Escape character for
datefilter argument. gh-427, gh-432 - Added Make
ifandelseifthrow a better error message when a tag body is omitted. gh-425 - Fixed don't throw errors on accessing property of
nullobject. gh-471 - Fixed
loopvariables work correctly in nested loops. gh-433 - Fixed Some IE8 compatibility (require es5). gh-428