Releases: harttle/liquidjs
Releases · harttle/liquidjs
v10.8.3
10.8.3 (2023-06-16)
Bug Fixes
- strftime getSuffix works for all dates (0b4e2a9)
v10.8.2
10.8.2 (2023-06-04)
Bug Fixes
- sample filter randomness and count=1 case (fcb930f)
v10.8.1
10.8.1 (2023-06-04)
Bug Fixes
- incorrect error message for browser UMD bundle (3a67eb7)
v10.8.0
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)
v10.7.1
10.7.1 (2023-04-24)
Bug Fixes
- incorrect timezone correction for DST dates, fixes #604 (33b3c01)
- timezoneOffset ignored in date when preserveTimezones is enabled, fixes #605 (21ee27b)
v10.7.0
10.7.0 (2023-03-21)
Bug Fixes
Features
- JSON format by
space
in json
filter (7b87ea8)
v10.6.1
10.6.1 (2023-03-02)
Bug Fixes
- [expression] apply value equal for arrays, #589 (9c0dc5f)
- strip_html for multi line <script>/<style>/comments, #70 (42d2590)
v10.6.0
10.6.0 (2023-02-22)
Features
- LiquidOptions.dateFormat to override default date format (#587) (3fb6646)
v10.5.0
10.5.0 (2023-02-14)
Bug Fixes
- "ownPropertyOnly" not respected when passed via "renderOptions" (d489916)
Features
- Adds support for options to CLI and improves usability (#586) (24c8a1e)