Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

v1.4.2

Latest
Compare
Choose a tag to compare
@paularmstrong paularmstrong released this 04 Aug 19:06
· 30 commits to master since this release
  • 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