Releases: ehmicky/nve
Releases · ehmicky/nve
Release 15.4.0
Features
- Reduce npm package size by 41%
Release 15.3.0
Features
- Improve error handling
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
stdinis empty
Release 14.0.0
Breaking changes
- Minimal supported Node.js version is now
12.20.0
Features
- The default value of the
--fetchCLI flag is nowtruewhen 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 --versionshould now benve 8,10,12 node --version. - Rename the alias
heretolocal
Features
- Add the alias
globalto target the global Node version, regardless of the current directory
Release 12.0.0
Breaking changes
- Rename the alias
nowtoherethanks to feedback from @AdrieanKhisbe
Release 11.0.0
Breaking changes
- Aliases
candcurrentrenamed tonow - The alias
nownow takes into accountpackage.jsonengines.nodefield and additional files used by other Node.js version managers. - Alias
lremoved: please uselatestinstead
Features
- Added alias
ltsto target the latest LTS version
Release 10.0.1
Bug fixes
- Fix aliases shortcuts
landc