Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: PatilShreyas/compose-report-to-html

v1.4.2

06 Apr 13:23

Choose a tag to compare

Improvements

  • [#139] Include Files from Nested Directories in Reports: Report generation now processes files located within nested subdirectories of the main source directory (e.g., files inA/submodule-1 will be included when generating a report for directoryA). Previously, only files directly in the root specified directory were considered. This enhancement ensures more comprehensive data collection and paves the way for future multi-module reporting features.

Full Changelog:v1.4.1...v1.4.2

Assets3
Loading
jayasuryat reacted with hooray emoji
1 person reacted

v1.4.1

20 Oct 06:36

Choose a tag to compare

Fixes

  • [#128] Fixed crash while deserialization of metrics overview in the reports generated by Compose 1.7.x and above.

Full Changelog:v1.4.0...v1.4.1

Loading
vvvladvvvolkovvvskiy, SimonSchubert, and inidamleader reacted with thumbs up emoji
3 people reacted

v1.4.0

28 Jul 09:08

Choose a tag to compare

New Features / Improvements

  • [#33] [#73] Add support for Gradle Plugin to work on Kotlin Multiplatform project having Compose Multiplatform.
    The plugin can be applied to a project having KMP and Compose Multiplatform plugin applied already as follows:
plugins {    id("org.jetbrains.kotlin.multiplatform")    id("org.jetbrains.compose")    id("dev.shreyaspatil.compose-compiler-report-generator")}

Fixes

  • [#114] Fixed generation of invalid parameter for a function (when report contains some polluted data for a function body).

New Contributors

📢 Shoutout and thanks to@mr3y-the-programmer for contributing to this release" 🎉.


Full Changelog:v1.3.1...v1.4.0

Contributors

  • @mr3y-the-programmer
mr3y-the-programmer
Loading
StefanOltmann reacted with thumbs up emojiStefanOltmann, LinX64, diegoberaldin, and jayasuryat reacted with rocket emoji
4 people reacted

v1.3.1

19 May 09:13
0b0b677
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixes

[#28] Add support for projects using Gradle's configuration cache


Why version change to 1.3.1 from 1.2.0?
For the last release (1.2.0),@PatilShreyas pushed a tag with the name1.3.0 directly and after knowing about this mistake, he deleted it instantly, but the CI job was already done causing the release of the CLI NPM artifact. So to avoid directly modifying the old release, keeping this release name as v1.3.1.

Full Changelog:v1.2.0...v1.3.1

Contributors

  • @PatilShreyas
PatilShreyas
Loading
primdugno and amal reacted with thumbs up emoji
2 people reacted

v1.2.0

25 Mar 10:05
ba294fd
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

New Features / Improvements

  • [#98] To let developers focus on actual issues instead of other STABLE content in the report, the parameteronlyShowUnstableComposables has been added to only include unstable composables' detail in the report. (Added for Gradle plugin and CLI)

📖Read the documentation to know the usage of this parameter.

Fixes

  • [#88] Fixed character encoding issue due to emoticons in the HTML report.
  • [#99] Fixed the issue of stable classes getting excluded even ifincludeStableClasses is set totrue in the config.
Loading

v1.1.0

22 Jul 16:38
6017418
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

New Features / Improvements

To let developers focus on actual issues instead of other STABLE content in the report, the following parameters have been included to control the inclusion and exclusion of specific content in the final report:

  • Stable composable functions - Whether to include stable compostables in the final report or not
  • Stable classes in the final report - Whether to include stable compostables in the final report or not
  • All classes in the final report - Whether to include classes in the final report or not

📖Read the documentation to know the usage of these parameters.

Breaking change 💥

The propertyoutputPath (type:String) in the Gradle plugin configuration has been renamed tooutputDirectory (type:java.io.File). (If you're using Gradle Plugin v1.0.1 or lower, you'll need to migrate this property).


Thanks to@eygraber who made their first contribution 😀.

Full Changelog:v1.0.1...v1.1.0

Contributors

  • @eygraber
eygraber
Loading

v1.0.1

18 Mar 10:48
2aeaa5b
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixes

[#42] Fixed an issue with the Gradle plugin crashing while generating reports in the cases in which another plugin in the project has Moshi's usages.


Full Changelog:v1.0.0...v1.0.1

Loading

v1.0.0

25 Feb 11:33
f4d12ce
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixes

  • [#27] Fixed an issue of error while using the plugin in the composite builds. This plugin now supports composite build systems.
  • [#32] Prints a report file path as a URL on the console after report generation.
  • [#34] Fixed the issue of getting an error due toCharSequenceExtensionsKt while creating a Gradle task.

Full Changelog:v1.0.0-beta03...v1.0.0

Loading

v1.0.0-beta03

15 Feb 16:42
574e411
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixes

  • [#30] Fixed issue: Raw report not getting generated at specifiedhtmlComposeCompilerReport.outputPath:

Full Changelog:v1.0.0-beta02...v1.0.0-beta03

Loading

v1.0.0-beta02

14 Feb 14:26
79890ee
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixes

  • [#24]: FixesStackOverflowException crash occurrence while parsing the long metric files.
  • [#26]: Fixes class parsing issue from a class metric file if it starts withruntime as stability information.
  • [#25]: Fixes report Generation for Composables fails on dirty content generated by the compiler. (Sometimes, compose compiler generates this kind of content in-composables.txt metric)
  • [#28]: Fix: enable configuration cache for report generation tasks in the Gradle Plugin.

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

Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp