Skip to content

Releases: harttle/liquidjs

v9.2.0

26 Oct 16:12
Compare
Choose a tag to compare

9.2.0 (2019-10-26)

Features

v9.1.1

10 Oct 01:40
Compare
Choose a tag to compare

9.1.1 (2019-10-10)

Performance Improvements

  • add string flattening to reduce retained memory (node only) (3ad512c)

v9.1.0

07 Oct 15:40
Compare
Choose a tag to compare

9.1.0 (2019-10-07)

Features

  • alias getTemplate() to parseFile() (6b83788)

v9.0.1

02 Oct 14:37
Compare
Choose a tag to compare

9.0.1 (2019-10-02)

Bug Fixes

v9.0.0

26 Aug 15:21
Compare
Choose a tag to compare

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

  • renderSync, parseAndRenderSync and renderFileSync, see #48 (7fb01ad)

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

25 Aug 09:24
Compare
Choose a tag to compare

8.5.3 (2019-08-25)

Bug Fixes

  • escape filter when input is undefined (a00945c)

v8.5.2

09 Aug 17:29
Compare
Choose a tag to compare

8.5.2 (2019-08-09)

Bug Fixes

v8.5.1

05 Aug 17:59
Compare
Choose a tag to compare

8.5.1 (2019-08-05)

Bug Fixes

v8.5.0

01 Aug 05:20
Compare
Choose a tag to compare

8.5.0 (2019-08-01)

Features

v8.4.1

22 Jul 08:52
Compare
Choose a tag to compare

8.4.1 (2019-07-22)

Bug Fixes

  • some filters on undefined variable throws, #140 (6e6ea0a)