Releases: ehmicky/nve
Releases · ehmicky/nve
Release 8.0.2
Bug fixes
- Fix global binaries not working on Windows
Release 8.0.1
Bug fixes
- Fix executing binaries by specifying their file paths on Windows
Release 8.0.0
Breaking changes
- Remove the
--shell
CLI flag. Sincenve
already runs in a shell, this flag is not needed. Shell-specific features (such as variables, globbing, etc.) work as expected since those are performed beforenve
is called.
Release 7.3.1
Bug fixes
- Fix executing
yarn
Release 7.3.0
Features
- Improve the internal directory structure used to cache the Node.js binary
- Cleanup temporary files when Node.js download fails
Bug fixes
- Executing
npm
,yarn
andpnpm
was not working properly, for example when doing global installs (npm i -g ...
).
Release 7.2.0
Features
- Improve the appearance of the progress bar
Release 7.1.0
Features
- Ensure Node.js binaries are not corrupted by checking their checksums
- Use cache when offline (no network connection)
Release 7.0.0
Breaking changes
- When
nve
is run without any command, it prints the available Node.js version. This allows you to find the latest available Node.js versions. If you also want to cache the initial Node.js binary download, you must now usenve VERSION node --version
instead ofnve VERSION
.
Features
- Make Node.js binary download twice faster on Linux and MacOS
- Improve error messages
Release 6.1.2
Dependencies
- Reduce the number of dependencies
Release 6.1.1
Dependencies
- Reduce the number of dependencies