Releases: ebebbington/depcheck
Releases · ebebbington/depcheck
v2.1.1
choore: Update dependencies (#41) Co-authored-by: ebebbington <ebebbington@users.noreply.github.com>
v2.1.0
Compatibility
- Uses Deno std@0.102.0
Importing
- Run the latest release by using the following in your project(s):
deno run --allow-read='.' https://deno.land/x/depcheck@v2.1.0/mod.ts
- Or install:
deno install -f --allow-read='.' https://deno.land/x/depcheck@2.1.0/mod.ts
Updates
- feat: Support an arg for file to check (#32)
v2.0.0
Compatibility
- Requires any version of deno
- Uses Deno std@0.102.0
Importing
- Run the latest release by using the following in your project(s):
deno run --allow-read='.' https://deno.land/x/depcheck@v2.0.0/mod.ts
- Or install:
deno install -f --allow-read='.' https://deno.land/x/depcheck@2.0.0/mod.ts
Updates
- chore: Update dependencies (#24)
- BREAKING: Remove write and fmt functionality
- feat: Set status code to 1 when unused deps are found. Aids in using in the CI
v1.0.1
Compatibility
- Requires Deno v<DENO_VERSION> or higher
- Uses Deno std@<STD_VERSION>
Importing
- Run the latest release by using the following in your project(s):
deno run --allow-read='.' --allow-write='.' https://deno.land/x/depcheck@v1.0.1/mod.ts
- Or install:
deno install -f --allow-read='.' --allow-write='.' https://deno.land/x/depcheck@1.0.1/mod.ts
Updates
- fix:
--clean
now actually removes unused dependencies
v1.0.0
Initial release