Releases: coreybutler/nvm-windows
1.1.5
A hotfix to support the newer node version categorization logic.
Hotfix
1.1.3
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.