Releases: Kotlin/binary-compatibility-validator
Releases Β· Kotlin/binary-compatibility-validator
0.13.2
0.13.1
0.13.0
0.12.1
0.12.0
0.11.1
0.11.0
0.10.1
0.10.0
- Stdlib is excluded from transitive dependencies and switched to Gradle auto-provided version (#80, #82). Thanks to @martinbonnin!
- Getters and setters are properly excluded from public API when either field or property-based annotation marker is present (#36). Also thanks to @martinbonnin!
- Files are now looked up in a case-insensitive manner (#76)
0.9.0
- Support of synthetic annotations (#71).
filterOutAnnotated
is now part ofExternalApi
(#75)..api
file checks are now all case-insensitive to provide seamless experience between case-sensitive and case-insensitive OSes as well as between Gradle versions (#76).- Kotlin is updated to 1.6.0.
kotlinx.metadata
is updated to 0.4.2.