Releases: coreybutler/nvm-windows
v1.1.2
This version fixes an issue with the nvm ls available
feature, which was not showing current versions properly.
It is now possible to add an --insecure
flag to installations if you need to bypass the SSL validation check performed against the remote server. This is an insecure process where mitm attacks can occur, so it is not enabled by default. This should only be used with trusted download sources.
v1.1.1
- Removed need for Nodedistro feed. Now relies on official version feed from
nodejs.org/dist/index.json
. - Added support for vX.X.X (automatically strips the v)
- Merged support for alternative download mirrors.
- Modified the output of
nvm ls available
to display a pretty table, up to 20 results. Displays Current, LTS, Stable, and Unstable versions. - Merged additional PR's with general fixes.
- Installer: Removed option to open command prompt upon completion (because it was buggy).
v1.1.0
Merged support for Node v4.x.
v1.0.6
v1.0.5
v1.0.4 (Patch)
This is a bug fix & tooling release.
- Fixed Issue #8. Now
nvm use 32
ornvm use 64
properly overrides the default architecture. - Added a build script for releases.
v1.0.3
- Added proxy support
- Added multiple-architecture support (32 & 64-bit options)
- Several bug fixes
The installer has been upgraded with a few new features. If node.js is already installed, you'll be provided an option to let nvm control it. As a result, you no longer have to uninstall node.js before installing NVM for Windows.
There are now two downloads.
nvm-setup.zip
contains the installer and the full application.
nvm-noinstall.zip
contains the nvm.exe
and required files for a manual installation. See the wiki for additional instructions.
1.0.2 (Installer Patch)
A patch for the installer to better support integration with existing node.js installations.
v1.0.1
v1.0.0
The initial release supports installation of multiple versions of node.js. This coincides with the release of the node/npm distribution list.
Download and extract the zip (it only contains one file, nvm-setup.exe
). Run the installer and start using nvm for Windows.