Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [9.0.0](v8.5.3...v9.0.0) (2019-08-26) ### Bug Fixes * break/continue omitting output before them, [#123](#123) ([ae45c46](ae45c46)) * reactjs demo during yarn install, fixes [#145](#145) ([b65df44](b65df44)) ### Code Refactoring * return value of Tag#render is no longer used ([8028f82](8028f82)) ### Features * renderSync, parseAndRenderSync and renderFileSync, see [#48](#48) ([7fb01ad](7fb01ad)) ### Performance Improvements * target to es6, fixes [#137](#137) ([3b9fc7e](3b9fc7e)) ### 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'
- Loading branch information