Skip to content

v1.2.0

Compare
Choose a tag to compare
@ebebbington ebebbington released this 05 Nov 14:21
9b3e2c9

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)