handlebars-rust v4.2.0 Release Notes

Release Date: 2022-01-05 // about 2 years ago
    • 👍 [Added] RustEmbed support for loading templates from [#484]
    • 📜 [Fixed] Parser support for variables begins with digit [#479]
    • [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]
    • ⚡️ [Changed] Update MSRV to 1.51 due to dependency changes