Skip to content

Releases: PatilShreyas/compose-report-to-html

v1.0.0-beta01

12 Feb 15:45
793c4e1

Choose a tag to compare

New Features / Improvements

  • [#19] Added support for Gradle Plugin: Can automatically generate HTML report on executing Gradle task. Read docs for more information.
  • [#21] Make outputDirectory as an optional parameter in CLI. I'll select current working directory as a output path if not provided.

Fixes

  • [#20] Fixed missing last record from detailed statistics (report from CSV file): While generating a report from -composables.csv file, the last record (last line) is always skipped in the final report generation.

Full Changelog: v1.0.0-alpha03...v1.0.0-beta01

v1.0.0-alpha03

24 Jan 16:10
4439618

Choose a tag to compare

New Features / Improvements

  • [#4] Added support for automatically reading reports/metrics from the specified directory (No need to provide each file path individually).
  • Added support for providing multiple metric/report files for each individual parameter.
    For example: multiple -composables.txt metric file parsing support will be useful in multimodule project.

Fixes

  • [#9] Fixed report parsing by which composables reports table was missing some metric generated by Compose compiler.
  • Fixed parsing of the report/metric where the stability of the parameter is not specified.

Full Changelog: v1.0.0-alpha02...v1.0.0-alpha03

v1.0.0-alpha02

21 Jan 11:10
1b13fbd

Choose a tag to compare

v1.0.0-alpha01

23 May 12:52

Choose a tag to compare

Initial Release. This is alpha release of this utility which can generate reports generated from Compose Compiler version 1.2.0-beta02