Skip to content

Releases: ehmicky/nve

v18.0.3

Choose a tag to compare

@ehmicky ehmicky released this 03 Jun 17:14

Dependencies

  • Upgrade tar-fs dependency

v18.0.2

Choose a tag to compare

@ehmicky ehmicky released this 29 Mar 03:50

Documentation

  • Improve documentation in README.md

v18.0.1

Choose a tag to compare

@ehmicky ehmicky released this 21 Jun 19:07

Bug fixes

  • Fix EMFILE errors thrown on Windows when nve is called multiple times at once.

v18.0.0

Choose a tag to compare

@ehmicky ehmicky released this 11 May 03:11

Dependencies

  • Upgrade internal dependencies. This is not expected to be a breaking change.

v17.0.0

Choose a tag to compare

@ehmicky ehmicky released this 28 Oct 22:38

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

v16.1.1

Choose a tag to compare

@ehmicky ehmicky released this 19 Aug 01:19

Dependencies

v16.1.0

Choose a tag to compare

@ehmicky ehmicky released this 13 Jul 23:48

Features

$ nve /path/to/.nvmrc npm test
  • When running multiple Node.js versions, the full resolved versions are now printed. For example, nve 10,12 ... will print Node.js 10.24.1 and Node.js 12.22.12 before each command's output, providing multiple Node.js versions are used at once.

v16.0.1

Choose a tag to compare

@ehmicky ehmicky released this 13 Jul 16:36

Bug fixes

  • Ensure errors while downloading Node.js binaries are correctly printed (#36)

v16.0.0

Choose a tag to compare

@ehmicky ehmicky released this 13 May 23:32

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

v15.5.0

Choose a tag to compare

@ehmicky ehmicky released this 11 Feb 19:37

Features

  • Upgrade Execa