Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 16:38
6017418

New Features / Improvements

To let developers focus on actual issues instead of other STABLE content in the report, the following parameters have been included to control the inclusion and exclusion of specific content in the final report:

  • Stable composable functions - Whether to include stable compostables in the final report or not
  • Stable classes in the final report - Whether to include stable compostables in the final report or not
  • All classes in the final report - Whether to include classes in the final report or not

📖Read the documentation to know the usage of these parameters.

Breaking change 💥

The property outputPath (type: String) in the Gradle plugin configuration has been renamed to outputDirectory (type: java.io.File). (If you're using Gradle Plugin v1.0.1 or lower, you'll need to migrate this property).


Thanks to @eygraber who made their first contribution 😀.

Full Changelog: v1.0.1...v1.1.0