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.