Skip to content

0.5.0

Compare
Choose a tag to compare
@erikc5000 erikc5000 released this 05 Mar 17:01
· 234 commits to master since this release

New Features

  • Add serializers for Year and UtcOffset (#161)

API Changes

  • Move all serializers to io.islandtime.serialization package (#165)
  • Move all parcelers to io.islandtime.parcelers package (#172)
  • Update Year and UtcOffset to take advantage of Kotlin 1.4.30 features (#168)

Dependency Changes

  • Bump Kotlin to 1.4.30 (#157)
  • Bump Kotlinx Serialization to 1.1.0 (#167)

This release uses the new inline class name mangling introduced in Kotlin 1.4.30, requiring that you use at least this version