0.14.0
The release contains changes potentially affecting dump's content (#144, #162, #161, #175).
What changed:
- $EntriesMappingsclasses backing Kotlin's 1.9- Enum.entriesare now filtered out (#144)
- Companion class' annotation are now propagated to the corresponding Companion field (#162)
- Interface's class-level annotations are now propagated to the corresponding DefaultImplsclass (#161)
- An option to setup a custom dump output directory (other that the default api/) is added (#170)
- Packages annotated in Java package-infoclasses could be now filtered from the dump by adding these annotations tononPublicMarkers(#175)
- Fixed ignoredClassesbehavior to avoid exclusion of classes whose name is a prefix of some ignoredClasses values (#136)
- Gradle is updated to 8.5, build scripts and configs are refactored (#134, #167), strict API mode is enabled (#168)
- ASM is updated to 8.6 to support classifies targeting Java versions (#173)
- Tests were cleaned up to avoid hardcoded dump root paths (#154)
- Badges in the README file were updated (#159)
Thanks to @qwwdfsad, @bryanlogan, @aSemy, @xtrm-en and @Goooler for contributions!