Skip to content

Releases: ghosind/dvm

DVM v0.6.2

09 Oct 14:08
c8c6ae2
Compare
Choose a tag to compare

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

03 Sep 10:22
f2d8613
Compare
Choose a tag to compare

New Feature

  • Add debug mode, and enable it by --verbose option.

Behavior Change

  • Skip version validation if failure.

DVM v0.6.0

10 Apr 15:36
d10de0a
Compare
Choose a tag to compare

New Features

  • Quiet mode by --quiet option.
  • Colorful messages by --color option.

DVM v0.5.1

07 Aug 14:04
Compare
Choose a tag to compare

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

02 Aug 14:19
Compare
Choose a tag to compare

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

29 Jun 09:08
Compare
Choose a tag to compare

DVM is a simple, lightweight, and powerful Deno Version Manager.

Fix

DVM v0.4.0

05 Jan 14:36
Compare
Choose a tag to compare

DVM is a simple, lightweight, and powerful Deno Version Manager.

New Feature

  • Added --fix option to doctor command.

Fix and Change

  • Fixed installation error.
  • Drop wget support when getting remote data.

DVM v0.3.4

09 Dec 13:46
Compare
Choose a tag to compare

DVM is a simple, lightweight, and powerful Deno Version Manager.

New Feature

  • Add --registry option for install 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

10 Nov 15:20
Compare
Choose a tag to compare

DVM is an nvm-like version manager for Deno.

Updates

  • Improve shell auto-completion.
  • Refactor get_version function.

DVM v0.3.2

27 Oct 13:29
Compare
Choose a tag to compare

DVM is an nvm-like version manager for Deno.

Feature

  • Added purge command to remove DVM.