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

v4.0.0

Compare
Choose a tag to compare
@felixrieseberg felixrieseberg released this 05 Apr 01:25
· 43 commits to master since this release

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.