SwiftDate v5.1.0 Release Notes

Release Date: 2019-01-20 // about 5 years ago
  • Released on: 2019-01-20

    ๐Ÿ”„ Changelog

    • ๐Ÿ“š #622 Added enumeration methods to get dates for a specified weekday in a date range (see 3.12 section in documentation)
    • ๐Ÿšš #634 Added Month and Year structures with circular operation support (ie. you can remove two days from monday and you got saturday or add two months to november to get january). All of these structures along with Weekday support localized display of the represented value.
    • ๐Ÿ›  #623 Fixed ambiguos operator error when subtracting a Date with TimeInterval
    • ๐Ÿ›  #626 Fixed ISO 8601 output when current calendar is not Gregorian
    • #627 Added Asia/Saigon in Zones enumeration
    • ๐Ÿ›  #631 Fixed RealtiveFormtter's toRelative() methods when no quantifier is available
    • ๐Ÿ›  #629 Fixed heuristic date guessing inside the formatter which prevents discovering wrong date
    • ๐Ÿ–จ #628 Fixed ISO8601 output when printing date along with complete time
    • ๐Ÿ›  #619 Fixed a bug with isInRange where orEqual parameter is not passed correctly
    • ๐Ÿ”จ #610 Refactoring to remove un-necessary self