handlebars-rust v3.4.0 Release Notes

Release Date: 2020-08-14 // over 3 years ago
    • ๐ŸŒฒ [Added] Debug log that can be turned on by using envlog or other implementation, to trace data resolution during rendering [#369]
    • ๐Ÿ›  [Fixed] Derived value as block context base value [#343, #353]
    • ๐Ÿ›  [Fixed] Partial name aligned with handlebars.js, added support for ., escape [] and string '' name
    • [Changed] HTML escape aligned with handlebars.js, added =, \ and ``` [#366]
    • โšก๏ธ [Changed] Update rhai to 0.18 [#370]
    • ๐Ÿ›  [Fixed] Result of simple helper is now escaped [#373]