Skip to content

Releases: ehmicky/nve

Release 15.4.0

18 Oct 19:48

Choose a tag to compare

Features

  • Reduce npm package size by 41%

Release 15.3.0

16 Oct 13:46

Choose a tag to compare

Features

  • Improve error handling

Release 15.2.0

16 Aug 19:10

Choose a tag to compare

Features

  • Reduce npm package size

Release 15.1.0

24 Jul 18:10

Choose a tag to compare

Features

Release 15.0.0

09 May 20:05

Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

Bug fixes

  • Fix when stdin is empty

Release 14.0.0

22 Jun 22:16

Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 12.20.0

Features

  • The default value of the --fetch CLI flag is now true when no command was passed.

Bug fixes

  • Fix crash when downloading several Node.js binaries in parallel
  • Improve colors detection
  • Fix offline mode

Release 13.0.0

23 Apr 12:11

Choose a tag to compare

Breaking changes

  • Commas should now be used to separate multiple Node versions. For example nve 8 10 12 node --version should now be nve 8,10,12 node --version.
  • Rename the alias here to local

Features

  • Add the alias global to target the global Node version, regardless of the current directory

Release 12.0.0

22 Apr 10:20

Choose a tag to compare

Breaking changes

Release 11.0.0

21 Apr 13:27

Choose a tag to compare

Breaking changes

  • Aliases c and current renamed to now
  • The alias now now takes into account package.json engines.node field and additional files used by other Node.js version managers.
  • Alias l removed: please use latest instead

Features

  • Added alias lts to target the latest LTS version

Release 10.0.1

17 Apr 11:46

Choose a tag to compare

Bug fixes

  • Fix aliases shortcuts l and c