- Add timeout option
- Add default images for notifications
- Fix spelling
- Move from Travis CI to Github actions
- A bit polishing
Downgrade strip-ansi to v6 for fix building issues
All version before and include this is only update dependecies, minimal Node version, readme and changelog
- Add
onlyOnErroroption (#51 - Add support for title function for dynamic titles (#53
- Update node-notifier to v6 (#56
- Add support set of images for different build status
Minimum supported Node version is 8.3+
- 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