Releases: ehmicky/nve
Releases · ehmicky/nve
Release 15.2.0
Features
- Reduce npm package size
Release 15.1.0
Features
- Improve error handling
Release 15.0.0
Breaking changes
- Minimal supported Node.js version is now
14.18.0
Bug fixes
- Fix when
stdin
is empty
Release 14.0.0
Breaking changes
- Minimal supported Node.js version is now
12.20.0
Features
- The default value of the
--fetch
CLI flag is nowtrue
when no command was passed.
Bug fixes
- Fix crash when downloading several Node.js binaries in parallel
- Improve colors detection
- Fix offline mode
Release 13.0.0
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
Release 12.0.0
Breaking changes
- Rename the alias
now
tohere
thanks to feedback from @AdrieanKhisbe
Release 11.0.0
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
Release 10.0.1
Bug fixes
- Fix aliases shortcuts
l
andc
Release 10.0.0
Breaking changes
- Rename
*
alias tolatest
orl
- Rename
.
alias tocurrent
orc
- Remove
_
alias
Release 9.3.1
Bug fixes
- Fix warning message printed when running some commands