Jun Yang
|
4e1a30a20c
|
refactor: _evalToken renamed to evalToken
BREAKING CHANGE: `evalToken` now returns a generator (LiquidJS async), which is different from `evalToken` in previous LiquidJS versions.
|
2022-11-27 14:04:02 +08:00 |
|
Jun Yang
|
92992689cd
|
refactor: Tag class support in registerTag()
|
2022-11-27 14:04:01 +08:00 |
|
Jun Yang
|
1f6ce7c822
|
perf: target Node.js 14 for cjs bundle (main entry)
BREAKING CHANGE: main entry need Node.js>=14 to run, you can build LiquidJS by your own by using ESM entry.
|
2022-11-27 14:04:01 +08:00 |
|
Jun Yang
|
7eb621601c
|
refactor: change ownPropertyOnly default value to true
BREAKING CHANGE: `ownPropertyOnly` default value changed to `true`
|
2022-11-27 14:04:01 +08:00 |
|
Jun Yang
|
ffefd91fbc
|
refactor: remove toThenable export
BREAKING CHANGE: `<liquidjs>.toThenable` is removed, use `<liquidjs>.toPromise` instead
|
2022-11-27 14:04:01 +08:00 |
|
Jun Yang
|
b115077e12
|
refactor: remove use of internal Context class in evalValue argument
BREAKING CHANGE: `evalValue` won't support `Context` as second argument anymore.
|
2022-11-27 14:04:01 +08:00 |
|
Jun Yang
|
bb58d3e549
|
refactor: delay creation of operatorsTrie and hide this implementation
BREAKING CHANGE: use `operators` instead of `operatorsTrie` as Tokenizer constructor argument, #500
|
2022-11-27 14:04:01 +08:00 |
|
Jun Yang
|
ff112a4750
|
chore: rename filters to snake style, #487
BREAKING CHANGE: keys in `<liquidjs>.filters` are now in snake case (instead of camel case), identical to that in Liquid template.
|
2022-11-27 14:04:00 +08:00 |
|
Jun Yang
|
7a714855df
|
feat: support timezone offset argument for date filter, #553
|
2022-11-27 13:46:51 +08:00 |
|
 Jun YangandGitHub
|
71a1dc6e72
|
docs: update README
|
2022-10-18 03:06:14 +08:00 |
|
 Jun YangandGitHub
|
375a19b0fd
|
chore: update funding.yml
|
2022-10-18 03:01:12 +08:00 |
|
 Jun YangandGitHub
|
4e17fdc3b1
|
docs: update README.md
|
2022-10-18 02:41:14 +08:00 |
|