Releases: harttle/liquidjs
Releases · harttle/liquidjs
v10.11.0
Features
- group_by/group_by_exp/find/find_exp from Jekyll, #443 (2b713b7)
- pop/shift/unshift filters from Jekyll (258780e)
v10.10.1
Bug Fixes
- in conditionals, don't render anything after an else branch (#671) (f816955)
- Rely on equal for computing contains (#668) (1937aa1)
v10.9.3
10.9.3 (2023-10-15)
Bug Fixes
- package version in released files (67a5b22)
v10.9.2
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
10.9.1 (2023-08-23)
Bug Fixes
- map filter allow nil results in strict mode, fixes #647 (45adbd7)
v10.9.0
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
10.8.4 (2023-07-07)
Bug Fixes
- allow quotes in inline comment tag, fixes #628 (bf425c3)