Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev 9.0.0 #156

Merged
merged 12 commits into from
Aug 26, 2019
Merged

Dev 9.0.0 #156

merged 12 commits into from
Aug 26, 2019

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    65e2ae1 View commit details
    Browse the repository at this point in the history
  2. fix: break/continue omitting output before them, #123

    BREAKING CHANGE: remove default export, now should be used like import
    {Liquid} from 'liquidjs'
    harttle committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    d8e3ab2 View commit details
    Browse the repository at this point in the history
  3. style: fix linting

    harttle committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    f5b1489 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cc1523 View commit details
    Browse the repository at this point in the history
  5. 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)
    harttle committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    3caad04 View commit details
    Browse the repository at this point in the history
  6. 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
    harttle committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    84c3fa3 View commit details
    Browse the repository at this point in the history
  7. chore(release): 8.5.1 [skip ci]

    ## [8.5.1](v8.5.0...v8.5.1) (2019-08-05)
    
    ### Bug Fixes
    
    * publish bin directory to npm, fixes [#146](#146) ([a85b650](a85b650))
    semantic-release-bot authored and harttle committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    dad2dbd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1950e11 View commit details
    Browse the repository at this point in the history
  9. refactor: return value of Tag#render is no longer used

    BREAKING CHANGE: Tag#render now returns void, use emitter argument
    to write rendered html.
    harttle committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    75d8cfd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe99cc8 View commit details
    Browse the repository at this point in the history
  11. style: fix linting

    harttle committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    3dd9020 View commit details
    Browse the repository at this point in the history
  12. chore: fix benchmark

    harttle committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    298a793 View commit details
    Browse the repository at this point in the history