Releases: harttle/liquidjs
Releases · harttle/liquidjs
v10.13.0
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)
v10.12.0
Bug Fixes
Features
- introduce where_exp filter from Jekyll (8c7cef9)
v10.11.1
Bug Fixes
- allow %Z for TimezoneDate, update docs accordingly #684 (e09657c)
- Allow
lenientIf
for multiple operands (issue #682) (#683) (490ff43)
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)