Skip to content

v17.0

Compare
Choose a tag to compare
@kgston kgston released this 28 Mar 04:21
· 30 commits to master since this release
  1. Added HTML escaping into render pipeline
  2. Added global setting flag for HTML escaping
  3. Added flags functionality
  4. Added the following template variable flags
    1. /esc to force HTML escaping regardless of the global flag
    2. /noEsc to force no HTML escaping regardless of the global flag
  5. Made stencil attributes customizable and reorganized the naming
  6. Fixed bug where [] notation was not being detected as a variable name in templates
  7. Added new automated tests for all new functionalities since v12.0