Skip to content

v1.3.0

Compare
Choose a tag to compare
@drashbot drashbot released this 24 Nov 14:23
b3ca88a

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)