All Versions
68
Latest Version
Avg Release Cycle
8 days
Latest Release
-

Changelog History
Page 4

  • v6.1.1 Changes

    Dependencies

    • โฌ‡๏ธ Reduce the number of dependencies
  • v6.1.0 Changes

    Dependencies

    • โฌ†๏ธ Upgrade nvexeca to 1.1.0
  • v6.0.0 Changes

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“ฆ The programmatic API has been moved to a separate repository and npm package nvexeca with fewer dependencies.
  • v5.0.0 Changes

    ๐Ÿ’ฅ Breaking changes

    • โšก๏ธ The programmatic API has been updated. Please refer to its new documentation.

    ๐Ÿ”‹ Features

  • v4.0.1 Changes

    Internal

    • Internal changes
  • v4.0.0 Changes

    ๐Ÿ”‹ Features

  • v3.6.0 Changes

    ๐Ÿ”‹ Features

    • โž• Add the --parallel CLI flag. This allows running multiple Node versions in parallel (at the same time) which is faster.
    • ๐Ÿ‘Œ Improve error messages
  • v3.5.0 Changes

    ๐Ÿ”‹ 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.
  • v3.4.0 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ Show percentage instead of number of megabytes in spinner
  • v3.3.0 Changes

    ๐Ÿ”‹ Features

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