Releases: ghosind/dvm
Releases · ghosind/dvm
DVM v0.6.2
New Feature
- Add
install
command--skip-validation
option to skip deno version validation.
Fixes and Changes
- Update shell completion.
- Fix color error.
DVM v0.6.1
New Feature
- Add debug mode, and enable it by
--verbose
option.
Behavior Change
- Skip version validation if failure.
DVM v0.6.0
New Features
- Quiet mode by
--quiet
option. - Colorful messages by
--color
option.
DVM v0.5.1
DVM is a simple, lightweight, and powerful Deno Version Manager for Linux/MacOS.
New Features
- Added
deactivate
command. - Install Deno by versions without prefix
v
.
Change
- Update the behavior of confirming function.
DVM v0.5.0
DVM is a simple, lightweight, and powerful Deno Version Manager for Linux/MacOS.
Thanks for @paul-thompson-helix's contributions.
Notable Changes
- Activate Deno By setting PATH.
- Activate
default
version when opening new terminal sessions. - Add Apple M1 support.
- Prevent uninstalling active Deno version.
Other Changes
- Remove alias when uninstall by alias name.
- Add silence mode for
use
command. - Wrap functions with
dvm_
prefix. - Fix some errors.
DVM v0.4.1
DVM v0.4.0
DVM is a simple, lightweight, and powerful Deno Version Manager.
New Feature
- Added
--fix
option todoctor
command.
Fix and Change
- Fixed installation error.
- Drop
wget
support when getting remote data.
DVM v0.3.4
DVM is a simple, lightweight, and powerful Deno Version Manager.
New Feature
- Add
--registry
option forinstall
command to use third-party registry.
Update
- Validate the specified version before installing it.
- Install the latest Deno version when no version specified and no valid
.dvmrc
file. - Exit program when OS is not supported.
DVM v0.3.3
DVM is an nvm-like version manager for Deno.
Updates
- Improve shell auto-completion.
- Refactor get_version function.
DVM v0.3.2
DVM is an nvm-like version manager for Deno.
Feature
- Added
purge
command to remove DVM.