handlebars-rust v4.3.4 Release Notes
Release Date: 2022-09-11 // over 2 years ago-
- [Added] New
write_fmt
function forOutput
[#522] - [Added]
reason()
method forTemplateError
to access underlying reason, this replaces original direct.reason
access. - [Changed] Direct access to
TemplateError
'sreason
field is depreacted will be removed in future.
- [Added] New
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]
- 🛠 [Fixed] Disable partial expression indentation with