Skip to content

Releases: ghosind/dvm

DVM v0.7.1

09 Mar 14:51
f9841b4

Choose a tag to compare

New Features

  • Activate the new version after installation.
  • Set the new version to the default version if no default had been set.
  • Support .dvmrc file in the user home directory.

Fixes and Updates

  • Skip validation if installing the latest version.
  • Print more messages about .dvmrc file.
  • Get the first line from .dvmrc file only.
  • Fix no quiet mode when open new terminal session.
  • Remove deprecated variable DVM_BIN.
  • Remove appending DVM_DIR to PATH.

DVM v0.7.0

02 Mar 15:56
90a3af9

Choose a tag to compare

New Feature

  • Support Windows (Bash shell required).

DVM v0.6.2

09 Oct 14:08
c8c6ae2

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

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

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

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

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

Choose a tag to compare

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

Fix

DVM v0.4.0

05 Jan 14:36

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

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.