Skip to content

Latest commit

 

History

History
165 lines (96 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

165 lines (96 loc) · 3.28 KB

Changelog

Added

Changed

Deprecated

Removed

Fixed

Security

Use Gradle's Reports API to generate reports

Changed

  • text report renamed to plainText
  • destination is now outputLocation
  • Extension values are now org.gradle.api.provider.Property

Changed

  • Minimum Gradle Version is now 7.2

Deprecated

  • Android Gradle Plugin 4.x

Added

  • EPL v1.0 License - #15
  • Additional URL for LGPL-2.1

Changed

  • update AGP version
  • update maven model library

Added

  • Dark Mode for HTML report

Changed

  • Sort libraries by name or maven coordinated on HTML report

Added

  • Better support for Android Variants

Changed

  • Internal handling of the license mappings

Added

Changed

  • HTML and Markdown reports merge licenses with a more sophisticated algorithm

Fixed

  • CSV Reporter reports all licenses not only the first one

Changed

  • add maven coordinates to Library model
  • version is not part of the mavenCoordinates in the Library model
  • Improved Markdown reporter

Added

  • XSD Schema for the XML reporter

Changed

    • <version> is now attribute to <library>
    • <url> is now a attribute to <license>
    • <library> has an id attribute now

Fixed

  • HTML Reports includes all libraries again

Changed

  • Sort dependencies by name and version

Added

  • Kotlin Multiplatform support

Changed

  • Extension property to set enabled and destination

Changed

  • Update Android Gradle plugin to version 7+
  • Warning when license has no mapping for html reports

Added

  • set task outputs to report files
  • add DSL to configure reports

Changed

  • use library to create CSV report

Changed

  • All public properties are now provided Properties
  • Use Kotlin Serialization instead of Moshi