handlebars-rust v4.3.4 Release Notes

Release Date: 2022-09-11 // over 1 year ago
    • [Added] New write_fmt function for Output [#522]
    • [Added] reason() method for TemplateError to access underlying reason, this replaces original direct .reason access.
    • [Changed] Direct access to TemplateError's reason field is depreacted will be removed in future.

Previous changes from v4.3.3

    • 🛠 [Fixed] Disable partial expression indentation with {{~> partial}} to bring behavior closer in line with original javascript version. [#518]
    • 🛠 [Fixed] Support for using partial context together with partial parameters [#520]