SwiftDate v6.3.1 Release Notes
Release Date: 2020-11-22 // over 4 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