handlebars-rust v4.3.0 Release Notes

Release Date: 2022-05-18 // almost 2 years ago
    • ⚡️ [Changed] update MSRV to 1.57 as rhai requires
    • 🛠 [Fixed] Reimplemented indent support for partial expression {{> partial}}, which is introduced in 4.2.0. The new implementation is aligned with original javascript version, that every text line generated from partial are indented as {{> partial}} does. prevent_indent will turn-off this feature. [#505]
    • 👍 [Changed] changed error support library from quick_error to thiserror