Skip to content

Latest commit

 

History

History
50 lines (23 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

50 lines (23 loc) · 1.9 KB

0.4.2 (2020-09-09)

Reverts

  • Revert "chore: skip problematic dependabot commits" (d904b23)

0.4.1 (2020-09-09)

Bug Fixes

  • deps: [security] bump handlebars from 4.3.0 to 4.6.0 (#102) (8469bbd)

0.4.0 (2020-09-09)

Features

  • support pure helper definitions (f38c9ea)

0.3.0 (2020-09-09)

Features

  • mark generated Templates as pure (e589ad2)

0.2.5 (2019-11-15)

Bug Fixes

  • opts: check that options.handlebars is defined (fcc1e8a)

Release History

  • 0.2.4 Add extra config parameter to be able to define custom handlebars compiler

  • 0.2.3 Don't override options.jquery if jQuery is global (@xcambar - #9)

  • 0.2.2 Fix Windows compatibility (@mohd-akram - #8)

  • 0.2.1 Use var in exported JS to improve compatibility

  • 0.2.0 Expose default runtime ID as handlebars.runtimeId

  • 0.1.1 Simplify runtime import

  • 0.1.0 Initial release.