Skip to content

v2.0.0

Compare
Choose a tag to compare
@drashbot drashbot released this 14 Dec 02:20
· 71 commits to main since this release
541f0ae

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)