Releases: cascornelissen/event-hooks-webpack-plugin
Releases · cascornelissen/event-hooks-webpack-plugin
v2.2.0
v2.1.7
Fixed
- Security warnings by updating dependencies
v2.1.6
Fixed
- Security warnings by updating dependencies
v2.1.5
Fixed
- Security warnings by updating dependencies
v2.1.4
Fixed
- Unnecesary files ending up in the NPM package
v2.1.3
Updated
- Multiple dependencies to fix
npm audit
warnings
v2.1.2
Updated
- Multiple dependencies to fix
npm audit
warnings
v2.1.1
Updated
- Multiple dependencies to fix
npm audit
warnings
v2.1.0
Added
- Async support (using the new
CallbackTask
andPromiseTask
classes), thanks to @zetsnotdead (#2)
Updated
- Multiple dependencies to fix
npm audit
warnings
v2.0.0
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