Skip to content

Releases: drashland/dmm

v2.1.2

13 Aug 21:30
9cd6b0b
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.36.1 or higher
  • Uses Deno std@0.198.0

Installing

  • Install dmm as a command:
    $ deno install --allow-net='unpkg.com,x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v2.1.2/mod.ts
    
  • Run the dmm command:
    $ dmm
    

Updates

  • Updates dependencies

v2.1.1

16 Dec 19:47
f9dec2c
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.29.0 or greater
  • Uses Deno std@0.168.0

Installing

  • Install dmm as a command:
    $ deno install --allow-net='unpkg.com,x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v2.1.1/mod.ts
    
  • Run the dmm command:
    $ dmm
    

Updates

  • chore: Update deps (#166)

v2.1.0

31 May 22:26
879e838
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.20 or higher
  • Uses Deno std@0.139.0

Installing

  • Install dmm as a command:
    $ deno install --allow-net='unpkg.com,x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v2.0.3/mod.ts
    
  • Run the dmm command:
    $ dmm
    

Updates

  • chore: Update deps (#153)
  • feat: Support unpkg CDN (#156)

v2.0.2

16 May 22:17
85937a1
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.20
  • Uses Deno std@0.137.0

Installing

  • Install dmm as a command:
    $ deno install --allow-net='x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v2.0.2/mod.ts
    
  • Run the dmm command:
    $ dmm
    

Updates

  • chore: Update deps (#146)
  • fix: Correct cases where versions weren't being replaced properly (#149)

v2.0.1

27 Jan 23:47
f3e1167
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v<DENO_VERSION> or higher
  • Uses Deno std@<STD_VERSION>

Installing

  • Install dmm as a command:
    $ deno install --allow-net='x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='deps.ts' --allow-write='deps.ts' https://deno.land/x/dmm@v2.0.1/mod.ts
    
  • Run the dmm command:
    $ dmm
    

Updates

  • chore: Update dependencies and bump version numbers across repo (#128)
  • fix: No need for read access to CWD anymore

v2.0.0

14 Dec 02:20
541f0ae
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.16 or higher
  • Uses Deno std@0.117.0

Installing

  • Install dmm as a command:
    $ deno install --allow-net='x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='deps.ts' --allow-write='deps.ts' https://deno.land/x/dmm@v2.0.0/mod.ts
    
  • Run the dmm command:
    $ dmm
    

Updates

  • chore: Use unilogger (#115)
  • BREAKING: Remove check and info subcommands (#117)
  • chore: use copyFileSync in integration test (#119)
  • feat: Add support for specifying deps file location for update; Use Line (#114)

v1.3.2

04 Apr 12:09
f1eee33
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.8.3
  • Uses Deno std@0.92.0

Installing

  $ deno install --allow-net='x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.3.2/mod.ts

Usage

  $ dmm

Updates

  • chore: Support latest Deno version

v1.3.1

08 Feb 09:47
4d40833
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.4.0 or higher
  • Uses Deno std@85.0

Importing

  • Import this latest release by using the following in your project(s):
    $ deno install --allow-net='x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.3.1/mod.ts
    

Updates

  • chore: Update dependencies and bump version numbers across repo (#104)
  • chore: Replace LoggerService with ConsoleLogger (#100)
  • fix: Not updating raw github imports; Update dependencies (#98)

v1.3.0

24 Nov 14:23
b3ca88a
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.4.0 or higher
  • Uses Deno std@0.78.0

Importing

  • Import this latest release by using the following in your project(s):
    $ deno install --allow-net='x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.3.0/mod.ts
    

Updates

  • chore: Remove bloat (#97)
  • feat: Support raw github urls (#91)
  • chore: Refactor (#89)
  • fix: Fix egg publishing and fix tests (#83)
  • chore: Update dependencies (#84)

v1.2.0

05 Nov 14:21
9b3e2c9
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.5.1 or higher
  • Uses Deno std@0.76.0

Install

  • Install this latest release by entering the following in your terminal:
    $ deno install --allow-net='cdn.deno.land,api.deno.land,x.nest.land' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.2.0/mod.ts
    

Updates

  • feat: Added support for nest.land modules (#77)
  • chore: Doc, output and code improvements (#74)
  • chore: Add documentation of restricting permissions (#53)