Changelog 1
1.0.0 - 2024-06-10
- bump Kotlin to 2.0.0.
- bump minimal supported Kotlin version to 1.7.22!
- bump latest supported BCV to 0.15.0-Beta.2.
- change JS in the plugin name and class package to TS. Plugin ID is unchanged!
- add support for the configurable api dump directory appeared in BCV 0.14.0.
- Rename "JS" references to "TS" to avoid collisions with BCV 0.15.0. Changed task names, log messages, and documentation.
0.3.0 - 2024-04-28
- bump BCV to 0.14.0.
- bump Kotlin to 1.9.23.
- bump Gradle to 8.7.
- bump
dependency-guard
to 0.5.0. - bump
fluxo-kmp-conf
to 0.8.0.
- change the minimum tested Gradle version to
7.6
.
0.2.0 - 2023-09-16
Minor update release.
- Update the README.md.
- Bump build and CI dependencies.
0.1.0 - 2023-05-25
🌱 First stable release.
- Add Kotlin/TypeScript API support to the KotlinX Binary Compatibility Validator based on the generated TS definitions. Fixes Kotlin/binary-compatibility-validator#42
- Add support for Kotlin/JS non-KMP projects.
- Add compatibility with BCV 0.8+
- Add line endings normalization for TS definition files.
- Add documentation and usage examples.
0.0.1-rc - 2023-05-25
🌱 Initial fluxo-bcv-js
pre-release in the Gradle Plugin Portal.