update-notifier

Update notifications for your CLI app

BSD-2-CLAUSE License

Downloads
26M
Stars
1.7K
Committers
50

Bot releases are hidden (Show)

update-notifier - 1.0.0

Published by SBoudrias over 8 years ago

  • Add options.message to customize the message
  • Add options.boxenOpts to customize how boxen will wrap your message
update-notifier -

Published by SBoudrias over 8 years ago

  • Now gracefully handle cases where the user cannot write to its global config file and print a help message
  • Show the deferred update message on SIGINT as well as exit
update-notifier -

Published by SBoudrias almost 9 years ago

  • Only send the package name and version #57
  • Version bump and cleanup
update-notifier - 0.2.0 - mustached-shrimp

Published by sindresorhus over 10 years ago

  • Slick new notification design. 6457c9ba5080cd536a9704fcbe745c7126c74efc
  • Only notify when there is an update and the process is TTY. d0ce339ac2439c60a4892d5e75a8059ffbd4c5ab
  • The .notify() method no longer accepts a custom message, just check the .update property and display it yourself if you need this. It now accepts an options object.
  • packagePath option removed.
    You now need to explicitly set packageName and packageVersion.
  • updateCheckTimeout option removed.
  • registryUrl option removed. It now uses the registry set in npm.

Changes: https://github.com/yeoman/update-notifier/compare/v0.1.8...v0.2.0