Releases: ehmicky/nve
Releases · ehmicky/nve
Release 6.1.0
Dependencies
- Upgrade
nvexeca
to1.1.0
Release 6.0.0
Breaking changes
- The programmatic API has been moved to a separate repository and npm package
nvexeca
with fewer dependencies.
Release 5.0.0
Breaking changes
- The programmatic API has been updated. Please refer to its new documentation.
Features
- Use a progress bar instead of a spinner with the
progress
CLI flag.
Release 4.0.1
Internal
- Internal changes
Release 4.0.0
Features
- To perform a dry run programatically,
command: undefined
cannot be used withrunVersion()
orrunVersions
. A new methoddryRunVersion()
should be used instead.
Release 3.6.0
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
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
Features
- Show percentage instead of number of megabytes in spinner
Release 3.3.0
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
Bug fixes
- Fix missing dependency