Skip to content

Releases: cascornelissen/event-hooks-webpack-plugin

v3.0.1

17 Mar 23:03
69ab744

Choose a tag to compare

Fixed

  • Outdated examples in the README using CommonJS instead of ESM

v3.0.0

26 Feb 20:32
06c3c98

Choose a tag to compare

Breaking changes

  • This package is now ESM-only
  • Dropped support for Webpack versions below 5.82.0
  • Exports for Task, CallbackTask, and PromiseTask have been replaced with tap, tapAsync, and tapPromise.

Added

  • TypeScript support

v2.3.0

24 Feb 20:38
88330a8

Choose a tag to compare

Added

  • Export Task, PromiseTask, and CallbackTask from main file

v2.2.0

04 Nov 20:44
79d6d67

Choose a tag to compare

Added

  • Support for Webpack 5

v2.1.7

18 Jul 09:54
b81a827

Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v2.1.6

14 Mar 09:29
6ad62a4

Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v2.1.5

14 Dec 10:33
31f8293

Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v2.1.4

16 Jul 20:09
b8480af

Choose a tag to compare

Fixed

  • Unnecesary files ending up in the NPM package

v2.1.3

16 Jul 20:06
20176e5

Choose a tag to compare

Updated

  • Multiple dependencies to fix npm audit warnings

v2.1.2

20 Jun 05:48
ac27b77

Choose a tag to compare

Updated

  • Multiple dependencies to fix npm audit warnings