Releases: nvm-sh/nvm
Releases · nvm-sh/nvm
v0.24.1
- Bugfixes
- Performance
- Improve startup performance. (#703, #705)
- Combine
sedandgrepcommands innvm lscode (#710) - Consolidate faster default alias lookup, and use that explicit version to avoid a second default alias lookup in
nvm use default. - Remove some external calls using parameter filtering and case statements. (relates to #709)
- Cache a few function calls; clean up some logic.
- Testing
- Make sure
npm run test/fastpasses whether there's a system node installed or not. - Use
ksh/zshtravis-ciaddons to avoid the need forsudo apt-get install.
- Make sure
v0.24.0
- 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_SOURCEsince they're different URLs. (#654) - Add
armv6andarmv7support forio.js(#680, #678, #227) - Use
nvm_ensure_version_installedto 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 usewhennvm_ls_currentis "none" (#684) - Add support for
nodeandiojsimplicit aliases.
- Fix bare
- Listing versions:
- 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 runarguments get passed through to node/iojs properly. (#641)