Skip to content

Commit

Permalink
release 0.3.0 – Binary Compatibility Validator for Kotlin/JS by Fluxo
Browse files Browse the repository at this point in the history
- Based on the generated TS definitions.
- Has support for Kotlin/JS non-KMP projects.
- Compatible with BCV 0.8 - 0.14+

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

Signed-off-by: Art Shendrik <[email protected]>
  • Loading branch information
amal committed Apr 28, 2024
1 parent f0e9742 commit 8fc3b62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
## Unreleased

[//]: # (Changed, Added, Removed, Fixed, Updated)
- ...


## [0.3.0] - 2024-04-28

### Updated
- **bump `binary-compatibility-validator` to _0.14.0_**.
- **bump [BCV][bcv] to _0.14.0_**.
- bump Gradle to _8.7_.
- bump `fluxo-kmp-conf` to _0.8.0_.
- bump Kotlin to _1.9.23_.
Expand Down Expand Up @@ -46,6 +48,7 @@ _Minor update release._

## Notes

[0.3.0]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.3.0
[0.2.0]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.2.0
[0.1.0]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.1.0
[0.0.1-rc]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.0.1-rc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Compatibility tested with:
plugins {
kotlin("multiplatform") version "1.9.23" // <-- multiplatform or js, versions from 1.6.20 to 1.9
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" // <-- 0.8 .. 0.13
id("io.github.fluxo-kt.binary-compatibility-validator-js") version "0.2.0" // <-- add here
id("io.github.fluxo-kt.binary-compatibility-validator-js") version "0.3.0" // <-- add here
}
kotlin {
js(IR) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[versions]

fluxoBcvJs = "0.3.0-dev"
fluxoBcvJs = "0.3.0"

# Public API management tool
# https://github.com/Kotlin/binary-compatibility-validator/releases
Expand Down

0 comments on commit 8fc3b62

Please sign in to comment.