Releases: ghosind/dvm
Releases · ghosind/dvm
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
purgecommand to remove DVM.
DVM v0.3.1
DVM is an nvm-like version manager for Deno.
Features
- Added
doctorcommand. - Added alias support in
whichcommand.
Fixes
- Fixed bad substitution error.
DVM v0.3.0
DVM is an nvm-like version manager for Deno.
Features
- Added
upgradecommand to update DVM itself. - Added Gitee repository mirror.
- Install DVM by
gitnow. - Bash completion supported more information.
- Supported alias name in
uninstallcommand.
Fixes
- Fixed
cleancommand error caused by download dir is empty. - Fixed
lscommand error caused by aliases dir is empty. - Fixed
whichcommand error caused by no active version. - Fixed
aliascommand 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-remotecommand.
DVM v0.2.0
DVM is an nvm-like version manager for Deno.
This version was deprecated.
Updates
- Add
alias,unalias,runandwhichcommands. - Support alias name in
usecommand. - Highlight the current version in
lscommand. - 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.