plugnplay

🤖 Plugin system for reusable code in node.js

GPL-2.0 License

Downloads
78
Stars
65
Committers
6

Bot releases are visible (Hide)

plugnplay - v3.0.0

Published by e0ipso almost 7 years ago

3.0.0 (2017-10-31)

Features

BREAKING CHANGES

  • Decorators: all() and discover() now return a Set instead of an Array.
plugnplay - v2.0.3

Published by e0ipso almost 7 years ago

2.0.3 (2017-10-29)

Bug Fixes

  • Types: Expose the plugin type loader (#10) (d3f5f0a)
plugnplay - v2.0.2

Published by e0ipso almost 7 years ago

2.0.2 (2017-10-29)

Bug Fixes

  • README: Avoid the confusing word "component" (a823fd4)
plugnplay - v2.0.1

Published by e0ipso almost 7 years ago

2.0.1 (2017-10-29)

Bug Fixes

plugnplay - v2.0.0

Published by e0ipso almost 7 years ago

2.0.0 (2017-10-29)

Features

  • Types: Validate that the plugin instance conforms to the type (#8) (fef4850), closes #6

BREAKING CHANGES

  • Types: the export method in the loaders must return a promise now.
plugnplay - v1.3.0

Published by e0ipso almost 7 years ago

1.3.0 (2017-10-28)

Features

  • Types: Add types for plugins as plugins (#5) (546bd83)
plugnplay - v1.2.0

Published by e0ipso about 7 years ago

1.2.0 (2017-10-27)

Features

  • Test: Increase test coverage to 100 (bb5abe4)
plugnplay - v1.1.0

Published by e0ipso about 7 years ago

1.1.0 (2017-10-27)

Bug Fixes

  • CI: Update lockfile with greenkeeper (11ababf)
  • Emdaer: Fix project name in badge (bb950a0)
  • Misc: Misc changes for badges and coveralls (9e9ac33)
  • Readme: Have more fun with badges (32656a2)

Features

  • CI: Add ./node_modules/.bin/ for scripts (0d4f5bf)
  • license: Add a GPL-2.0 license to the code (2ed211b)
  • semanticrelease: Configure semantic release (be29e51)
  • Test: Add test coverage for PluginLoaderFactory (92e6a67)
  • Test: Test PluginLoaderBase (1088fc4)