Skip to content

Releases: ebebbington/depcheck

v2.1.1

16 Nov 00:37
2e9ef8b
Compare
Choose a tag to compare
v2.1.1 Pre-release
Pre-release
choore: Update dependencies (#41)

Co-authored-by: ebebbington <ebebbington@users.noreply.github.com>

v2.1.0

29 Jul 16:44
8310a10
Compare
Choose a tag to compare

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

28 Jul 23:00
3cbfaf0
Compare
Choose a tag to compare

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

08 Oct 08:17
eae77ba
Compare
Choose a tag to compare

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

08 Oct 05:34
Compare
Choose a tag to compare

Initial release