Releases: harttle/liquidjs
Releases · harttle/liquidjs
v9.36.0
9.36.0 (2022-03-05)
Features
- Access array item by negative index, closes #486 (049685b)
- allow strip filter with specified char, closes #390 (c503cb2)
- appropriate error for malformed filters, fixes #271 (01014ed)
v9.35.2
9.35.2 (2022-03-02)
Bug Fixes
- corner case for concat filter without argument, #481 (aa95517)
- export all builtin tags from LiquidJS, #464 (33009bb)
v9.35.0
9.35.0 (2022-02-23)
Bug Fixes
url_encode
throws on undefined value, fixes #479 (ca3240c)
Features
- expose all tags/filters and TimezoneDate, closes #464 (dab8a29)
v9.34.1
9.34.1 (2022-02-20)
Bug Fixes
- array output now join with "" instead of "," (ab5e245)
- sort filter unexpectedly modifies original array, #475 (dbc0497)
v9.34.0
9.34.0 (2022-01-28)
Bug Fixes
Features
ownPropertyOnly
option to protect prototype, #454 (7e99efc)
v9.33.1
9.33.1 (2022-01-19)
Bug Fixes
- liquidjs.version on npm package (53824a2)
v9.32.1
9.32.1 (2022-01-12)
Bug Fixes
- remove limit on operator char length (7677f84)