picus
picus copied to clipboard
Bump handlebars from 4.5.0 to 6.2.0
Bumps handlebars from 4.5.0 to 6.2.0.
Release notes
Sourced from handlebars's releases.
v6.2.0
What's Changed
- chore(deps): bump serve-static and express in /playground/www by
@dependabotin sunng87/handlebars-rust#675- chore(deps): bump send and express in /playground/www by
@dependabotin sunng87/handlebars-rust#676- fix: improved number compare between different types by
@sunng87in sunng87/handlebars-rust#679- chore(deps): bump cookie and express in /playground/www by
@dependabotin sunng87/handlebars-rust#680- feat: add
@indexfor object iteration by@sunng87in sunng87/handlebars-rust#682Full Changelog: https://github.com/sunng87/handlebars-rust/compare/v6.1.0...v6.2.0
v6.1.0
What's Changed
- docs: fix code examples formatting by
@mrnossiomin sunng87/handlebars-rust#668- chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 in /playground/www by
@dependabotin sunng87/handlebars-rust#671- implement floating point and string comparisons by
@lovasoain sunng87/handlebars-rust#673New Contributors
@mrnossiommade their first contribution in sunng87/handlebars-rust#668Full Changelog: https://github.com/sunng87/handlebars-rust/compare/v6.0.0...v6.1.0
v6.0.0
What's Changed
- chore(deps-dev): bump express from 4.18.2 to 4.19.2 in /playground/www by
@dependabotin sunng87/handlebars-rust#639- impl From for RenderErrorReason by
@cmrschwarzin sunng87/handlebars-rust#644- Fix nested partial indenting by
@cmrschwarzin sunng87/handlebars-rust#646- chore(deps): update env_logger requirement from 0.10 to 0.11 by
@dependabotin sunng87/handlebars-rust#631- add common IDEs to .gitignore by
@cmrschwarzin sunng87/handlebars-rust#649- refactor: add non_exhaustive to all pub items with pub members by
@sunng87in sunng87/handlebars-rust#647- Fix Nested path lookup bug by
@cmrschwarzin sunng87/handlebars-rust#651- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /playground/www by
@dependabotin sunng87/handlebars-rust#648- chore(deps-dev): bump ws from 8.11.0 to 8.17.1 in /playground/www by
@dependabotin sunng87/handlebars-rust#652- Allow users to set single block params. by
@cmrschwarzin sunng87/handlebars-rust#655- Fix indent v2 by
@cmrschwarzin sunng87/handlebars-rust#654- feat: add PathSeg to public API by
@geoffreygarrettin sunng87/handlebars-rust#656- Fix #611 by
@cmrschwarzin sunng87/handlebars-rust#657- apply clippy fixes by
@cmrschwarzin sunng87/handlebars-rust#659- Fix edge case around nested empty partials by
@cmrschwarzin sunng87/handlebars-rust#658- fix: clippy warnings on optional feature tests by
@sunng87in sunng87/handlebars-rust#660- Avoid cloning the Render Context by
@cmrschwarzin sunng87/handlebars-rust#661- Zero alloc indent write by
@cmrschwarzin sunng87/handlebars-rust#663- Eliminate
RenderContextInnerby@cmrschwarzin sunng87/handlebars-rust#662See manually crafted changelog here: https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md#600---2024-07-20
New Contributors
@cmrschwarzmade their first contribution in sunng87/handlebars-rust#644@geoffreygarrettmade their first contribution in sunng87/handlebars-rust#656
... (truncated)
Changelog
Sourced from handlebars's changelog.
6.2.0 - 2024-10-26
- [Added]
@indexvariable for object iteration #682- [Changed] improve number comparison between different types #679
6.1.0 - 2024-09-06
- [Added] More data type support in comparison helpers #673
6.0.0 - 2024-07-20
- [Fixed] Various indent issue with partials, empty lines and helpers #646 #654 #658
- [Fixed] Bug when accessing nested path #651
- [Added] New public access to
PathSeg#656- [Added] New API to set single block params in
BlockContext#655- [Added]
From<RenderError>forRenderErrorReason#644- [Changed] Add
non_exhaustiveattribute to all public memebers #647- [Changed]
RenderContextAPI and improved performance for partial rendering #661 #662- [Changed] Improved error messsage for template parsing #638
5.1.2 - 2024-03-24
5.1.1 - 2024-01-18Yanked
- [Changed] Turned off pub access of
chaininHelperTemplate5.1.0 - 2024-01-17
- [Added] Chained
else ifblock support #6295.0.0 - 2023-12-31
- [Added] public mutable access to local variables in
BlockContext#533- [Changed] Simplified lifetime specifiers for
Helper,ScopedJsonand some other related types and functions. #532- [Changed] Updated
TemplateErrorto reduce its size. Direct field access is removed in favor of access methods- [Changed] Introducing
RenderErrorReasonfor typed render error- [Changed] Changed
register_template_directoryapi for more customizations #[610]- [Changed] Updated rust-embed to 8.0
4.3.4 - 2022-09-11
- [Added] New
write_fmtfunction forOutput#522
... (truncated)
Commits
5e35c76chore: Release handlebars version 6.2.0f2b5cb1chore: changelog housekeepingf551148feat: add@indexfor object iteration (#682)a970c28chore(deps): bump cookie and express in /playground/www (#680)f9f88edfix: improved number compare between different types (#679)f7583b9fix: lint warnings83a1062fix: lint warningsc065170chore(deps): bump send and express in /playground/www (#676)6db7cf1chore(deps): bump serve-static and express in /playground/www (#675)8ba3eff(cargo-release) version 6.1.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)