Releases: hyperoslo/Cache
Releases · hyperoslo/Cache
7.4.0
7.3.0
What's Changed
- Fix xcprivacy on podscpec creating reasources_bundle by @lucasromanomr in #326
- Allos custom FileManager to be passed in for DiskStorage. by @keniwhat in #329
New Contributors
- @lucasromanomr made their first contribution in #326
- @keniwhat made their first contribution in #329
Full Changelog: 7.2.0...7.3.0
7.2.0
7.1.0
What's Changed
- Include privacy manifest in podspec by @gsbernstein in #321
- watchOS support by @escfrya in #288
- Add FOSS Compliance to SipHash by @rmnblm in #289
- Clean up and add watchOS support by @3lvis in #322
New Contributors
- @gsbernstein made their first contribution in #321
- @escfrya made their first contribution in #288
- @rmnblm made their first contribution in #289
Full Changelog: 6.2.0...7.1.0
6.2.0
6.1.0
Cache — 6.0.0
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 ourStorage
declaration. (Added by @nerdsupremacist, thanks!)
// Old
Storage<Image>
// New
Storage<String, Image>
Cache — 5.3.0
Update to Swift 5 and Xcode 11.