Skip to content

SwiftDate 5.0.9 (Swift 4.2+)

Compare
Choose a tag to compare
@malcommac malcommac released this 18 Sep 21:29
· 287 commits to master since this release

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)