Skip to content

SwiftDate 6.3.0 - (Swift 5.x+)

Compare
Choose a tag to compare
@malcommac malcommac released this 15 Nov 11:19
· 13 commits to master since this release

Released on: 2020-11-16

CHANGES

  • #753 [NEW]: Added added .dateMixed format options to toString() 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() to String 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.