Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Releases: felixrieseberg/npm-windows-upgrade

v6.0.0

30 Dec 11:00
Compare
Choose a tag to compare

Changelog

  • npm-windows-upgrade v6.0.0 now requires at least Node v8.
  • Updated dependencies

v5.0.0

13 Jul 17:01
Compare
Choose a tag to compare

This major upgrade isn't as big as it seems, but it is breaking: We've updated our dependency inquirer to its latest version, forcing us to require at least Node v6.

Changelog

👷 Test on Node 6, 8, and 10
📝 Update readme with v6 requirement
📦 Update inquirer

v4.1.1

13 Jul 16:40
Compare
Choose a tag to compare

⚠️ This is the last release that supports Node v4.

Changelog

🔧 Fixed "check version" bug on non-English systems
🔧 Moved links to https
📦 Updated dependencies to their latest versions
🔧 Fixed typos in code comments
👷 Made linter happy
👷 Updated ps1 integration test

v4.1.0

13 Jul 16:38
Compare
Choose a tag to compare

This minor update fixes small bugs and updates dependencies. The actual changes are minimal:

Changelog

👷 Fixed tests
👷 Updated development dependencies
🔧 Fix version reporting
🔧 Rename isPathExists to isPathAccessible
🔧 Fix logging output
📦 Update package-lock

v4.0.0

05 Apr 01:25
Compare
Choose a tag to compare

This major upgrade mostly updates core dependencies.

⚠️ Due to changes in the dependencies, *support for Node < 4.0 has been dropped. If you're running Node 0.10, 0.12, or any other older version of Node, please use npm-windows-upgrade@3.1.1, which is the last available version that supports those versions.

Also:

  • Promise polyfill has been replaced with native Promises
  • Visionmedia's debug is now used, meaning that $env:DEBUG="*" and $env:DEBUG="npm-windows-upgrade" both result in debug output.

Everything's the same, but the code's better

26 Jun 20:57
Compare
Choose a tag to compare

New major version! There aren't really any major news - this is a complete rewrite, but all the functionality is still the same. I decided to rewrite the tool from ground up to clean up some of the code, make testing easier, and in general improve debugging and coding.

v2.3.1

19 May 08:23
v2.3.1
Compare
Choose a tag to compare
  • Fixed a bug that lead the program to exit immediately after the first prompt.

v2.3.0

18 May 08:15
v2.3.0
Compare
Choose a tag to compare
  • Updated dependencies
  • Removed shrinkwrap, fixed version numbers - allowing users with different registry settings to use this tool

If everything fails, there's hope

02 Apr 19:26
Compare
Choose a tag to compare
  • We now recommend uninstalling and reinstalling Node if everything fails (thanks to @robertbaker)
  • Dependencies upgraded

v1.4.0

14 Feb 19:24
Compare
Choose a tag to compare

Update Dependencies