Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

55 lines (35 loc) · 2.14 KB

Change Log

0.1.0 - Aug 31, 2023

Update dependencies

Added

  • New: Add support for Kotlin/Wasm (wasmJs target) 🎉 in #41.

Fixed

  • 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.

Docs

0.0.2 - Dec 4, 2023

Added

  • Support more targets:
    • mingwX64
    • linuxX64
    • linuxArm64
    • watchosDeviceArm64
    • androidNativeArm32
    • androidNativeArm64
    • androidNativeX86
    • androidNativeX64

0.0.1 - Dec 3, 2023 🎉

  • Initial release 🎉
    • Kotlin 1.9.21.
    • KotlinX Coroutines 1.7.3.
    • Gradle 8.5.