Skip to content

Releases: ffried/FFFoundation

v9.6.0

02 Oct 16:59
36ae2b7
Compare
Choose a tag to compare

What's Changed

  • Add support for Swift 5.9
  • Drop support for previous versions of Swift

Full Changelog: 9.5.1...9.6.0

v9.5.1

15 Sep 16:26
cebe221
Compare
Choose a tag to compare
  • Add missing Sendable conformance

Full Changelog: 9.5.0...9.5.1

v9.5.0

15 Sep 16:25
ccc1998
Compare
Choose a tag to compare

What's Changed

  • Add Swift 5.7 support

Full Changelog: 9.4.0...9.5.0

v9.4.0

21 Mar 17:29
f01c25f
Compare
Choose a tag to compare

What's Changed

  • Add Swift 5.6 support

Full Changelog: 9.3.0...9.4.0

v9.3.0

21 Mar 16:45
Compare
Choose a tag to compare

What's Changed

  • Add Swift 5.5 support

Full Changelog: 9.2.3...9.3.0

v9.2.1

27 Apr 15:01
Compare
Choose a tag to compare
  • Add Swift 5.4 support

v9.1.1

07 Jan 08:08
Compare
Choose a tag to compare
  • Fix dispatch preconditions.

v9.1.0

04 Jan 21:54
Compare
Choose a tag to compare

This removes the extensions on UIApplication in favor of the App Information Package.

v9.0.0

03 Jan 16:02
Compare
Choose a tag to compare

This removes deprecated APIs and moves some APIs into separate packages.

  • The deprecated typealias for Atomic has been removed. Use Synchronized.
  • The AppGroup model has been moved into the App Groups Package
  • Future has been renamed to GCDFuture to prevent conflicts with Combine.Future.

v8.1.1

18 Nov 07:59
0c7d32b
Compare
Choose a tag to compare

This adds a workaround to UserDefault for SR-13069.