[Fixed] Breaking zero-arity subexpressions support #433
Zero-arity subexpression no longer resolved as variable. The behaviour is now aligned with handlebarsjs.
For instance, {{(parent)}} can no longer access parent field of the context object, use
{{lookup this "parent"}} instead. This change applies to partial inclusion, too.
[Removed] Breaking option to disable source map is removed #395
[Removed] BreakingTemplateFileError and TemplateRenderError are removed and merged into
TemplateError and RenderError#395
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on handlebars to permit the latest version.
Changelog
Sourced from handlebars's changelog.
... (truncated)
Commits
5cf885a
(cargo-release) version 4.1.0416876c
(doc) update changelogc09e19a
(style) format codebf0a021
Merge pull request #451 from twittner/issue-449e8c107b
Error if boolean helper params are missing.708c773
Merge pull request #448 from sunng87/fix/stripping-newlines-issue47df588
(doc) update msrv info509e3d0
(test) add test case for invert tag07c1c21
(fix) update comment for new codeaebab3a
(feat) export StringOutput as requested in #442Dependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)