Skip to content

SwiftDate 6.0.3

Compare
Choose a tag to compare
@malcommac malcommac released this 11 May 23:05
· 130 commits to master since this release

Released on: 2019-05-12

CHANGES

  • #670 [FIX] FixedtoISODate() which ignores explicitly passed Region 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