You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**New**: Add support for Kotlin/Wasm (`wasmJs` target) 🎉 in [#41](https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus/pull/41).
14
15
15
16
### Fixed
16
17
17
-
- Do not throw `KotlinNullPointerException` in `ChannelEventBusImpl.markAsNotCollecting` method, because `busMap[key]` can be null if it is removed and closed before calling this method.
18
+
- Do not throw `KotlinNullPointerException` in `ChannelEventBusImpl.markAsNotCollecting` method, because `busMap[key]` can be null if it is removed and closed before calling this method in [#52](https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus/pull/52).
18
19
19
20
### Docs
20
21
21
-
- TODO
22
+
- Add [JetBrains Compose Multiplatform sample](https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus/tree/master/sample/standalone-composeMultiplatform) in [#52](https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus/pull/52).
0 commit comments