SwiftDate v6.3.1 Release Notes
Release Date: 2020-11-22 // over 2 years ago-
🚀 Released on 2020-11-22
🔄 CHANGES
- 🚀 #763 [FIX] Minimum deployment target for iOS is set to 9.0 and tvOS to 9 for Carthage builds
Previous changes from v6.3.0
-
🚀 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
.
- 💅 #753 [NEW]: Added added