Releases: PatilShreyas/compose-report-to-html
Releases · PatilShreyas/compose-report-to-html
v1.0.0-beta01
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
outputDirectoryas 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.csvfile, 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
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.txtmetric 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
[#15] Published artifacts on maven
See more details:
https://github.com/PatilShreyas/compose-report-to-html/wiki/Using-utility-as-a-library
v1.0.0-alpha01
Initial Release. This is alpha release of this utility which can generate reports generated from Compose Compiler version 1.2.0-beta02