SwiftDate v6.0.3 Release Notes

Release Date: 2019-05-11 // almost 5 years ago
  • 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