v0.4.1
Pre-release
Pre-release
- Update Kotlin dependency to 1.8.21, kotlinx.serialization to 1.5.1
- Support more Kotlin/Native targets:
linuxArm64
,linuxArm32Hfp
,watchosDeviceArm64
- Implement comparable time marks in a time source returned by
Clock.asTimeSource()
(#271) - Deprecate
Instant
andLocalDate
arithmetic operations (plus
andminus
) takingDateTimeUnit
without a number of units (#247) - Fix adding small
Duration
to largeInstant
on JS and Native (#264)
New Contributors
- @lukellmann made their first contribution in #264
- @NinoDLC made their first contribution in #252
- @MarkCMann made their first contribution in #288
- @joffrey-bion made their first contribution in #292
- @cmota made their first contribution in #278
Full Changelog: v0.4.0...v0.4.1