swig v1.4.2 Release Notes
Release Date: 2014-08-04 // over 10 years ago-
- โ 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
set
tag. gh-499, gh-502
Previous changes from v1.4.1
-
- ๐ Fixed
macro
argument names colliding with context variable names. gh-457 - ๐ Fixed filter chaining within tags. gh-441
- ๐ Fixed