Skip to content

Version 1.0.0-alpha.35

Pre-release
Pre-release
Compare
Choose a tag to compare
@Whathecode Whathecode released this 10 Aug 11:17
· 393 commits to develop since this release

Dependency updates:

  • Kotlin 1.5.21
  • kotlinx.serialization 1.2.2
  • coroutines 1.5.1

Timestamp variables are now consistently named using the past tense followed by on, rather than a date or time suffix. E.g., createdOn rather than creationDate. This could cause confusion as to whether only a date or time of day was stored.

Common

  • Replaced previously custom DateTime with kotlinx-datetime Instant
  • Replaced previously custom TimeSpan with kotlin's Duration
  • CustomInput is no longer generic

Multiplatform release accessible through Maven:
https://mvnrepository.com/artifact/dk.cachet.carp