Cache v6.0.0 Release Notes

Release Date: 2020-10-04 // over 3 years ago
  • 💥 Breaking changes

    🚀 Bumped minimum deployment target iOS 11.0, macOS 10.12 and tvOS 11

    🔄 Changed API so they key can be any Hashable not just string, in order to make the old code work we need to add String to our Storage declaration. (Added by @nerdsupremacist, thanks!)

    // OldStorage\<Image\>// NewStorage\<String, Image\>
    

Previous changes from v5.3.0

  • ⚡️ Update to Swift 5 and Xcode 11.