mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
## [9.4.2](https://github.com/harttle/liquidjs/compare/v9.4.1...v9.4.2) (2019-11-15)
### Bug Fixes
* reading .first, .last of Array, closes [#175](https://github.com/harttle/liquidjs/issues/175) ([f82da11](https://github.com/harttle/liquidjs/commit/f82da11))
11 KiB
11 KiB
9.4.2 (2019-11-15)
Bug Fixes
9.4.1 (2019-11-15)
Bug Fixes
9.4.0 (2019-11-14)
Features
- add ability to pass JSON context to CLI (9504e4e)
9.3.1 (2019-11-09)
Bug Fixes
9.3.0 (2019-11-07)
Features
9.1.1 (2019-10-10)
Performance Improvements
- add string flattening to reduce retained memory (node only) (3ad512c)
9.1.0 (2019-10-07)
Features
- alias getTemplate() to parseFile() (6b83788)
9.0.1 (2019-10-02)
Bug Fixes
9.0.0 (2019-08-26)
Bug Fixes
- break/continue omitting output before them, #123 (ae45c46)
- reactjs demo during yarn install, fixes #145 (b65df44)
Code Refactoring
- return value of Tag#render is no longer used (8028f82)
Features
Performance Improvements
BREAKING CHANGES
- Tag#render now returns void, use emitter argument to write rendered html.
- ship to Node.js 8, the dist/liquid.cjs.js (main) nolonger supports Node.js 6, other bundles are also provided via dist/liquid.esm.js, dist/liquid.js (ES5 umd) and liquid.min.js (minified ES5 umd)
- remove default export, now should be used like import {Liquid} from 'liquidjs'
8.5.3 (2019-08-25)
Bug Fixes
- escape filter when input is undefined (a00945c)
8.5.2 (2019-08-09)
Bug Fixes
8.5.1 (2019-08-05)
Bug Fixes
8.5.0 (2019-08-01)
Features
- CLI support (fc045b5)
8.4.1 (2019-07-22)
Bug Fixes
8.4.0 (2019-07-06)
Features
8.3.0 (2019-06-27)
Features
8.2.4 (2019-06-17)
Performance Improvements
- improve getTemplate() when cache is enabled (1ffba2b)
8.2.3 (2019-05-19)
Bug Fixes
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)