Releases: ghosind/dvm
Releases · ghosind/dvm
DVM v0.7.1
New Features
- Activate the new version after installation.
- Set the new version to the
defaultversion if nodefaulthad been set. - Support
.dvmrcfile in the user home directory.
Fixes and Updates
- Skip validation if installing the latest version.
- Print more messages about
.dvmrcfile. - Get the first line from
.dvmrcfile only. - Fix no quiet mode when open new terminal session.
- Remove deprecated variable
DVM_BIN. - Remove appending
DVM_DIRtoPATH.
DVM v0.7.0
New Feature
- Support Windows (Bash shell required).
DVM v0.6.2
New Feature
- Add
installcommand--skip-validationoption to skip deno version validation.
Fixes and Changes
- Update shell completion.
- Fix color error.
DVM v0.6.1
New Feature
- Add debug mode, and enable it by
--verboseoption.
Behavior Change
- Skip version validation if failure.
DVM v0.6.0
New Features
- Quiet mode by
--quietoption. - Colorful messages by
--coloroption.
DVM v0.5.1
DVM is a simple, lightweight, and powerful Deno Version Manager for Linux/MacOS.
New Features
- Added
deactivatecommand. - Install Deno by versions without prefix
v.
Change
- Update the behavior of confirming function.
DVM v0.5.0
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
defaultversion 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
usecommand. - Wrap functions with
dvm_prefix. - Fix some errors.
DVM v0.4.1
DVM v0.4.0
DVM is a simple, lightweight, and powerful Deno Version Manager.
New Feature
- Added
--fixoption todoctorcommand.
Fix and Change
- Fixed installation error.
- Drop
wgetsupport when getting remote data.
DVM v0.3.4
DVM is a simple, lightweight, and powerful Deno Version Manager.
New Feature
- Add
--registryoption forinstallcommand 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
.dvmrcfile. - Exit program when OS is not supported.