Unreleased - TBD
0.1.0 - Aug 31, 2023
This repository was transferred to Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus
- New: Add support for Kotlin/Wasm (
wasmJstarget) 🎉 in #41.
- Do not throw
KotlinNullPointerExceptioninChannelEventBusImpl.markAsNotCollectingmethod, becausebusMap[key]can be null if it is removed and closed before calling this method in #52.
- Add JetBrains Compose Multiplatform sample in #52.
0.x releasedocs: https://kotlin-multiplatform-foundation.github.io/kotlin-channel-event-bus/docs/0.x- Snapshot docs: https://kotlin-multiplatform-foundation.github.io/kotlin-channel-event-bus/docs/latest/
0.0.2 - Dec 4, 2023
- Support more targets:
mingwX64linuxX64linuxArm64watchosDeviceArm64androidNativeArm32androidNativeArm64androidNativeX86androidNativeX64
0.0.1 - Dec 3, 2023 🎉
- Initial release 🎉
- Kotlin
1.9.21. - KotlinX Coroutines
1.7.3. - Gradle
8.5.
- Kotlin