Skip to content

v0.6.2

Latest
Compare
Choose a tag to compare
@dkhalanskyjb dkhalanskyjb released this 10 Feb 15:39
e69f92f
  • 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 to Instant conversions (#427)
  • Deprecate DatePeriod.plus and DateTimePeriod.plus with a warning (#381)
  • Deprecate Clock.asTimeSource with a warning (#372)
  • Fix a bug in module-info preventing using kotlinx.datetime.format together with JPMS (#438). Thanks, @cdelabou!
  • Small tweaks and fixes.