- 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
title
option skipped - Update node-notifier to v8
Minimum supported Node version is 6+
- support child compilation errors in webpack@<3.11.0
- Support for
title
function for dynamic titles (#53)
- fix(emoji): show success icon
- docs(emoji): documentation about emoji option
- Add
onlyOnError
option (#51)
- reduced package size by 2 times
- Update node-notifier to v6 (#56)
- Add
--emoji
option (#55)
- Handle errors/warnings in child compilations (#49)
- Add support for webpack 4 plugin system (#39)
- Add
skipFirstNotification
option (#21)
- Add missing
logo.png
to 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 undefined
error (#5)
alwaysNotify
option (#4)
- fixed
error is undefined
exception
- documentation improvements
- initial release after fork