Skip to content

Releases: ehmicky/nve

Release 6.1.0

04 Nov 20:33
Compare
Choose a tag to compare

Dependencies

  • Upgrade nvexeca to 1.1.0

Release 6.0.0

04 Nov 17:50
Compare
Choose a tag to compare

Breaking changes

  • The programmatic API has been moved to a separate repository and npm package nvexeca with fewer dependencies.

Release 5.0.0

02 Nov 17:56
Compare
Choose a tag to compare

Breaking changes

  • The programmatic API has been updated. Please refer to its new documentation.

Features

Release 4.0.1

01 Nov 11:11
Compare
Choose a tag to compare

Internal

  • Internal changes

Release 4.0.0

01 Nov 09:46
Compare
Choose a tag to compare

Features

Release 3.6.0

28 Oct 11:52
Compare
Choose a tag to compare

Features

  • Add the --parallel CLI flag. This allows running multiple Node versions in parallel (at the same time) which is faster.
  • Improve error messages

Release 3.5.0

24 Oct 10:25
Compare
Choose a tag to compare

Features

  • Add the --continue CLI flag. By default, when running multiple Node versions and one of those versions fails, the others are aborted. This flag disables this.

Release 3.4.0

23 Oct 18:43
Compare
Choose a tag to compare

Features

  • Show percentage instead of number of megabytes in spinner

Release 3.3.0

23 Oct 17:18
Compare
Choose a tag to compare

Features

  • Allow running multiple versions at once. For example nve 8 10 12 npm test will run tests on Node 8, 10 and 12.
  • Running multiple versions can also be done programmatically using runVersions()
  • Improve error messages

Release 3.2.2

15 Oct 18:54
Compare
Choose a tag to compare

Bug fixes

  • Fix missing dependency