Depclean Versions Save

DepClean automatically detects and removes unused dependencies in Maven projects (https://dx.doi.org/10.1007/s10664-020-09914-8)

2.0.5

1 year ago

What's Changed

Full Changelog: https://github.com/castor-software/depclean/compare/2.0.4...2.0.5

2.0.4

1 year ago

What's Changed

Full Changelog: https://github.com/castor-software/depclean/compare/2.0.3...2.0.4

2.0.3

1 year ago

What's Changed

Full Changelog: https://github.com/castor-software/depclean/compare/2.0.2...2.0.3

2.0.2

2 years ago

New features

Refactorings

Documentation

  • New parameter added in createCallGraphCsv README

What's Changed

New Contributors

Full Changelog: https://github.com/castor-software/depclean/compare/2.0.0...2.0.2

2.0.0

3 years ago

New features

Bug Fixes

Refactorings

  • The actual parameters' name in the command line are not the same as in the README (https://github.com/castor-software/depclean/issues/36)
  • Refactor methods in DefaultProjectDependencyAnalyzer (52c286908403fd6ed773ff155b1d2e8a26d0e0c5, c9a3579373c16114606ff4c80805e09d18a8c0f7)

Documentation

  • Add a new parameter in README

1.1.2

3 years ago

New features

Bug Fixes

Documentation

1.1.1

3 years ago

New features

Bug Fixes

Documentation

  • Update README.md

1.1.0

3 years ago

New features

Bug Fixes

  • Update dependencies

Documentation

  • Add a license to the header of Java files
  • Add GitHub templates for contributors

Refactoring

  • Add Gradle connector API
  • Invoke copy-dependencies task via Gradle connector API