v0.3.0
Pre-release
Pre-release
Features
- Added
iosSimulatorArm64,watchosSimulatorArm64,tvosSimulatorArm64,macosArm64target support (141, 144).
Changes
ZoneOffsetwas replaced by two other classes:FixedOffsetTimeZone, which represents a time zone with a fixed offset, andUtcOffset, which represents just the UTC offset (PR#125).- The
DayBasedandMonthBasedsubclasses ofDateTimeUnit.DateBasedare now accessed asDateTimeUnit.DayBasedandDateTimeUnit.MonthBasedas opposed toDateTimeUnit.DateBased.DayBasedandDateTimeUnit.DateBased.MonthBasedrespectively (PR#131).