mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
# [8.0.0](https://github.com/harttle/liquidjs/compare/v7.5.1...v8.0.0) (2019-03-10) ### Code Refactoring * use camelCase for JavaScript APIs ([64e0c87](https://github.com/harttle/liquidjs/commit/64e0c87)) ### Features * promise support for drops, working on [#65](https://github.com/harttle/liquidjs/issues/65) ([4a8088d](https://github.com/harttle/liquidjs/commit/4a8088d)) ### BREAKING CHANGES * Options and method names in JavaScript API are now renamed to cammelCase, for a complete list see #109
3.9 KiB
3.9 KiB
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)