Skip to content

v4.2.0

Compare
Choose a tag to compare
@sunng87 sunng87 released this 06 Jan 02:27
· 294 commits to master since this release
d597c59

Added

  • RustEmbed support for loading templates from [#484]

Fixed

  • Parser support for variables begins with digit [#479]
  • Typo in Debug impl of Handlebars [#485 ]

Changed

  • Keep indent whitespaces for partial expression {{> partial}} as default in handlebarsjs. A new option prevent_indent is provided on Handlebars to turn off this behaviour. [#486]
  • Update MSRV to 1.51 due to dependency changes