Skip to content

Releases: harttle/liquidjs

v10.16.5

27 Aug 16:34
Compare
Choose a tag to compare

10.16.5 (2024-08-27)

Bug Fixes

v10.16.4

23 Aug 13:29
Compare
Choose a tag to compare

10.16.4 (2024-08-23)

Bug Fixes

  • "filter is not a function" for uniq (68387c3)
  • memory limit issue for join filter, fix #737 (2d59cff)

v10.16.3

16 Aug 16:57
Compare
Choose a tag to compare

10.16.3 (2024-08-16)

Bug Fixes

v10.16.2

15 Aug 17:39
Compare
Choose a tag to compare

10.16.2 (2024-08-15)

Bug Fixes

v10.16.1

25 Jul 12:08
Compare
Choose a tag to compare

10.16.1 (2024-07-25)

Bug Fixes

v10.16.0

21 Jul 16:41
Compare
Choose a tag to compare

10.16.0 (2024-07-21)

Features

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)