Skip to content

Releases: RoccoC/webpack-build-notifier

Fixes for child compiler instances

23 Jun 16:22
cfadd04
Compare
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
Compare
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
Compare
Choose a tag to compare
1.2.2

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

Added showDuration Option

15 Oct 20:43
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Updated dependencies to fix js-yaml vuln.

0.1.28

30 Jun 17:51
Compare
Choose a tag to compare
Fix for #28; updated to node-notifier@5.2.1.

0.1.23

21 Feb 22:28
Compare
Choose a tag to compare
Updated terminal activation logic to handle VS Code.