0.5.0
💥 Breaking changes
-
Deprecated
Interval
constructor is nowprivate
; please useInterval::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()