Skip to content

1.1.1

Compare
Choose a tag to compare
@cesarsotovalero cesarsotovalero released this 21 Dec 15:39
· 436 commits to master since this release

New features

  • Show the size of the dependencies in the dependency tree (#17)
  • Generate a JSON file with the output of DepClean (#16)
  • Add support for failing the build if there are bloated direct, transitive, or inherited dependencies (47faca7)
  • Collect information about the number of classes used per dependency (#23)
  • Implement web graph tool for dependencies (moved to https://github.com/castor-software/depclean-web)

Bug Fixes

  • The calculation of the dependency size doesn't work in some cases (#21)
  • The status of inherited dependencies is not visible in the console report (#20)
  • The sorting of dependencies in the report is broken (#18)

Documentation

  • Update README.md