Skip to content

Releases: ehmicky/nve

Release 8.0.2

22 Nov 17:51
Compare
Choose a tag to compare

Bug fixes

Release 8.0.1

15 Nov 20:08
Compare
Choose a tag to compare

Bug fixes

  • Fix executing binaries by specifying their file paths on Windows

Release 8.0.0

15 Nov 19:12
Compare
Choose a tag to compare

Breaking changes

  • Remove the --shell CLI flag. Since nve 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 before nve is called.

Release 7.3.1

11 Nov 11:33
Compare
Choose a tag to compare

Bug fixes

  • Fix executing yarn

Release 7.3.0

10 Nov 19:14
Compare
Choose a tag to compare

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 and pnpm was not working properly, for example when doing global installs (npm i -g ...).

Release 7.2.0

09 Nov 15:10
Compare
Choose a tag to compare

Features

  • Improve the appearance of the progress bar

Release 7.1.0

08 Nov 13:45
Compare
Choose a tag to compare

Features

  • Ensure Node.js binaries are not corrupted by checking their checksums
  • Use cache when offline (no network connection)

Release 7.0.0

07 Nov 13:52
Compare
Choose a tag to compare

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 use nve VERSION node --version instead of nve VERSION.

Features

  • Make Node.js binary download twice faster on Linux and MacOS
  • Improve error messages

Release 6.1.2

05 Nov 11:15
Compare
Choose a tag to compare

Dependencies

  • Reduce the number of dependencies

Release 6.1.1

05 Nov 11:01
Compare
Choose a tag to compare

Dependencies

  • Reduce the number of dependencies