Fix precompile binary script TypeError: name.replace is not a function. Fixes #1295.
Add support for nested attributes on groupby filter; respect throwOnUndefined option, if the groupby attribute is undefined. Merge of #1276; fixes #1198. Thanks ogonkov!
Fix bug that prevented errors in included templates from being raised when rendering templates synchronously. Fixes #1272.
The indent filter no longer appends an additional newline. Fixes #1231.
HTML encode backslashes when expressions are passed through the escape
filter (including when this is done automatically with autoescape). Merge
of #1437.
3.2.3 (Feb 15 2021)
Add support for nested attributes on
sort filter;
respect throwOnUndefined if sort attribute is undefined.
Fix precompile binary script TypeError: name.replace is not a function.
Fixes #1295.
Add support for nested attributes on
groupby filter;
respect throwOnUndefined option, if the groupby attribute is undefined.
Merge of #1276; fixes
#1198. Thanks
ogonkov!
Fix bug that prevented errors in included templates from being raised when
rendering templates synchronously. Fixes
#1272.
The indent filter no longer appends an additional newline. Fixes
#1231.
You can trigger a rebase of this PR 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ZeroCho/nodejs-book/network/alerts).
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps nunjucks from 3.2.1 to 3.2.4.
Release notes
Sourced from nunjucks's releases.
Changelog
Sourced from nunjucks's changelog.
Commits
86a77f4
Release v3.2.4ec16d21
fix: html encode backslashes if used with escape filter or autoescape (#1437)fd50090
Release v3.2.3d34fdbf
Temporarily comment out codecov actioncefad41
Replace README.md travis badge with github actions7601ff4
Fixup github actions workflow filede9dc67
Add GitHub Workflow for tests. fixes #1333aa9e5b9
Fix prototype pollution security issue. fixes #1331f51afa3
Move chokidar to peerDependencies and make it optional via peerDependenciesMe...f91f1c3
Fixgroupby
example formattingYou can trigger a rebase of this PR 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ZeroCho/nodejs-book/network/alerts).