- Add the Wasm/WASI target support (#366). Thanks, @igoriakovlev!
- Add
TimeSource.asClock
(#164). Thanks, @hfhbd! - Implement parsing and formatting day-of-year (#414)
- Improve the precision of
NSDate
toInstant
conversions (#427) - Deprecate
DatePeriod.plus
andDateTimePeriod.plus
with a warning (#381) - Deprecate
Clock.asTimeSource
with a warning (#372) - Fix a bug in
module-info
preventing usingkotlinx.datetime.format
together with JPMS (#438). Thanks, @cdelabou! - Small tweaks and fixes.