Releases: beeequeue/nvm-rust
Releases · beeequeue/nvm-rust
v0.4.3
v0.4.2
Fixed
- Newlines in node version files breaking the parsing (#198, thanks @shadowspawn!)
Full Changelog: v0.4.1...v0.4.2
v0.4.1
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
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 settingNVM_ENABLE_COREPACK=false
Fixed
- Fixed specifying a version to
use
orinstall
in a directory with a version file.
Refactoring
- Replaced
reqwest
withureq
.
Full Changelog: https://github.com/BeeeQueue/nvm-rust/commits/v0.4.0
v0.3.1
What's changed
Fixes
- Fixed specifying a version to
use
orinstall
in a directory with a version file.
Full Changelog: https://github.com/BeeeQueue/nvm-rust/commits/v0.3.1
v0.3.0
v0.2.0
What's changed
Features
- Added Version File parsing, making passing versions to
use
andinstall
optional #126
i.e. if you specify a version (or range) inpackage.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
Full Changelog: https://github.com/BeeeQueue/nvm-rust/commits/v0.2.0