Skip to content

Releases: harttle/liquidjs

v9.23.2

13 Mar 09:17
Compare
Choose a tag to compare

9.23.2 (2021-03-13)

Bug Fixes

  • comparison for empty/nil, fixes #321 (99d14e7)
  • newline_to_br filter should output
    instead of
    , fixes #320 (9a9b792)

v9.23.1

19 Feb 15:29
Compare
Choose a tag to compare

9.23.1 (2021-02-19)

Bug Fixes

  • lenientIf not working for the umd bundle, closes #313 (2e66e8b)

v9.23.0

12 Feb 14:28
Compare
Choose a tag to compare

9.23.0 (2021-02-12)

Bug Fixes

Features

v9.22.1

05 Feb 16:01
Compare
Choose a tag to compare

9.22.1 (2021-02-05)

Bug Fixes

  • default to precedence 1 for custom operators (20f559e)

v9.22.0

04 Feb 14:52
Compare
Choose a tag to compare

9.22.0 (2021-02-04)

Features

v9.21.0

04 Feb 13:52
Compare
Choose a tag to compare

9.21.0 (2021-02-04)

Features

  • add operators option for custom operators (75591cd)
  • create trie programmatically in options (befc33c)
  • export OperatorMap type (bc87e19)
  • export Operators from operator.ts (6a7c280)
  • rename to defaultOperators and Operators (8734e2e)

v9.20.1

24 Jan 04:52
Compare
Choose a tag to compare

9.20.1 (2021-01-24)

Bug Fixes

  • allow string literals contain delimiters, fixes #288 (9c40da7)

v9.20.0

23 Jan 19:01
Compare
Choose a tag to compare

9.20.0 (2021-01-23)

Features

v9.19.0

18 Dec 14:07
Compare
Choose a tag to compare

9.19.0 (2020-12-18)

Bug Fixes

  • lint (de32259)
  • move offset adding complexity inside TimezoneDate (26b2175)
  • simpler timezone regex and non-null offset (e3ecfe3)

Features

  • add preserveTimezones option (d70cd2a)
  • parse and handle date timezone offsets (c16c787)

v9.18.0

17 Dec 15:17
Compare
Choose a tag to compare

9.18.0 (2020-12-17)

Bug Fixes

  • address refactor comments (6a0ad10)

Features

  • add option for keeping variable type in output (cd92e77)