Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 800 Bytes

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 800 Bytes

0.8.1

  • support elseif tags

0.8.0

  • Start throwing exceptions when parsing fails

0.7.4

  • For tag: make sure iterable is not null before assignment

0.7.3

  • Truthy support for binary operators

0.7.2

  • Array support

0.7.1

  • array support

0.7.0

  • Fix parse failure for single { character
  • Better whitespace control handling
  • Optional tracing and linting

0.6.6

  • Allow identifiers with hyphens

0.6.5

  • Member access fix

0.6.3

  • Filtered assignment fix

0.6.2

  • Group filters into modules

0.6.0

  • Empty type
  • MapRoot Root implementation

0.5.0

  • Filesystem lookup
  • Render tag

0.4.0

  • Drop support

0.3.0

  • Support floating point numbers
  • Support negative numbers

0.2.0

  • Add built in filters

0.1.0

  • Initial version.