Releases: harttle/liquidjs
Releases · harttle/liquidjs
v9.0.0
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'
v8.5.3
v8.5.2
v8.5.1
v8.5.0
v8.4.1
v8.4.0
v8.3.0
v6.4.0
Plugin API
Feature: plugin API, working on #86