| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2014-08-04 | 521 Bytes | |
| v1.4.2 source code.tar.gz | 2014-08-04 | 80.9 kB | |
| v1.4.2 source code.zip | 2014-08-04 | 136.1 kB | |
| swig.js | 2014-08-04 | 144.0 kB | |
| swig.js.map | 2014-08-04 | 63.3 kB | |
| swig.min.js | 2014-08-04 | 46.5 kB | |
| Totals: 6 Items | 471.4 kB | 2 | |
- Added Report JS parse errors with template filenames. gh-492
- Fixed Ensure block-level tags (
set, etc) are parsed in correct order. gh-495 - Fixed Ensure import tag uses current Swig instance's loader. gh-421, gh-503
- Fixed Allow disabling cache on compile/render functions directly. gh-423
- Fixed Ensure compilation does not leak global variables. gh-496
- Fixed Fix for-loops to run on strings. gh-478, gh-479
- Fixed Allow macro output to be assigned using
settag. gh-499, gh-502