Skip to content

Releases: yeoman/update-notifier

v5.0.0

29 Sep 11:03
Compare
Choose a tag to compare

Breaking

Fixes

  • Don't suggest to upgrade to lower version (#192) 3dfe42d

v4.1.1...v5.0.0

v4.1.1

16 Aug 11:07
Compare
Choose a tag to compare
  • Improve vertical alignment of the notifier output (#183) f42fc8f

v4.1.0...v4.1.1

v4.1.0

14 Feb 15:34
Compare
Choose a tag to compare
  • Add template support for the message option (#175) adbeb6e

v4.0.0...v4.1.0

v4.0.0

12 Dec 19:13
Compare
Choose a tag to compare

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

13 Dec 13:13
Compare
Choose a tag to compare
  • Remove object spread to support node >=8.0.0 <8.6.0

v3.0.0

10 May 08:43
Compare
Choose a tag to compare
  • Add supports for yarn
  • Drop support for Node 6

v2.5.0

14 Apr 08:32
Compare
Choose a tag to compare

Add ability to bypass isNpm check with shouldNotifyInNpmScript option.

v2.2.0

06 Jun 15:49
Compare
Choose a tag to compare

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

13 Feb 15:13
Compare
Choose a tag to compare

Drops support for Node.js 0.10 and 0.12.

v1.0.3...v2.0.0

v1.0.3

04 Dec 21:13
Compare
Choose a tag to compare
  • Fix SIGINT handler preventing process exit.