Skip to content

Releases: cascornelissen/event-hooks-webpack-plugin

v2.1.1

07 Nov 09:10

Choose a tag to compare

Updated

  • Multiple dependencies to fix npm audit warnings

v2.1.0

21 Aug 13:46

Choose a tag to compare

Added

  • Async support (using the new CallbackTask and PromiseTask classes), thanks to @zetsnotdead (#2)

Updated

  • Multiple dependencies to fix npm audit warnings

v2.0.0

17 Mar 15:39

Choose a tag to compare

Breaking changes

  • Support for webpack versions below 4.0.0 is dropped. If you're still on an older version of Webpack make sure to use the ^1.0.0 release.
  • Rewritten in ES6 which means a recent version (>= 6.9.0 || >= 8.9.0) of NodeJS is required

Added

  • Support for webpack 4 and its new tapable plugin interface
  • peerDependency for webpack@^4.0.0 to improve user experience as they're installing this plugin
  • Note about compatibility in README
  • Custom InvalidHookNameError instead of a console error
  • Tests
  • Examples
  • Badges 🎉

v2.0.0-rc.1

17 Mar 16:08

Choose a tag to compare

v2.0.0-rc.1 Pre-release
Pre-release
2.0.0-rc.1

v1.0.0

17 Mar 15:35

Choose a tag to compare

Added

  • Initial plugin
  • README, LICENSE