SwiftDate v5.0.9 Release Notes

Release Date: 2018-09-18 // over 5 years ago
  • Released on: 2018-09-18
    Swift: 4.x (4.0 and 4.2 supported)

    ๐Ÿ”„ CHANGES

    ๐Ÿ›  FIXES

    • ๐Ÿ”ง #592 Added .calendar and .locale property to configure ComponentsFormatterOptions struct to format TimeInterval values.
    • ๐Ÿ“š #588 Fixed some links in Documentation files
    • ๐Ÿ›  #585 Fixed .quarter property which return always a zero value
    • ๐Ÿ”ง #586 Fixed ISO8601 parser crash with certain string configurations
    • ๐Ÿ“š #583 Fixed broken links in Manipulate_Date.md documentation file
    • ๐Ÿ›  #582 Fixed Decodable support for DateInRegion and compactMap() function.
    • #575 Fallback to language when language+region option for toRelative() function does not exists
    • ๐Ÿ›  #573 Fixed DateInRegion(milliseconds:) init to work with actual milliseconds values

    โž• ADDITIONS

    • #574 Added customization via ComponentsFormatterOptions object in toString() of TimeInterval formatter (in addition to closure version of the same method)