Skip to content

Latest commit

 

History

History
80 lines (39 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

80 lines (39 loc) · 2.42 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2017-04-03)

Bug Fixes

  • compat: make it work for apps based on Base or Base+base-plugins (b630cf4), closes #3

2.0.0 (2017-04-02)

Bug Fixes

  • package: update package description (ee73741)

Code Refactoring

  • rewrite: switch to use dush-better-use (4e8537b)

BREAKING CHANGES

  • rewrite: Refactor. Now it returns a function that accepts optional options object, when called it retusn a function that should be passed to .use method, it is just a convention plugins to be written this way - function that accepts options (optional) and returns a plugin function. Like: createPlugin([name,] fn) -> plugin; plugin([options]) -> fn; app.use(fn)

1.0.3 (2016-12-05)

Bug Fixes

  • deps: bump deps, allow failures on appveyor (8e2f017)
  • update: codementor link, and fix banners (923b2c6)

1.0.2 (2016-11-17)

Bug Fixes

  • chore: add windows builds, using appveyor (dabde17)

1.0.1 (2016-11-09)

Bug Fixes

1.0.0 - 2016-11-08

  • First release
  • semantic versioning
  • add keywords
  • add docs
  • add tests
  • implement

0.0.0 - 2016-11-08

  • Initial commit