Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Releases: plnice/can-i-drop-jetifier

v0.5

08 Sep 13:23
Compare
Choose a tag to compare
  • Separate module dependencies (modules that use obsolete artifacts) from external dependencies (libraries) in the report
  • Change the format of module dependency name (from rootProjectName:moduleName:unspecified to moduleName (module)
  • Add sample library module to demonstrate module dependencies reporting
  • Bump dependencies

v0.4

24 Feb 11:10
Compare
Choose a tag to compare
  • Get rid of recursion when traversing dependencies
  • Experimental: analyze modules in parallel

v0.3

16 Feb 10:44
Compare
Choose a tag to compare
  • Resolve and analyze only RuntimeClasspath configurations by default to fix performance issues.
  • Analyze only Android modules by default.
  • New configuration options: configurationRegex and analyzeOnlyAndroidModules for making new behavior configurable.

v0.2

04 Feb 20:34
720a285
Compare
Choose a tag to compare
  • Add plugin configuration with 'verbose' option
  • Fix issues with resolving some configurations in multi-module projects
  • Rename module to fix artifacts naming when publishing to Gradle Plugins Portal
  • Remove not working output styling

Release v0.1

04 Feb 06:58
bc2c420
Compare
Choose a tag to compare
  • Initial plugin implementation