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