Releases: felixrieseberg/npm-windows-upgrade
v6.0.0
v5.0.0
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
⚠️ 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
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
This major upgrade mostly updates core dependencies.
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
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
- Fixed a bug that lead the program to exit immediately after the first prompt.
v2.3.0
- Updated dependencies
- Removed shrinkwrap, fixed version numbers - allowing users with different registry settings to use this tool
If everything fails, there's hope
- We now recommend uninstalling and reinstalling Node if everything fails (thanks to @robertbaker)
- Dependencies upgraded
v1.4.0
Update Dependencies