Releases: drashland/dmm
Releases · drashland/dmm
v1.1.5
Compatibility
- Requires Deno v1.2.0 or greater
- Uses Deno Standard Modules v0.66.0
Upgrading
deno install -f --allow-net --allow-run --allow-read --allow-write https://deno.land/x/dmm@v1.1.5/mod.ts
Updates
v1.1.4
Compatibility
- Requires Deno v1.2.0 or greater
- Uses Deno Standard Modules v0.63.0
- Due to recent changes to the https://deno.land registry, v1.1.3 is now broken, and v1.1.4 has the fix
Upgrading
deno install -f --allow-net --allow-run --allow-read --allow-write https://deno.land/x/dmm@v1.1.4/mod.ts
Updates
- fix: JSON error when running, caused by changes to Deno registry; Pr #47
v1.1.3
Compatibility
- Requires Deno v1.2.0 or greater
- Uses Deno Standard Modules v0.63.0
Upgrading
-
If you are importing the
v1.x
branch, then you can upgrade from the command line using the following:deno run --reload https://deno.land/x/dmm@v1.x/mod.ts
-
If you're running specific versions of dmm, then make sure you upgrade accordingly in your project(s):
deno install -f --allow-net --allow-run --allow-read --allow-write https://deno.land/x/dmm@v1.1.3/mod.ts
Updates
- fix: dmm breaks when fetching latest std version; PR #43
v1.1.2
Requires Deno v1.x
Uses Deno Standard Modules v0.61.0