Skip to content

Releases: coreybutler/nvm-windows

1.1.5

31 May 13:42
Compare
Choose a tag to compare

A hotfix to support the newer node version categorization logic.

Hotfix

10 May 23:16
Compare
Choose a tag to compare

Merged #269 to fix #268 (issue retrieving latest version of Node)

1.1.3

08 Mar 16:29
Compare
Choose a tag to compare

This is a patch update, fixing some mirroring issues, courtesy of PR #251. A nice new benefit is rollback support when a download fails.

v1.1.2

22 Feb 21:37
Compare
Choose a tag to compare

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

02 Jul 01:10
Compare
Choose a tag to compare
  • 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

30 Sep 20:56
Compare
Choose a tag to compare

Merged support for Node v4.x.

v1.0.6

23 Oct 19:15
Compare
Choose a tag to compare

A hotfix release to resolve issue #15.

v1.0.5

15 Oct 18:02
Compare
Choose a tag to compare

Feature Updates:

  • nvm use 32|64 "quick switching" from 32-bit to 64-bit or vice versa.
  • nvm list available provide a list of the versions available for download.

Fixes:

  • Added proper support for 32-bit operating systems.

Misc:

  • Build process now uses goxc to target platform and architecture.

v1.0.4 (Patch)

04 Oct 17:56
Compare
Choose a tag to compare

This is a bug fix & tooling release.

  • Fixed Issue #8. Now nvm use 32 or nvm use 64 properly overrides the default architecture.
  • Added a build script for releases.

v1.0.3

03 Oct 19:43
Compare
Choose a tag to compare
  • 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.