mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
## [8.0.1](https://github.com/harttle/liquidjs/compare/v8.0.0...v8.0.1) (2019-03-22)
### Bug Fixes
* incorrect scope when using assign with for, fixes [#115](https://github.com/harttle/liquidjs/issues/115) ([defbb58](https://github.com/harttle/liquidjs/commit/defbb58))
4.2 KiB
4.2 KiB
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)