Releases: ehmicky/nve
Releases · ehmicky/nve
Release 9.3.0
Features
- Add
fetch
CLI flag to control caching
Bug fixes
- Checksum checks were not working when the
mirror
option was used
Release 9.2.0
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
Release 9.1.2
Bug fixes
- Fix terminal color changing on Windows
Release 9.1.1
Bug fixes
- Fix
arch
option
Release 9.1.0
Features
- Add
arch
option to specify the CPU architecture.
Release 9.0.0
Breaking changes
- Minimal supported Node.js version is now
10.17.0
Release 8.3.0
Features
- Node.js binary download is now 50% faster on Windows
Bug fixes
- Fix crash when Node.js binary URL is invalid
Release 8.2.0
Features
- Node.js binary download is now twice faster on Windows
Bug fixes
- Fix ARM, PowerPC, S390 support
Release 8.1.0
Features
- Warn when a new version is available
Release 8.0.3
Bug fixes
- Fix running
npm
ornpx
binaries on Windows