Skip to content

v0.9.0

Choose a tag to compare

@jescalan jescalan released this 13 Jul 18:08
· 298 commits to master since this release

This is a breaking release, caution!

This is a complete project rewrite from scratch. If anything is the same between this and the previous version, it's purely coincidence. Consult the readme for usage instructions. Right now we have:

  • standard (html-escaped) expressions, with custom delimiter option
  • unescaped expressions, with custom delimiter option
  • conditionals, with custom tag name option
  • loops for both objects and arrays, with custom tag name option

All expressions are evaluated in a v8 sandbox with only the locals you pass in via the plugin options.