swig v1.4.2 Release Notes

Release Date: 2014-08-04 // over 9 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