Skip to content

Releases: e0ipso/plugnplay

v3.0.0

31 Oct 21:33
a439553
Compare
Choose a tag to compare

3.0.0 (2017-10-31)

Features

BREAKING CHANGES

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

v2.0.3

29 Oct 22:35
d3f5f0a
Compare
Choose a tag to compare

2.0.3 (2017-10-29)

Bug Fixes

  • Types: Expose the plugin type loader (#10) (d3f5f0a)

v2.0.2

29 Oct 19:20
Compare
Choose a tag to compare

2.0.2 (2017-10-29)

Bug Fixes

  • README: Avoid the confusing word "component" (a823fd4)

v2.0.1

29 Oct 12:47
Compare
Choose a tag to compare

2.0.1 (2017-10-29)

Bug Fixes

v2.0.0

29 Oct 11:33
fef4850
Compare
Choose a tag to compare

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.

v1.3.0

28 Oct 12:54
546bd83
Compare
Choose a tag to compare

1.3.0 (2017-10-28)

Features

  • Types: Add types for plugins as plugins (#5) (546bd83)

v1.2.0

27 Oct 13:42
Compare
Choose a tag to compare

1.2.0 (2017-10-27)

Features

  • Test: Increase test coverage to 100 (bb5abe4)

v1.1.0

27 Oct 09:43
Compare
Choose a tag to compare

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)