Skip to content

Latest commit

 

History

History
123 lines (89 loc) · 5.14 KB

CHANGELOG.md

File metadata and controls

123 lines (89 loc) · 5.14 KB

Change Log

Version 0.9.0 (2022-04-22)

  • Use Maven APIs
  • #191 Fix license report task in multi-project setups
  • #190 Fix copyCsvReportToAssets in README.md
  • #184 Plugin cannot be used in non-Android application projects

Many thanks to @flobetz @Bradan for the code contributions!

Version 0.8.91 (2022-04-10)

  • #172 Avoid processing *.aar dependencies which can not be parsed and cause gradle failures

Many thanks to @flobetz for the code contributions!

Version 0.8.90 (2020-12-30)

  • #140 Added CSV report support
  • #134 Add android library subproject dependencies to the report

Many thanks to @mkubiczek for the code contributions!

Version 0.8.80 (2020-05-29)

  • #127 Remove instant app plugin, support feature, library and application

Version 0.8.70 (2020-03-03)

  • Fix bad versioning - 0.8.7 -> 0.8.70, new snapshot is 0.8.80-SNAPSHOT

Many thanks to @PaulWoitaschek for the code contributions!

Version 0.8.7 (2020-03-01)

  • #112 Fix windows file path
  • #114 Include Copyright owner/date in HTML license report; show multiple licenses
  • #118 Add another official spelling of the MIT License URL

Many thanks to @DonnKey for the code contributions!

Version 0.8.6 (2019-10-14)

  • Finished converting plugin to Kotlin
  • #99 Make sure to use correct Path.Separator
  • #102 Initiate extension earlier in setup process
  • #103 Use Console Renderer to handle cross platform terminal printing

Version 0.8.5 (2019-04-23)

  • Converted many files to Kotlin
  • #57 Eliminate duplicate licenses
  • #76 Use double quotes for HTML
  • #69 Undesired capitalisation
  • #55 Running multiple build variant license tasks crashes build
  • #48 Version is null for some dependencies

Many thanks to @iankerr for the code contributions!

Version 0.8.42 (2018-11-21)

  • #44 Extra report info
  • #46 Android tests fail on Windows
  • #53 Make any links to licenses clickable in preformatted text
  • Add Apache 2 to the license map, Common for Square libraries

Many thanks to @markhoughton, @iankerr for the code contributions!

Version 0.8.41 (2018-03-14)

Version 0.8.3 (2018-03-14)

Version 0.8.2 (2018-03-14)

  • #24 Show complete license text

Version 0.8.1 (2018-01-24)

Version 0.8.0 (2018-01-22)

  • #27 Recursively scan parent POMs for license
  • #28 Support multiple licenses; add more attributes to json
  • #30 Added configuration options

Many thanks to @ChristianCiach, @MatthewDavidBradshaw for the code contributions!

Version 0.7.0 (2017-10-21)

  • #15 Square Libs missing
  • Add support for 'api' and 'implementation'
  • Added logging of missing names, licenses and validating urls for POM files

Version 0.6.0 (2017-06-03)

Version 0.5.0 (2017-05-08)

  • Add groovy doc

Version 0.4.0 (2017-01-09)

  • Add developers name to reports
  • Remove added repositories through the plugin
  • Add HTML support

Version 0.2.0 (2016-12-28)

  • Add JSON report support
  • Add Java projects support
  • #6 Multiple reruns causes appending HTML

Version 0.1.0 (2016-12-21)

  • Initial release