Releases: ghosind/dvm
Releases · ghosind/dvm
DVM v0.3.1
DVM is an nvm-like version manager for Deno.
Features
- Added
doctor
command. - Added alias support in
which
command.
Fixes
- Fixed bad substitution error.
DVM v0.3.0
DVM is an nvm-like version manager for Deno.
Features
- Added
upgrade
command to update DVM itself. - Added Gitee repository mirror.
- Install DVM by
git
now. - Bash completion supported more information.
- Supported alias name in
uninstall
command.
Fixes
- Fixed
clean
command error caused by download dir is empty. - Fixed
ls
command error caused by aliases dir is empty. - Fixed
which
command error caused by no active version. - Fixed
alias
command error caused by alias name is existed. - Fixed get latest DVM version error.
DVM v0.3.0 Alpha
v0.3.0-alpha Fix install command error.
DVM v0.2.1
DVM is an nvm-like version manager for Deno.
Updates
- Added shell auto-completion.
- Updated list remote format.
Fixes
- Fixed display none and no versions listed when using
ls-remote
command.
DVM v0.2.0
DVM is an nvm-like version manager for Deno.
This version was deprecated.
Updates
- Add
alias
,unalias
,run
andwhich
commands. - Support alias name in
use
command. - Highlight the current version in
ls
command. - Update prompts.
Fixes
- Fix dependencies not installed error.
- Fix no file error.
- Fix installation script.
DVM v0.2.0 alpha-1
v0.2.0-alpha-1 Fix typo.
DVM v0.1.0
DVM is an nvm-like version manager for Deno.