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.