Skip to content

Releases: harttle/liquidjs

v9.36.1

17 Apr 16:46
Compare
Choose a tag to compare

9.36.1 (2022-04-17)

Bug Fixes

v9.36.0

05 Mar 16:56
Compare
Choose a tag to compare

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

02 Mar 13:26
Compare
Choose a tag to compare

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.1

26 Feb 18:12
Compare
Choose a tag to compare

9.35.1 (2022-02-26)

Bug Fixes

v9.35.0

23 Feb 17:20
Compare
Choose a tag to compare

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

20 Feb 07:59
Compare
Choose a tag to compare

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

28 Jan 17:37
Compare
Choose a tag to compare

9.34.0 (2022-01-28)

Bug Fixes

Features

  • ownPropertyOnly option to protect prototype, #454 (7e99efc)

v9.33.1

19 Jan 17:20
Compare
Choose a tag to compare

9.33.1 (2022-01-19)

Bug Fixes

  • liquidjs.version on npm package (53824a2)

v9.33.0

19 Jan 16:57
Compare
Choose a tag to compare

9.33.0 (2022-01-19)

Features

v9.32.1

12 Jan 13:27
Compare
Choose a tag to compare

9.32.1 (2022-01-12)

Bug Fixes

  • remove limit on operator char length (7677f84)