- Update node-notifier to v9
- fix(dependencies): moved the erroneous dependency to devDependencies
- Add support set of images for different build status
- fix default title, when
titleoption skipped - Update node-notifier to v8
Minimum supported Node version is 6+
- support child compilation errors in webpack@<3.11.0
- Support for
titlefunction for dynamic titles (#53)
- fix(emoji): show success icon
- docs(emoji): documentation about emoji option
- Add
onlyOnErroroption (#51)
- reduced package size by 2 times
- Update node-notifier to v6 (#56)
- Add
--emojioption (#55)
- Handle errors/warnings in child compilations (#49)
- Add support for webpack 4 plugin system (#39)
- Add
skipFirstNotificationoption (#21)
- Add missing
logo.pngto published NPM package (#18)
- Pass all options to
node-notifier(@opensrcken) - Strip ANSI escape codes from the messages (@opensrcken)
- Remove unnecessary files from NPM package
- Use contentImage as icon on linux (#17)
- Republished v1.3.0 due to NPM deployment failure
- Prefix error + warning messages (#13)
- fixed
Cannot read property 'rawRequest' of undefinederror (#5)
alwaysNotifyoption (#4)
- fixed
error is undefinedexception
- documentation improvements
- initial release after fork