Skip to content

Releases: drashland/dmm

v1.1.5

26 Aug 18:39
e031d62
Compare
Choose a tag to compare

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

  • chore: Use TSDOC instead of JSDOC; Issue #33; PR #33;
  • chore: Update Deno std to 0.66.0
  • tests: Improved tests; Issue #49; PR #52.
  • fix: Regex was matching some module names and not just dependency versions; Issue #55; PR #56

v1.1.4

09 Aug 12:43
ff283aa
Compare
Choose a tag to compare

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

03 Aug 16:07
a7e8f4f
Compare
Choose a tag to compare

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

15 Jul 00:14
cc5e0d5
Compare
Choose a tag to compare

Requires Deno v1.x
Uses Deno Standard Modules v0.61.0

v1.1.1

03 Jul 17:41
c1c0e5a
Compare
Choose a tag to compare

Requires Deno v1.x
Uses Deno Standard v0.59.0

  • fix: 3rd party dependencies not being updated; PR #21

v1.1.0

19 Jun 20:44
37f179d
Compare
Choose a tag to compare

Requires Deno v1.x
Uses Deno Standard v0.57.0

  • Feat: Supports usage for --version to display your current dmm version; PR [#23]
  • Fix: Now fetches latest std release without manual update; PR #16
  • Fix: Fixed std GitHub urls; PR [#22]

v1.0.5

10 Jun 17:33
fbc1852
Compare
Choose a tag to compare
  • Fix: dmm saying it is out of date, when it isn't (#14)
  • Improvements to documentation
  • Removed: Notification of newer dmm versions (#14)

v1.0.4

09 Jun 01:19
70840cc
Compare
Choose a tag to compare
  • fix: inconsistencies of module versions (#7)