Releases: ehmicky/nve
Releases · ehmicky/nve
Release 6.1.2
Dependencies
- Reduce the number of dependencies
Release 6.1.1
Dependencies
- Reduce the number of dependencies
Release 6.1.0
Dependencies
- Upgrade
nvexecato1.1.0
Release 6.0.0
Breaking changes
- The programmatic API has been moved to a separate repository and npm package
nvexecawith 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
progressCLI flag.
Release 4.0.1
Internal
- Internal changes
Release 4.0.0
Features
- To perform a dry run programatically,
command: undefinedcannot be used withrunVersion()orrunVersions. A new methoddryRunVersion()should be used instead.
Release 3.6.0
Features
- Add the
--parallelCLI 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
--continueCLI 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