Skip to content

Releases: yeoman/update-notifier

1.0.2

21 Jun 00:21
Compare
Choose a tag to compare
  • Lazy load dependencies to reduce the impact update-notifier has on the start up time of your packages.

1.0.1

17 Jun 22:35
Compare
Choose a tag to compare
  • Fix the defer option.

1.0.0

13 Jun 02:01
Compare
Choose a tag to compare
  • Add options.message to customize the message
  • Add options.boxenOpts to customize how boxen will wrap your message

v0.7.0

05 May 06:34
Compare
Choose a tag to compare
  • 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

v0.6.0

03 Dec 06:39
Compare
Choose a tag to compare
  • Only send the package name and version #57
  • Version bump and cleanup

0.2.0 - mustached-shrimp

09 Jul 14:12
Compare
Choose a tag to compare

  • Slick new notification design. 6457c9b
  • Only notify when there is an update and the process is TTY. d0ce339
  • 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: v0.1.8...v0.2.0