- Formalize support for leading/trailing whitespace inside
{{ }}
- Fix var leakage from
#each
loops - Add support for nested comments
- Add support for
{{> partials}}
- Fix
resolveVar
behavoir with#each
andMap[]
lists
- Add support for
{{!-- comments --}}
- Add support for
#ifnot
keyword - Tweak Renderer to render invalid slot paths as
null
- Split into separate compile+render steps so we can cache compiled instances
- Add
pod.fandoc
- Fix var substitution to escape text by default
- Add support for unescaped var substitution using
{{{
- Initial MVP