Skip to content

Releases: harttle/liquidjs

v10.9.4

04 Nov 13:37
Compare
Choose a tag to compare

10.9.4 (2023-11-04)

Bug Fixes

  • allow unicode to be identifiers, fixes #655 (dd7616a)

v10.9.3

15 Oct 13:11
Compare
Choose a tag to compare

10.9.3 (2023-10-15)

Bug Fixes

  • package version in released files (67a5b22)

v10.9.2

28 Aug 13:15
Compare
Choose a tag to compare

10.9.2 (2023-08-28)

Bug Fixes

  • handle windows newlines on newline_to_br and strip_newlines (88aa63f)
  • sort and where bug when using strictVariables (8af682d)

v10.9.1

23 Aug 16:29
Compare
Choose a tag to compare

10.9.1 (2023-08-23)

Bug Fixes

  • map filter allow nil results in strict mode, fixes #647 (45adbd7)

v10.9.0

22 Aug 16:52
Compare
Choose a tag to compare

10.9.0 (2023-08-22)

Bug Fixes

  • case should allow multiple values separated by or (b8e7e2d)
  • for throws undefined var with a null value with strictVariables (dc6a301)
  • remove_last was eating an extra character (fc27313)

Features

  • more flexible squared property read expression, fixes #643 (#646) (660d9be)

v10.8.4

07 Jul 14:55
Compare
Choose a tag to compare

10.8.4 (2023-07-07)

Bug Fixes

  • allow quotes in inline comment tag, fixes #628 (bf425c3)

v10.8.3

16 Jun 14:02
Compare
Choose a tag to compare

10.8.3 (2023-06-16)

Bug Fixes

  • strftime getSuffix works for all dates (0b4e2a9)

v10.8.2

04 Jun 05:42
Compare
Choose a tag to compare

10.8.2 (2023-06-04)

Bug Fixes

  • sample filter randomness and count=1 case (fcb930f)

v10.8.1

04 Jun 04:06
Compare
Choose a tag to compare

10.8.1 (2023-06-04)

Bug Fixes

  • incorrect error message for browser UMD bundle (3a67eb7)

v10.8.0

03 Jun 18:10
Compare
Choose a tag to compare

10.8.0 (2023-06-03)

Bug Fixes

  • proper error message for filter syntax error, #610 (0480d33)
  • sed invocations to work out of the box on macOS (#615) (87d4cc7)

Features

  • Add support for the Jekyll sample filter (#612) (ba8b842)
  • introduce a matrix with latest Ubuntu and macOS to test the build on macOS as well (82ba548), closes #615
  • precise line/col for tokenization Error, #613 (e347e60)