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
.calendar
and.locale
property to configureComponentsFormatterOptions
struct to formatTimeInterval
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 forDateInRegion
andcompactMap()
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 intoString()
ofTimeInterval
formatter (in addition to closure version of the same method)