Releases: RoccoC/webpack-build-notifier
Releases · RoccoC/webpack-build-notifier
[3.1.0] ESM Support
[3.0.0] Webpack 5 support; fixes #80, #91
What's Changed
- Dropped support for Webpack <5
- Fix ignore warnings by @ImLunaHey in #91
- Unit test fixes by @RoccoC in #92
Full Changelog: 2.3.0...3.0.0
Fixes for child compiler instances
Child compiler error fix (#54) * Upgraded all depepndencies to latest * Updated CI script. * Configured travis for node@10. * Added warning/error handling for child compiler instances (#53). * Updated version
Converted to TypeScript; Increased test coverage.
Release/2.0.0 (#50) Refactored project to use TypeScript; increased unit test coverage.
Updated node-notifier dependency to latest version to fix #43.
1.2.2 Updated node-notifier to fix #43; added test coverage.
Added showDuration Option
1.2.1 Updated changelog and package version
Updated node-notifier dependency to latest version to fix #45.
1.1.1 Updated node-notifier dependency to latest version to fix #45.
Added onCompileStart and onComplete Callback Options
Merge pull request #44 from RoccoC/feature/callbacks Feature/callbacks
Converted to TypeScript; Increased test coverage.
Converted project to TypeScript. Increased test coverage as well as identified and fixed an issue in handling warning messages from webpack.
Technically this release should be backward compatible with version 1.x.x, but bumping a major version since this was a large refactor (relatively speaking). :)