Skip to content

0.3.0

Compare
Choose a tag to compare
@erikc5000 erikc5000 released this 27 Aug 01:30
· 281 commits to master since this release

New Features

  • Re-work clock implementation to support up to nanosecond precision (#118, #124)

API Changes

  • Remove threentenabp-extensions -- java.time desugaring now required on Android (#112)
  • Move some date properties to extensions (#114)
  • Bump Android minSdkVersion to 21 (#115)
  • Remove implicit defaultLocale() from APIs, expose locale creation by language tag (#116)
  • Convert all existing deprecation warnings to errors (#126)
  • Partial revamp of ranges/intervals (#127)
  • Re-organize package structure (#131)

Dependency Changes

  • Bump Kotlin to 1.4.0 (#92, #128)
  • Bump Kotlin Serialization to 1.0.0-RC (#128)
  • Bump AtomicFU to 0.14.4 (#128)