All Versions
10
Latest Version
Avg Release Cycle
154 days
Latest Release
2096 days ago

Changelog History

  • v1.1.7 Changes

    August 02, 2018

    ๐Ÿ”€ Merged several outstanding PR's:

    • ๐Ÿ Silent Setup (#264)
    • ๐Ÿ Comparison Fix (#269)
    • ๐Ÿ›  Fix for Manually removing folder on nvm uninstall (#356)
    • ๐Ÿ Wilcard major version to latest (#222)

    ๐Ÿ“š Several documentation PR's were included in the repo as well.

    โšก๏ธ The build process has been updated to provide:

    • Code Signed Executables (courtesy Ecor Ventures/Author.io)
    • MD5 Checksums
  • v1.1.6 Changes

    July 15, 2017

    Leverages Go's native filepath management, which should fix issues with spaces and special characters in path names.

  • v1.1.5 Changes

    May 31, 2017

    ๐Ÿš‘ A hotfix to support the newer node version categorization logic.

  • v1.1.4 Changes

    May 10, 2017

    ๐Ÿ Merged #269 to fix #268 (issue retrieving latest version of Node)

  • v1.1.3 Changes

    March 08, 2017

    โšก๏ธ 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 Changes

    February 22, 2017

    ๐Ÿ›  This version fixes an issue with the nvm ls available feature, which was not showing current versions properly.

    0๏ธโƒฃ 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 Changes

    July 02, 2016
    • โœ‚ Removed need for Nodedistro feed. Now relies on official version feed from nodejs.org/dist/index.json.
    • Added support for v X.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 Changes

    September 30, 2015

    ๐Ÿ”€ Merged support for Node v4.x.

  • v1.0.6 Changes

    October 23, 2014

    ๐Ÿš‘ A hotfix release to resolve issue #15.

  • v1.0.5 Changes

    October 15, 2014

    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.