harttle
06ad0481db
docs: fix demos
2020-03-10 01:08:25 +08:00
harttle
152778b6e3
docs: include demo for LiquidJS used in browsers, #165
2020-03-03 00:37:37 +08:00
harttle
3a7ddaa2c3
chore: set demo packages private
2019-10-08 21:50:32 +08:00
harttle
7fb01ad69a
feat: renderSync, parseAndRenderSync and renderFileSync, see #48
2019-08-26 10:15:43 -05:00
harttle
b65df447dc
fix: reactjs demo during yarn install, fixes #145
...
simply remove unused dependencies fixes this issue, but I removed
all package-lock.json / yarn.lock since the demo should always be
in sync with the codebase
2019-08-26 10:15:43 -05:00
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
2015f683b8
fix: better index.d.ts and a demo
...
The demo is located at demo/typescript/index.ts , working on #98
2019-02-13 20:07:13 +08:00
Jun Yang
044be8253d
fixes #91
2018-10-01 22:51:40 +08:00
harttle
bc9d8f92af
refactor: import rollup
2018-08-20 23:58:41 +08:00
harttle
fa7cd8f4ff
refactor: import babelify
2018-08-17 01:32:16 +08:00
harttle
19891b2df0
refactor: es6 building and linting
2018-08-16 23:14:12 +08:00