Skip to content

Commit 8fc3b62

Browse files
committed
release 0.3.0 – Binary Compatibility Validator for Kotlin/JS by Fluxo
- 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]>
1 parent f0e9742 commit 8fc3b62

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
## Unreleased
55

66
[//]: # (Changed, Added, Removed, Fixed, Updated)
7-
- ...
7+
8+
9+
## [0.3.0] - 2024-04-28
810

911
### Updated
10-
- **bump `binary-compatibility-validator` to _0.14.0_**.
12+
- **bump [BCV][bcv] to _0.14.0_**.
1113
- bump Gradle to _8.7_.
1214
- bump `fluxo-kmp-conf` to _0.8.0_.
1315
- bump Kotlin to _1.9.23_.
@@ -46,6 +48,7 @@ _Minor update release._
4648

4749
## Notes
4850

51+
[0.3.0]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.3.0
4952
[0.2.0]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.2.0
5053
[0.1.0]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.1.0
5154
[0.0.1-rc]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.0.1-rc

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Compatibility tested with:
5353
plugins {
5454
kotlin("multiplatform") version "1.9.23" // <-- multiplatform or js, versions from 1.6.20 to 1.9
5555
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" // <-- 0.8 .. 0.13
56-
id("io.github.fluxo-kt.binary-compatibility-validator-js") version "0.2.0" // <-- add here
56+
id("io.github.fluxo-kt.binary-compatibility-validator-js") version "0.3.0" // <-- add here
5757
}
5858
kotlin {
5959
js(IR) {

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[versions]
1010

11-
fluxoBcvJs = "0.3.0-dev"
11+
fluxoBcvJs = "0.3.0"
1212

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

0 commit comments

Comments
 (0)