Releases: fluxo-kt/fluxo-bcv-js
v1.0.0
Updated
- 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
Changed
- change JS in the plugin name and class package to TS. Plugin ID is unchanged.
Added
- add support for the configurable api dump directory appeared in BCV 0.14.0.
Changed
- Rename "JS" references to "TS" to avoid collisions with BCV 0.15.0.
Changed task names, log messages, and in the documentation.
Full Changelog: v0.3.0...v1.0.0
v0.3.0
Updated
- 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.
Changed
- change the minimum tested Gradle version to
7.6
.
Full Changelog: v0.2.0...v0.3.0
Kotlin/JS API support for the KotlinX Binary Compatibility Validator based on the generated TS definitions.
Initially made for the Fluxo state management framework, now published for general use:
https://github.com/fluxo-kt/fluxo
See README for the usage instructions:
https://github.com/fluxo-kt/fluxo-bcv-js#how-to-use
v0.2.0
Minor update release.
Changed
- Updated the README.md.
- Bumped build and CI dependencies.
All changes: v0.1.0...v0.2.0
Kotlin/JS API support for the KotlinX Binary Compatibility Validator based on the generated TS definitions.
Initially made for the Fluxo state management framework, now published for general use:
https://github.com/fluxo-kt/fluxo
See README for the usage instructions:
https://github.com/fluxo-kt/fluxo-bcv-js#how-to-use
0.1.0
🌱 First stable release.
Added
- Add Kotlin/JS 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.
Initially made for the Fluxo state management framework, now published for general use:
https://github.com/fluxo-kt/fluxo
See README for the usage instructions:
https://github.com/fluxo-kt/fluxo-bcv-js#how-to-use
0.0.1-rc
🌱 Initial fluxo-bcv-js
pre-release in the Gradle Plugin Portal.