Releases: kosi-libs/Canard
Releases · kosi-libs/Canard
1.3.0
1.2.0
1.1.2
- Fix Android debug messages logged into verbose level.
Full Changelog: v1.1.1...v1.1.2
1.1.1
- Kotlin 1.9.21 : https://youtrack.jetbrains.com/issue/KT-62515
1.1.0
- Kotlin 1.9.20
- WasmJS support (Wasm Wasi is not supported yet)
Full Changelog: 1.0.1...v1.1.0
1.0.1
1.0.0
Major Updates
- Upgraded Kotlin to version 1.9.0.
- Introduced support for WebAssembly (WASM).
- Removed support for
KotlinX.DateTime
due to its incompatibility with the WASM target. - Transitioned the library's time representation from
Instant
toTimestamp
to prevent import conflicts with users ofKotlinX.DateTime
.