This repository was archived by the owner on Feb 3, 2023. It is now read-only.
v0.6.0
* **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