Skip to content

v0.2.0

Choose a tag to compare

@robinvdvleuten robinvdvleuten released this 18 Jul 16:03
f991de1

0.2.0 (2026-07-18)

Features

  • add {{- expr -}} whitespace trimming (49d034b)
  • add {{#elif}} blocks for else-if chains (aa1a557)
  • expose free variables as names on compiled templates (630e2cf)
  • iterate objects with {{#each obj as value, key}} (d6af466)
  • render {{#else}} branch when {{#each}} is empty (20c9038)

Bug Fixes

  • add names to the template renderer type declarations (bf60103)