sunng87/handlebars-rust (handlebars)
### [`v4.4.0`](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.7...v4.4.0)
[Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.7...v4.4.0)
### [`v4.3.7`](https://togithub.com/sunng87/handlebars-rust/releases/tag/v4.3.7)
[Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.6...v4.3.7)
- \[Fixed] Use fully qualified name of `Result` in `handlebars_helper` macro \[[#578](https://togithub.com/sunng87/handlebars-rust/issues/578)]
- \[Fixed] Allow single-quote JSON literal \[[#577](https://togithub.com/sunng87/handlebars-rust/issues/577)]
### [`v4.3.6`](https://togithub.com/sunng87/handlebars-rust/releases/tag/v4.3.6)
[Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.5...v4.3.6)
\[Fixed] Loading template files with multiple extensions, a bug introduced in 4.3.0 when refactoring directory source.
### [`v4.3.5`](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.4...v4.3.5)
[Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.4...v4.3.5)
### [`v4.3.4`](https://togithub.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#434---2022-09-11)
[Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.3...v4.3.4)
- \[Added] New `write_fmt` function for `Output` \[[#522](https://togithub.com/sunng87/handlebars-rust/issues/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.
### [`v4.3.3`](https://togithub.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#433---2022-07-20)
[Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.2...v4.3.3)
- \[Fixed] Disable partial expression indentation with `{{~> partial}}` to
bring behavior closer in line with original javascript version. \[[#518](https://togithub.com/sunng87/handlebars-rust/issues/518)]
- \[Fixed] Support for using partial context together with partial parameters
\[[#520](https://togithub.com/sunng87/handlebars-rust/issues/520)]
### [`v4.3.2`](https://togithub.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#432---2022-07-14)
[Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.1...v4.3.2)
- \[Added] Render functions that reuse `Context` for custom `std::io::Write`:
`render_with_context_to_write` and `render_template_with_context_to_write`
### [`v4.3.1`](https://togithub.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#431---2022-06-09)
[Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.0...v4.3.1)
- \[Added] Added support for `{{~{variable}~}}` syntax \[[#509](https://togithub.com/sunng87/handlebars-rust/issues/509)]
assert-rs/trycmd (snapbox)
### [`v0.4.13`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.4.12...snapbox-v0.4.13)
[Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.4.12...snapbox-v0.4.13)
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
4.3
->4.4
0.4.12
->0.4.13
Release Notes
sunng87/handlebars-rust (handlebars)
### [`v4.4.0`](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.7...v4.4.0) [Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.7...v4.4.0) ### [`v4.3.7`](https://togithub.com/sunng87/handlebars-rust/releases/tag/v4.3.7) [Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.6...v4.3.7) - \[Fixed] Use fully qualified name of `Result` in `handlebars_helper` macro \[[#578](https://togithub.com/sunng87/handlebars-rust/issues/578)] - \[Fixed] Allow single-quote JSON literal \[[#577](https://togithub.com/sunng87/handlebars-rust/issues/577)] ### [`v4.3.6`](https://togithub.com/sunng87/handlebars-rust/releases/tag/v4.3.6) [Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.5...v4.3.6) \[Fixed] Loading template files with multiple extensions, a bug introduced in 4.3.0 when refactoring directory source. ### [`v4.3.5`](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.4...v4.3.5) [Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.4...v4.3.5) ### [`v4.3.4`](https://togithub.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#434---2022-09-11) [Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.3...v4.3.4) - \[Added] New `write_fmt` function for `Output` \[[#522](https://togithub.com/sunng87/handlebars-rust/issues/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. ### [`v4.3.3`](https://togithub.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#433---2022-07-20) [Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.2...v4.3.3) - \[Fixed] Disable partial expression indentation with `{{~> partial}}` to bring behavior closer in line with original javascript version. \[[#518](https://togithub.com/sunng87/handlebars-rust/issues/518)] - \[Fixed] Support for using partial context together with partial parameters \[[#520](https://togithub.com/sunng87/handlebars-rust/issues/520)] ### [`v4.3.2`](https://togithub.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#432---2022-07-14) [Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.1...v4.3.2) - \[Added] Render functions that reuse `Context` for custom `std::io::Write`: `render_with_context_to_write` and `render_template_with_context_to_write` ### [`v4.3.1`](https://togithub.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#431---2022-06-09) [Compare Source](https://togithub.com/sunng87/handlebars-rust/compare/v4.3.0...v4.3.1) - \[Added] Added support for `{{~{variable}~}}` syntax \[[#509](https://togithub.com/sunng87/handlebars-rust/issues/509)]assert-rs/trycmd (snapbox)
### [`v0.4.13`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.4.12...snapbox-v0.4.13) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.4.12...snapbox-v0.4.13)Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.