- 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
onlyOnError
option (#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
--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