Skip to content

Releases: ehmicky/nve

Release 15.2.0

16 Aug 19:10
Compare
Choose a tag to compare

Features

  • Reduce npm package size

Release 15.1.0

24 Jul 18:10
Compare
Choose a tag to compare

Features

Release 15.0.0

09 May 20:05
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Breaking changes

Release 11.0.0

21 Apr 13:27
Compare
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
Compare
Choose a tag to compare

Bug fixes

  • Fix aliases shortcuts l and c

Release 10.0.0

17 Apr 11:35
Compare
Choose a tag to compare

Breaking changes

Release 9.3.1

16 Apr 21:16
Compare
Choose a tag to compare

Bug fixes

  • Fix warning message printed when running some commands