Skip to content

Releases: sindresorhus/update-notifier

v5.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 29 Sep 11:03

Breaking

Fixes

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

v4.1.1...v5.0.0

v4.1.1

Choose a tag to compare

@sindresorhus sindresorhus released this 16 Aug 11:07
  • Improve vertical alignment of the notifier output (#183) f42fc8f

v4.1.0...v4.1.1

v4.1.0

Choose a tag to compare

@sindresorhus sindresorhus released this 14 Feb 15:34
  • Add template support for the message option (#175) adbeb6e

v4.0.0...v4.1.0

v4.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 12 Dec 19:13

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

Choose a tag to compare

@sindresorhus sindresorhus released this 13 Dec 13:13
  • Remove object spread to support node >=8.0.0 <8.6.0

v3.0.0

Choose a tag to compare

@SBoudrias SBoudrias released this 10 May 08:43
  • Add supports for yarn
  • Drop support for Node 6

v2.5.0

Choose a tag to compare

@SBoudrias SBoudrias released this 14 Apr 08:32

Add ability to bypass isNpm check with shouldNotifyInNpmScript option.

v2.2.0

Choose a tag to compare

@SBoudrias SBoudrias released this 06 Jun 15:49

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

Choose a tag to compare

@sindresorhus sindresorhus released this 13 Feb 15:13

Drops support for Node.js 0.10 and 0.12.

v1.0.3...v2.0.0

v1.0.3

Choose a tag to compare

@SBoudrias SBoudrias released this 04 Dec 21:13
  • Fix SIGINT handler preventing process exit.