New
v0.6.2
- 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
NSDatetoInstantconversions (#427) - Deprecate
DatePeriod.plusandDateTimePeriod.pluswith a warning (#381) - Deprecate
Clock.asTimeSourcewith a warning (#372) - Fix a bug in
module-infopreventing usingkotlinx.datetime.formattogether with JPMS (#438). Thanks, @cdelabou! - Small tweaks and fixes.