Skip to content

DVM v0.3.0

Compare
Choose a tag to compare
@ghosind ghosind released this 01 Sep 08:34
· 350 commits to master since this release

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.