Skip to content

Releases: RoccoC/webpack-build-notifier

[3.1.0] ESM Support

29 May 05:18
99dac1b

Choose a tag to compare

What's Changed

  • Circleci project setup by @RoccoC in #93
  • Add ESM entrypoint and fix cjs default export by @RoccoC in #94

Full Changelog: 3.0.0...3.1.0

[3.0.0] Webpack 5 support; fixes #80, #91

27 May 17:30

Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...3.0.0

Fixes for child compiler instances

23 Jun 16:22
cfadd04

Choose a tag to compare

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.

16 Oct 02:23
9ba77e0

Choose a tag to compare

Release/2.0.0 (#50)

Refactored project to use TypeScript; increased unit test coverage.

Updated node-notifier dependency to latest version to fix #43.

15 Oct 23:57

Choose a tag to compare

1.2.2

Updated node-notifier to fix #43; added test coverage.

Added showDuration Option

15 Oct 20:43

Choose a tag to compare

1.2.1

Updated changelog and package version

Updated node-notifier dependency to latest version to fix #45.

29 Aug 14:56

Choose a tag to compare

1.1.1

Updated node-notifier dependency to latest version to fix #45.

Added onCompileStart and onComplete Callback Options

20 Aug 18:27
b39b4a1

Choose a tag to compare

Merge pull request #44 from RoccoC/feature/callbacks

Feature/callbacks

Converted to TypeScript; Increased test coverage.

15 Aug 01:43

Choose a tag to compare

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). :)

1.0.3

05 Jun 04:55

Choose a tag to compare

Updated dependencies to fix js-yaml vuln.