Skip to content

Releases: nvm-sh/nvm

v0.24.0

06 Mar 05:43
Compare
Choose a tag to compare
  • Installation:
    • fixed return code of 1 when updating from git (#686)
    • Attempt to fix script install - no shadowing $NVM_SOURCE; nvm-exec and nvm.sh should not both use $NVM_SOURCE since they're different URLs. (#654)
    • Add armv6 and armv7 support for io.js (#680, #678, #227)
    • Use nvm_ensure_version_installed to consistently check if a version is installed. (#675)
    • Make sure checksum commands are not aliases. (#659, #420, #640)
    • Prevent VERSION='' output caused by double local declaration. (#644)
  • Referencing versions:
    • Fix bare nvm use when nvm_ls_current is "none" (#684)
    • Add support for node and iojs implicit aliases.
  • Listing versions:
    • When none of the version directories exist, don't find within them.
    • Add nvm_is_alias unit tests, and a zsh fix. (#670)
    • Suppressing extraneous output from #622.
  • Add bash_completion for nvm exec
  • Notify the user when they're losing access to global modules (#631)
  • README: Point fish users in the right direction (relates to #303, #648)
  • Make sure multiple nvm run arguments get passed through to node/iojs properly. (#641)

v0.23.3

03 Feb 04:27
Compare
Choose a tag to compare
  • Fix nvm ls v1.0.3 so that it locates iojs-v1.0.3.
  • Bypass sha1sum/sha1 aliases. (#640)
  • Ensure that nvm run 0.12 --version errors out sensibly when 0.12 isn't installed.
  • Filter out the io.js version dir from nvm_ls output. (#642)

v0.23.2

23 Jan 21:53
Compare
Choose a tag to compare
  • Fix a bug in nvm_remote_version that was breaking nvm install stable/nvm install unstable. (#630)

v0.23.1

23 Jan 10:11
Compare
Choose a tag to compare
  • Add io.js notes to README (#628, #618)
  • Avoid issues with zsh noclobber option (#622, #615)
  • clearer install output to help with #599
  • fix nvm install v1 on oh-my-zsh by refactoring some internal methods (#620)

v0.23.0

20 Jan 06:16
Compare
Choose a tag to compare

This release includes:

  • Add io.js support (#616)
  • node versions v0.12.0 and later will now reside in $NVM_DIR/versions/node.

v0.22.2

15 Jan 00:42
Compare
Choose a tag to compare
  • node versions >= 0.12 will now be stored in $NVM_DIR/versions/node/, to prepare for io.js support.
  • Hopefully final release before io.js support drops.

v0.22.1

11 Jan 04:07
Compare
Choose a tag to compare
  • Fixed #493 (problems when sed is aliased)
  • Fixed #605 (problems with which in zsh)

v0.22.0

27 Dec 00:31
Compare
Choose a tag to compare

Adds --install option when sourcing nvm.sh (#602, #545)

v0.21.0

23 Dec 07:07
Compare
Choose a tag to compare
  • Add nvm which (#597)
  • Add internal nvm_get_latest to get latest nvm version
  • testing improvements

v0.20.0

22 Dec 00:03
Compare
Choose a tag to compare
v0.20.0