SwiftDate 6.3.0 - (Swift 5.x+)
Released on: 2020-11-16
CHANGES
- #753 [NEW]: Added added
.dateMixed
format options totoString()
method to format dateTime with differing date and time styles. - #751 [NEW]: Added support for SPM 5.3 and Package.swift to support Xcode 12 and iOS9+.
- #728 [NEW]: Added support Swift Package
.automatic
,.static
and.dynamic
linking support in order to share same package between multiple targets. - #727 [NEW] Added
.asLocale()
toString
object to transform identifier in an NSLocale objectS. - #762 [FIX]: CocoaPods: Update podspec to iOS9 in order to fix Xcode 12 warning.
- #760 [FIX]: Minor fixes to documentation and updated to 6.3.0.
- #752 [FIX]: Avoid force unwrap in
sharedOrdinalNumberFormatter
.