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

v0.6.0

Compare
Choose a tag to compare
@paularmstrong paularmstrong released this 04 Sep 03:51
· 893 commits to master since this release
  • Added {% import foo as bar %} tag for importing macros.
  • Added Allow escaping for js in escape filter and autoescape tag.
  • Added raw filter to force variable to not be escaped.
  • Added escape and e filters to force variable to be escaped.
  • Added Allow filters to accept any JS objects, arrays, strings, and context variables.
  • Changed if, else, and else if tags support all JS-valid if-syntaxes + extra operators.
  • Fixed default filter for undefined variables. closes gh-18