harttle
3b9fc7e6bf
perf: target to es6, fixes #137
...
BREAKING CHANGE: 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)
2019-08-26 10:15:43 -05:00
harttle
ae45c4622e
fix: break/continue omitting output before them, #123
...
BREAKING CHANGE: remove default export, now should be used like import
{Liquid} from 'liquidjs'
2019-08-26 10:15:43 -05:00
harttle
7ee87008c7
chore(TypeScript): demo for typescript
2019-02-17 14:22:13 +08:00
harttle
bc9d8f92af
refactor: import rollup
2018-08-20 23:58:41 +08:00
harttle
19891b2df0
refactor: es6 building and linting
2018-08-16 23:14:12 +08:00
ChenL and Jun Yang
c55f0234eb
Add xhr support for render file in browser.
2018-01-12 10:53:43 +08:00
harttle
77930e2d20
enhancement: decrease dist size
2016-10-04 22:31:28 +08:00
harttle
16a66f2b18
feature: browser side support, close #6
2016-09-27 02:28:20 +08:00