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
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