Skip to content

Releases: beeequeue/nvm-rust

v0.4.3

06 Feb 23:10
855bb07
Compare
Choose a tag to compare

Fixed

  • Use the OS's certificates (#216)

Full Changelog: v0.4.2...v0.4.3

v0.4.2

25 Dec 15:56
Compare
Choose a tag to compare

Fixed

  • Newlines in node version files breaking the parsing (#198, thanks @shadowspawn!)

Full Changelog: v0.4.1...v0.4.2

v0.4.1

22 Dec 23:13
Compare
Choose a tag to compare

Fixed

  • The path to the corepack executable
  • ARM Macs downloading x64 versions instead of ARM

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Dec 19:58
Compare
Choose a tag to compare

What's changed

Breaking Changes

  • Renamed --dir flag to --install-dir.

Added

  • is-installed command for checking if versions are installed.
  • Automatically running corepack enable after installing a new version.
    can be disabled by setting NVM_ENABLE_COREPACK=false

Fixed

  • Fixed specifying a version to use or install in a directory with a version file.

Refactoring

  • Replaced reqwest with ureq.

Full Changelog: https://github.com/BeeeQueue/nvm-rust/commits/v0.4.0

v0.3.1

06 Jul 19:38
Compare
Choose a tag to compare

What's changed

Fixes

  • Fixed specifying a version to use or install in a directory with a version file.

Full Changelog: https://github.com/BeeeQueue/nvm-rust/commits/v0.3.1

v0.3.0

05 Jul 19:07
Compare
Choose a tag to compare

What's changed

Features

  • Added helpful error message for the Windows symlink issue #128 - closes #109
  • Renamed binary from nvm-rust to nvm #128
  • Rewrote ls command #128

Full Changelog: https://github.com/BeeeQueue/nvm-rust/commits/v0.3.0

v0.2.0

04 Jul 17:47
480ea75
Compare
Choose a tag to compare

What's changed

Features

  • Added Version File parsing, making passing versions to use and install optional #126
    i.e. if you specify a version (or range) in package.json#engines, .nvmrc, .node-version, or .tool-versions and don't specify one in the command it will use these instead!
  • Started publishing binaries in GitHub Releases - closes #107
  • Started publishing versions to crates.io - closes #107
    cargo install nvm-rust

Fixes

  • Fixed crash when answering "no" to switching to newly installed version #125 - fixes #108

Full Changelog: https://github.com/BeeeQueue/nvm-rust/commits/v0.2.0