Skip to content

Releases: webpro-nl/knip

Release 0.13.0-members.0

26 Oct 12:23
Compare
Choose a tag to compare
Pre-release
  • Try initial support for finding unused enum and class members (#11 and #20) (cafb7fe)

Release 0.12.0

25 Oct 18:21
Compare
Choose a tag to compare
  • Update dependency & bump required engine to v18.6 (eaa10cf)
  • Use createRequire to loadJSON (for Windows compat) (af56457)
  • Use the built-in isBuiltin module (f50700d)
  • Add --performance to measure running time of expensive functions and display stats table (bdcbd5d)
  • Fix and simplify handling of --dev argument (3fe06c4)
  • Migrate to ESM (b2f2f7b)

Release 0.11.2

24 Oct 17:38
Compare
Choose a tag to compare
  • Fix globs on Windows (7d56682)
  • Add test to assert support for jsx/tsx files (eda33c4)

Release 0.11.1

24 Oct 16:32
Compare
Choose a tag to compare
  • Reuse base arguments object across specs (4b16a57)
  • Add dynamic imports to basic spec (614b542)
  • Update dependencies (89ecbfc)

Release 0.11.0

23 Oct 15:17
Compare
Choose a tag to compare
  • Update docs (62c927d)
  • Remove external source files from project (fd31f9d)
  • Move globbing to its own module (952230b)
  • Add (dev) dependencies issues to json reporter (733a663)
  • Throw without package.json and assign (dev) dependencies issues to it (c85664e)

Release 0.10.0

21 Oct 13:14
Compare
Choose a tag to compare
  • Use path.posix in pattern modifiers for globs (9ab4d81)
  • Normalize key in issues (838f666)
  • Add globstar for Windows globbing in npm script (e375f37)
  • Add windows-latest to test matrix (aca2223)
  • Always ignore node_modules when globbing (cd9e1ce)
  • Add devDependencies to base config in specs (1abb0b2)
  • Add specs to cover tsconfig paths & globs (03b2e3f)
  • Doc edits (fb94502)
  • Fix include/exclude CLI argument overrides (db4ebdc)
  • Housekeeping the unresolved dependency analyzer (2ae97ec)
  • Pass only debug to loggers (08ca0c9)

Release 0.9.1

19 Oct 20:05
Compare
Choose a tag to compare
  • Knip everything again (3b910ea)
  • Match issue and report types to simplify code and types (726d403)
  • Include dev property when resolving config (f570af5)
  • Replace path.relative with relative from cwd (26dad4a)
  • Update index.ts (f8e585a)

Release 0.9.0

19 Oct 13:10
Compare
Choose a tag to compare

Release 0.8.2

18 Oct 14:48
Compare
Choose a tag to compare
  • Eat less dog food until we can ignore more fine-grained (81d8933)
  • Truncate long duplicates in symbols reporter (37616c9)
  • Extract out counters updater and add init messages (41caba9)
  • Disable progress updater in debug mode (ae0427b)
  • Merge pull request #17 from juliensnz/main (e4b322d)
  • fix return code to match the documentation (37a65b5)

Release 0.8.1

17 Oct 16:23
Compare
Choose a tag to compare
  • Increase readability in debug messages (92f431a)
  • Fix (un)used anonymous default exports (8e8b537)