All Versions
64
Latest Version
Avg Release Cycle
8 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v13.0.1 Changes
๐ Bug fixes
- ๐ Fix crash when downloading several Node.js binaries in parallel
-
v13.0.0 Changes
April 23, 2020๐ฅ Breaking changes
- Commas should now be used to separate multiple Node versions. For example
nve 8 10 12 node --version
should now benve 8,10,12 node --version
. - ๐ Rename the alias
here
tolocal
๐ Features
- โ Add the alias
global
to target the global Node version, regardless of the current directory
- Commas should now be used to separate multiple Node versions. For example
-
v12.0.0 Changes
April 22, 2020๐ฅ Breaking changes
- ๐ Rename the alias
now
tohere
thanks to feedback from @AdrieanKhisbe
- ๐ Rename the alias
-
v11.0.0 Changes
April 21, 2020๐ฅ Breaking changes
- Aliases
c
andcurrent
renamed tonow
- ๐ฆ The alias
now
now takes into accountpackage.json
engines.node
field and additional files used by other Node.js version managers. - ๐ Alias
l
removed: please uselatest
instead
๐ Features
- โ Added alias
lts
to target the latest LTS version
- Aliases
-
v10.0.1 Changes
April 17, 2020๐ Bug fixes
- ๐ Fix aliases shortcuts
l
andc
- ๐ Fix aliases shortcuts
-
v10.0.0 Changes
April 17, 2020๐ฅ Breaking changes
- โ
Rename
*
alias tolatest
orl
- ๐ Rename
.
alias tocurrent
orc
- โ Remove
_
alias
- โ
Rename
-
v9.3.1 Changes
April 16, 2020๐ Bug fixes
- ๐ Fix warning message printed when running some commands
-
v9.3.0 Changes
April 16, 2020๐ Features
- โ Add
fetch
CLI flag to control caching
๐ Bug fixes
- Checksum checks were not working when the
mirror
option was used
- โ Add
-
v9.2.0 Changes
April 07, 2020๐ Features
- Can use the
_
alias to refer to the current process's Node.js version:nve _ npm test
- โ
Can use the
.
alias to refer to the current project's Node.js version using its.nvmrc
,.node-version
or.naverc
:nve . npm test
- Can use the
-
v9.1.2 Changes
March 28, 2020๐ Bug fixes
- ๐ Fix terminal color changing on Windows