Releases: webpro-nl/knip
Releases · webpro-nl/knip
Release 0.12.0
- 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
Release 0.11.1
Release 0.11.0
Release 0.10.0
- 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
Release 0.9.0
Release 0.8.2
- 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
Release 0.8.0
- Add license file (8df3c4f)
- Add fake identifier when no ReferenceFindableNode or Identifier is available (4223df1)
- Use strict and assert.equal more in tests (b6e41f7)
- File finder will not look in parent of cwd (76ff4fa)
- Support zero-config (using tsconfig.json) (7a7895b)
- Merge pull request #14 from sorrycc/patch-1 (7d2d0e7)
- Update README.md (f8db8eb)