Skip to content

0.5.0

Compare
Choose a tag to compare
@BenMorel BenMorel released this 25 Jun 21:15
· 114 commits to master since this release

💥 Breaking changes

  • Deprecated Interval constructor is now private; please use Interval::of() instead

  • The following deprecated methods have been removed, please use the new names:

    Class Name Old Method Name New Method Name
    LocalDate fromDateTime() fromNativeDateTime()
    LocalDate toDateTime() toNativeDateTime()
    LocalDate toDateTimeImmutable() toNativeDateTimeImmutable()
    LocalDateRange toDatePeriod() toNativeDatePeriod()
    LocalDateTime fromDateTime() fromNativeDateTime()
    LocalDateTime toDateTime() toNativeDateTime()
    LocalDateTime toDateTimeImmutable() toNativeDateTimeImmutable()
    LocalTime fromDateTime() fromNativeDateTime()
    LocalTime toDateTime() toNativeDateTime()
    LocalTime toDateTimeImmutable() toNativeDateTimeImmutable()
    Period fromDateInterval() fromNativeDateInterval()
    Period toDateInterval() toNativeDateInterval()
    TimeZone fromDateTimeZone() fromNativeDateTimeZone()
    TimeZone toDateTimeZone() toNativeDateTimeZone()
    ZonedDateTime fromDateTime() fromNativeDateTime()
    ZonedDateTime toDateTime() toNativeDateTime()
    ZonedDateTime toDateTimeImmutable() toNativeDateTimeImmutable()