Skip to content

Releases: harttle/liquidjs

v10.15.0

09 Jul 14:53
Compare
Choose a tag to compare

10.15.0 (2024-07-09)

Bug Fixes

  • report error for malformed else/elsif/endif/endfor, #713 (22b5a12)

Features

v10.14.0

17 Jun 14:52
Compare
Choose a tag to compare

10.14.0 (2024-06-17)

Bug Fixes

  • use drop valueOf when evaluated as condition (#705) (a7da93f)

Features

v10.13.1

24 May 02:39
Compare
Choose a tag to compare

10.13.1 (2024-05-24)

Bug Fixes

  • allow liquidMethodMissing to return any supported value type (#698) (0983f2c)
  • isComparable full interface check (#701) (55e144a)

v10.13.0

13 May 15:56
Compare
Choose a tag to compare

10.13.0 (2024-05-13)

Features

  • array_to_sentence_string and number_of_words filters from Jekyll, #443 (50253a9)
  • date filters from Jekyll (4955e75)
  • escape filters from Jekyll, #443 (b12eb8a)
  • jsonify, inspect, to_integer, normalize_whitespace filters (842b45c)
  • slugify filter from Jekyll, #443 (47ddc11)

v10.12.0

28 Apr 15:18
Compare
Choose a tag to compare

10.12.0 (2024-04-28)

Bug Fixes

Features

  • introduce where_exp filter from Jekyll (8c7cef9)

v10.11.1

21 Apr 08:09
Compare
Choose a tag to compare

10.11.1 (2024-04-21)

Bug Fixes

  • allow %Z for TimezoneDate, update docs accordingly #684 (e09657c)
  • Allow lenientIf for multiple operands (issue #682) (#683) (490ff43)

v10.11.0

14 Apr 11:36
Compare
Choose a tag to compare

10.11.0 (2024-04-14)

Features

  • group_by/group_by_exp/find/find_exp from Jekyll, #443 (2b713b7)
  • pop/shift/unshift filters from Jekyll (258780e)

v10.10.2

21 Mar 15:58
Compare
Choose a tag to compare

10.10.2 (2024-03-21)

Bug Fixes

v10.10.1

18 Feb 05:33
Compare
Choose a tag to compare

10.10.1 (2024-02-18)

Bug Fixes

  • in conditionals, don't render anything after an else branch (#671) (f816955)
  • Rely on equal for computing contains (#668) (1937aa1)

v10.10.0

19 Dec 12:07
Compare
Choose a tag to compare

10.10.0 (2023-12-19)

Features