Releases: sindresorhus/update-notifier
Releases · sindresorhus/update-notifier
v5.0.0
Compare
Sorry, something went wrong.
No results found
Breaking
Fixes
Don't suggest to upgrade to lower version (#192) 3dfe42d
v4.1.1...v5.0.0
v4.1.1
Compare
Sorry, something went wrong.
No results found
Improve vertical alignment of the notifier output (#183) f42fc8f
v4.1.0...v4.1.1
v4.1.0
Compare
Sorry, something went wrong.
No results found
Add template support for the message option (#175) adbeb6e
v4.0.0...v4.1.0
v4.0.0
Compare
Sorry, something went wrong.
No results found
Breaking
Remove the callback option (#158) fb5161c
Use the new .fetchInfo() method instead.
Rename the boxenOpts option to boxenOptions 39682de
Update boxen dependency
This may affect your boxenOptions values.
Disable update notifications when NODE_ENV is test (#173) b1525e6
Fixes
Avoid showing update notification if current version is the latest (#174) bc1721a
Fix the presented install command for globally installed npm packages (#165) bf73119
v3.0.1...v4.0.0
v3.0.1
Compare
Sorry, something went wrong.
No results found
Remove object spread to support node >=8.0.0 <8.6.0
v3.0.0
Compare
Sorry, something went wrong.
No results found
Add supports for yarn
Drop support for Node 6
v2.5.0
Compare
Sorry, something went wrong.
No results found
Add ability to bypass isNpm check with shouldNotifyInNpmScript option.
v2.2.0
Compare
Sorry, something went wrong.
No results found
updater-notifier now skip configuration initialization when instructed to skip checks. This can prevent permission issues in some environment where you'd prefer to just skip any update checks.
2.0.0
Compare
Sorry, something went wrong.
No results found
Drops support for Node.js 0.10 and 0.12.
v1.0.3...v2.0.0
v1.0.3
Compare
Sorry, something went wrong.
No results found
Fix SIGINT handler preventing process exit.