Skip to content

Releases: ghosind/dvm

DVM v0.9.0

16 Oct 16:53
v0.9.0
7bf5e1a
Compare
Choose a tag to compare

New Features

  • Download Deno from dl.deno.land.
  • Fetch the latest Deno version from dl.deno.land.
  • Install Deno by the version prefix.
  • Add --skip-download-cache option.
  • Add remote versions cache.
  • Support GitHub Api token.

Fixes and Changes

  • Remove invalid debug log if .dvmrc file not found.
  • Fix error if failed to install Deno.
  • Fix list-remote error on Windows.

DVM v0.8.3

06 Mar 15:15
v0.8.3
cc43a4e
Compare
Choose a tag to compare

New Feature

  • Add ARM Linux support.

DVM v0.8.2

30 Jan 16:07
v0.8.2
8b2fc94
Compare
Choose a tag to compare

Changes

  • Fixed logic error that dvm_extract_file should expect to succeed. 348ea85
  • Build Deno from source if set --from-source flag only. af0601b

DVM v0.8.1

18 Oct 14:43
v0.8.1
7f14a60
Compare
Choose a tag to compare

Updates

  • Improved bash completion

DVM v0.8.0

20 Sep 14:04
v0.8.0
49cb16f
Compare
Choose a tag to compare

New Features

  • Install Deno from source.
  • Add --from-binary and from-source options of command install.

DVM v0.7.3

10 Aug 14:39
69c6c59
Compare
Choose a tag to compare

Changes

  • Fixed working directory error after upgrading DVM.
  • Reset global variables before running commands.
  • Check the first letter only when confirming by user input.
  • More readable source code.

DVM v0.7.2

25 May 15:09
v0.7.2
35eb4a6
Compare
Choose a tag to compare

New Features

  • Add installation and activation status in the remote versions list.
  • Enable color mode default.

Updates and Fixes

  • Remove deprecated functions and variables.
  • Reset variables to the default value before running commands.
  • Optimize getting the latest Deno version and getting the remote versions list.
  • Remove wget support.

DVM v0.7.1

09 Mar 14:51
f9841b4
Compare
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
Compare
Choose a tag to compare

New Feature

  • Support Windows (Bash shell required).

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.