Bumps liquidjs from 6.0.0 to 10.0.0.
Release notes
Sourced from liquidjs's releases.
v10.0.0
10.0.0 (2022年11月27日)
chore
Code Refactoring
_evalToken renamed to evalToken (4e1a30a)
- change
ownPropertyOnly default value to true (7eb6216)
- delay creation of
operatorsTrie and hide this implementation (bb58d3e)
- remove
toThenable export (ffefd91)
- remove use of internal
Context class in evalValue argument (b115077)
Performance Improvements
- target Node.js 14 for cjs bundle (main entry) (1f6ce7c)
BREAKING CHANGES
evalToken now returns a generator (LiquidJS async), which is different from evalToken in previous LiquidJS versions.
- main entry need Node.js>=14 to run, you can build LiquidJS by your own by using ESM entry.
ownPropertyOnly default value changed to true
<liquidjs>.toThenable is removed, use <liquidjs>.toPromise instead
evalValue won't support Context as second argument anymore.
- use
operators instead of operatorsTrie as Tokenizer constructor argument, #500
- keys in
<liquidjs>.filters are now in snake case (instead of camel case), identical to that in Liquid template.
v9.43.0
9.43.0 (2022年11月27日)
Features
- support timezone offset argument for date filter, #553 (7a71485)
v9.42.1
9.42.1 (2022年10月21日)
Bug Fixes
- truncatewords should use at least one word, #537 (32f613f)
v9.42.0
... (truncated)
Changelog
Sourced from liquidjs's changelog.
10.0.0 (2022年11月27日)
Code Refactoring
- rename filters to snake style, #487 (ff112a4)
_evalToken renamed to evalToken (4e1a30a)
- change
ownPropertyOnly default value to true (7eb6216)
- delay creation of
operatorsTrie and hide this implementation (bb58d3e)
- remove
toThenable export (ffefd91)
- remove use of internal
Context class in evalValue argument (b115077)
Performance Improvements
- target Node.js 14 for cjs bundle (main entry) (1f6ce7c)
BREAKING CHANGES
evalToken now returns a generator (LiquidJS async), which is different from evalToken in previous LiquidJS versions.
- main entry need Node.js>=14 to run, you can build LiquidJS by your own by using ESM entry.
ownPropertyOnly default value changed to true
<liquidjs>.toThenable is removed, use <liquidjs>.toPromise instead
evalValue won't support Context as second argument anymore.
- use
operators instead of operatorsTrie as Tokenizer constructor argument, #500
- keys in
<liquidjs>.filters are now in snake case (instead of camel case), identical to that in Liquid template.
9.43.0 (2022年11月27日)
Features
- support timezone offset argument for date filter, #553 (7a71485)
9.42.1 (2022年10月21日)
Bug Fixes
- truncatewords should use at least one word, #537 (32f613f)
9.42.0 (2022年08月27日)
Features
9.41.0 (2022年08月24日)
... (truncated)
Commits
9b9ef37 chore(release): 10.0.0 [skip ci]
5bbdc08 chore(deps): bump minimatch from 3.0.4 to 3.1.2
1380ac9 refactor: more consistent tags to make it easier to iterate over, #524
4e1a30a refactor: _evalToken renamed to evalToken
9299268 refactor: Tag class support in registerTag()
1f6ce7c perf: target Node.js 14 for cjs bundle (main entry)
7eb6216 refactor: change ownPropertyOnly default value to true
ffefd91 refactor: remove toThenable export
b115077 refactor: remove use of internal Context class in evalValue argument
bb58d3e refactor: delay creation of operatorsTrie and hide this implementation
- Additional commits viewable in compare view
Dependabot compatibility score
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)
@dependabot use these labels will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps liquidjs from 6.0.0 to 10.0.0.
Release notes
Sourced from liquidjs's releases.
... (truncated)
Changelog
Sourced from liquidjs's changelog.
... (truncated)
Commits
9b9ef37chore(release): 10.0.0 [skip ci]5bbdc08chore(deps): bump minimatch from 3.0.4 to 3.1.21380ac9refactor: more consistent tags to make it easier to iterate over, #5244e1a30arefactor:_evalTokenrenamed toevalToken9299268refactor: Tag class support in registerTag()1f6ce7cperf: target Node.js 14 for cjs bundle (main entry)7eb6216refactor: changeownPropertyOnlydefault value totrueffefd91refactor: removetoThenableexportb115077refactor: remove use of internalContextclass inevalValueargumentbb58d3erefactor: delay creation ofoperatorsTrieand hide this implementationDependabot compatibility score
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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.