Releases: ghosind/dvm
Releases · ghosind/dvm
DVM v0.9.1
DVM v0.9.1
This is a security fix version, it fixed #51 that the command ls-remote
makes the unexpected behavior with the cache file. Please upgrade dvm if you are using v0.9.0, and delete $DVM_DIR/cache/remote-versions
file if it is invalid.
New Features
- Add
.deno-version
support (#49)
Fixes
- Fix command
ls-remote
error with the cache file (#52)
DVM v0.9.0
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
New Feature
- Add ARM Linux support.
DVM v0.8.2
DVM v0.8.1
Updates
- Improved bash completion
DVM v0.8.0
New Features
- Install Deno from source.
- Add
--from-binary
andfrom-source
options of commandinstall
.
DVM v0.7.3
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
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
New Features
- Activate the new version after installation.
- Set the new version to the
default
version if nodefault
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
toPATH
.
DVM v0.7.0
New Feature
- Support Windows (Bash shell required).