Skip to content

0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fluidsonic fluidsonic released this 27 May 16:02
· 13 commits to main since this release
6caff7a
  • Kotlin 1.5.10 & kotlinx-datetime 0.2.0
  • Added Duration(days, hours, minutes, seconds, nanoseconds) factory function
  • Added Duration.parse(…)/.parseOrNull(…) (ISO 8601)
  • Added DurationSerializer
  • Added Timestamp.durationSince(…)/.durationUntil(…)
  • Added LocalTime.toJavaLocalTime()
  • Added LocalDateOrNull()
  • Made improvements to ManualClock (intended for unit testing)