SwiftDate 6.0.3
Released on: 2019-05-12
CHANGES
- #670 [FIX] Fixed
toISODate()
which ignores explicitly passedRegion
instance. Now if region is passed it overrides any parsed timezone from ISO source string. - #668 [FIX] Fixed missing zero padding with
toClock()
on the first digit. - #652 [FIX] Resolved slow compiling times: moved
RelativeFormatter
's languages files to json. This currently breaks Linux compatibility because SPM does not support bundled resources. - #666 [NEW] Added
dateAt(weekdayOrdinal:weekday:monthNumber:yearNumber:)
nextWeekday()
to both Date and DateInRegion