mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
## [8.2.2](https://github.com/harttle/liquidjs/compare/v8.2.1...v8.2.2) (2019-05-12) ### Bug Fixes * date from integer, [#125](https://github.com/harttle/liquidjs/issues/125) ([fdf0043](https://github.com/harttle/liquidjs/commit/fdf0043)) * pass drops directly to filters/tags ([bef2909](https://github.com/harttle/liquidjs/commit/bef2909))
5.7 KiB
5.7 KiB
8.2.2 (2019-05-12)
Bug Fixes
8.2.1 (2019-04-26)
Bug Fixes
8.2.0 (2019-04-17)
Features
- pass context to filters (00bc1ef)
8.1.0 (2019-04-02)
Features
8.0.3 (2019-04-01)
Bug Fixes
8.0.2 (2019-03-25)
Performance Improvements
- use polymophism instead duck test (82d7673)
8.0.1 (2019-03-22)
Bug Fixes
8.0.0 (2019-03-10)
Code Refactoring
- use camelCase for JavaScript APIs (64e0c87)
Features
BREAKING CHANGES
- Options and method names in JavaScript API are now renamed to cammelCase, for a complete list see #109
7.5.1 (2019-03-05)
Bug Fixes
7.5.0 (2019-03-01)
Features
- tablerowloop object (3647305)
7.4.0 (2019-02-28)
Bug Fixes
Features
7.3.1 (2019-02-25)
Bug Fixes
7.3.0 (2019-02-24)
Features
7.2.2 (2019-02-23)
Bug Fixes
7.2.1 (2019-02-22)
Bug Fixes
- default length for truncate and truncatewords (56c7992)
7.2.0 (2019-02-20)
Features
BREAKING CHANGES
trim_value_leftoption renamed totrim_output_left,trim_value_rightoption renamed totrim_output_right
7.1.0 (2019-02-20)
Features
- throw an Error if delimiter not matched (c33d8f6)
7.0.0 (2019-02-14)
chore
- TypeScript: ship Liquid to class (1cc7249)
BREAKING CHANGES
- TypeScript: calling
Liquid()withoutnewnow becomes invalid
6.4.3 (2019-02-13)
Bug Fixes
6.4.2 (2019-01-28)
Bug Fixes
- CI: e2e not building cjs (dde7b3b)
6.4.1 (2019-01-28)
Bug Fixes
- regenerator undefined (a2caeb5)