SwiftDate 5.0.9 (Swift 4.2+)
Released on: 2018-09-18
Swift: 4.x (4.0 and 4.2 supported)
CHANGES
FIXES
- #592 Added
.calendarand.localeproperty to configureComponentsFormatterOptionsstruct to formatTimeIntervalvalues. - #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.mddocumentation file - #582 Fixed
Decodablesupport forDateInRegionandcompactMap()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
ComponentsFormatterOptionsobject intoString()ofTimeIntervalformatter (in addition to closure version of the same method)