navikt / helseopplysninger

Backend for helseopplysninger
MIT License
3 stars 3 forks source link

Bump kotlinx-datetime from 0.2.1 to 0.3.0 #409

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps kotlinx-datetime from 0.2.1 to 0.3.0.

Release notes

Sourced from kotlinx-datetime's releases.

v0.3.0

Features

  • Added iosSimulatorArm64, watchosSimulatorArm64, tvosSimulatorArm64, macosArm64 target support (141, 144).

Changes

  • ZoneOffset was replaced by two other classes: FixedOffsetTimeZone, which represents a time zone with a fixed offset, and UtcOffset, which represents just the UTC offset (PR#125).
  • The DayBased and MonthBased subclasses of DateTimeUnit.DateBased are now accessed as DateTimeUnit.DayBased and DateTimeUnit.MonthBased as opposed to DateTimeUnit.DateBased.DayBased and DateTimeUnit.DateBased.MonthBased respectively (PR#131).
Changelog

Sourced from kotlinx-datetime's changelog.

0.3.0

Features

  • Added iosSimulatorArm64, watchosSimulatorArm64, tvosSimulatorArm64, macosArm64 target support (141, 144).

Changes

  • ZoneOffset was replaced by two other classes: FixedOffsetTimeZone, which represents a time zone with a fixed offset, and UtcOffset, which represents just the UTC offset (PR#125).
  • The DayBased and MonthBased subclasses of DateTimeUnit.DateBased are now accessed as DateTimeUnit.DayBased and DateTimeUnit.MonthBased as opposed to DateTimeUnit.DateBased.DayBased and DateTimeUnit.DateBased.MonthBased respectively (PR#131).
Commits
  • 21da24e Prepare release 0.3.0 (#146)
  • 887aa12 Upgrade Kotlin to 1.5.30 and add support for macosArm64
  • 4177ff2 Remove extra hierarchy level in DateTimeUnit sealed class inheritors
  • 44b8ee3 Refactor native TimeZoneImpl
  • d06c37b Represent normalizable time zones with FixedOffsetTimeZone
  • a35ae66 UtcOffset construction from components
  • cadd19f Introduce UtcOffset.ZERO constant
  • 90c0864 Public parameters of UtcOffset type: rename to just 'offset'
  • 318d5c3 Make Instant.toLocalDateTime(UtcOffset) internal
  • 8f4848d Ensure UtcOffset.parse throws DateTimeFormatException
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)