Skip to content

Releases: cascornelissen/event-hooks-webpack-plugin

v2.2.0

04 Nov 20:44
79d6d67
Compare
Choose a tag to compare

Added

  • Support for Webpack 5

v2.1.7

18 Jul 09:54
b81a827
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v2.1.6

14 Mar 09:29
6ad62a4
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v2.1.5

14 Dec 10:33
31f8293
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v2.1.4

16 Jul 20:09
b8480af
Compare
Choose a tag to compare

Fixed

  • Unnecesary files ending up in the NPM package

v2.1.3

16 Jul 20:06
20176e5
Compare
Choose a tag to compare

Updated

  • Multiple dependencies to fix npm audit warnings

v2.1.2

20 Jun 05:48
ac27b77
Compare
Choose a tag to compare

Updated

  • Multiple dependencies to fix npm audit warnings

v2.1.1

07 Nov 09:10
Compare
Choose a tag to compare

Updated

  • Multiple dependencies to fix npm audit warnings

v2.1.0

21 Aug 13:46
Compare
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
Compare
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 🎉