This repository was archived by the owner on Feb 3, 2023. It is now read-only.
v0.11.0
* **Added** `ignore missing` tokens to include tag * **Changed** include tag `with context` to only work if `context` is an object * **Changed** `autoescape` tag controls no longer 'yes' or 'no'. Use `true` and `false` * **Changed** parser is now passed into tags as an argument * **Changed** don't require passing context object when rendering template * **Fixed** dateformats `N` and `w` [gh-59] * **Fixed** number changing to string after add filter or set from variable [gh-53] [gh-58] * **Fixed** speed decrease caused by loop.cycle fixed * **Fixed** Ensure set tag bubbles through extends and blocks