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
.