Liquidjs Versions Save

A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.

v10.12.0

2 weeks ago

10.12.0 (2024-04-28)

Bug Fixes

Features

  • introduce where_exp filter from Jekyll (8c7cef9)

v10.11.1

3 weeks ago

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

4 weeks ago

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

1 month ago

10.10.2 (2024-03-21)

Bug Fixes

v10.10.1

2 months ago

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

4 months ago

10.10.0 (2023-12-19)

Features

v10.9.4

6 months ago

10.9.4 (2023-11-04)

Bug Fixes

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

v10.9.3

6 months ago

10.9.3 (2023-10-15)

Bug Fixes

  • package version in released files (67a5b22)

v10.9.2

8 months ago

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

8 months ago

10.9.1 (2023-08-23)

Bug Fixes

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