Skip to content

Releases: ehmicky/nve

Release 3.2.1

15 Oct 18:41
Compare
Choose a tag to compare

Dependencies

  • Remove npm-run-path and filter-obj as direct production dependencies

Release 3.2.0

15 Oct 14:39
Compare
Choose a tag to compare

Features

  • Improve speed

Release 3.1.4

14 Oct 18:48
Compare
Choose a tag to compare

Dependencies

  • Remove path-key as a direct production dependency

Release 3.1.3

14 Oct 16:56
Compare
Choose a tag to compare

Release 3.1.2

14 Oct 12:16
Compare
Choose a tag to compare

Internal

  • Internal changes

Release 3.1.1

12 Oct 14:23
Compare
Choose a tag to compare

Bug fixes

Release 3.1.0

10 Oct 18:38
Compare
Choose a tag to compare

Features

  • It is now possible to omit the command. For example nve 8 instead of nve 8 npm test. This can be used to cache the Node.js binary download without executing any command.

Release 3.0.0

07 Oct 13:13
Compare
Choose a tag to compare

Breaking changes

  • nve VERSION must now be followed by node. For example nve 8 should now be nve 8 node and nve 8 file.js should be nve 8 node file.js.
  • The NVE_PROGRESS environment variable has been removed. The --no-progress option should be used instead.
  • The programmatic usage has changed: please see the new API

Features

  • Global binaries can now be executed such as nve 8 npm test. Keep in mind that the binary must be compatible with the chosen Node.js version. For example npm is only compatible with Node >=6.
  • Local binaries can be executed as well
  • Add the --shell option to run a command inside a shell
  • Add the --mirror option to change the base URL to retrieve Node.js binaries
  • Add the --help and --version CLI flags
  • Execa is now used under the hood which provides with additional features and options when run programmatically

Bug fixes

  • If the script spawns child processes, those will now use the correct Node.js version
  • Ensure nve does not exit until stdout and stderr have been flushed

Release 2.2.3

24 Sep 19:50
Compare
Choose a tag to compare

Internal

  • Internal changes

Release 2.2.2

23 Sep 12:26
Compare
Choose a tag to compare

Bugs

  • Improve error messages