Releases: drashland/dmm
Releases · drashland/dmm
v2.1.2
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
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
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
v2.0.2
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
v2.0.1
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
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
v1.3.2
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
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
v1.3.0
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
v1.2.0
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