Skip to content

Releases: hyperoslo/Cache

7.4.0

27 Aug 11:37
24e4710
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.3.0...7.4.0

7.3.0

09 Aug 08:02
d2e8f5a
Compare
Choose a tag to compare

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

Full Changelog: 7.2.0...7.3.0

7.2.0

26 May 21:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.0...7.2.0

7.1.0

26 Mar 10:27
f44a8f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.0...7.1.0

6.2.0

14 Mar 16:49
ad6abdf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.2.0

6.1.0

11 Feb 10:29
d048bf4
Compare
Choose a tag to compare
Merge pull request #311 from pareshios/remove_inmemory_cache

feat: Added support to remove only in memory cache

Cache — 6.0.0

04 Oct 00:41
Compare
Choose a tag to compare

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!)

// Old
Storage<Image>

// New
Storage<String, Image>

Cache — 5.3.0

05 Jun 02:18
042b2cd
Compare
Choose a tag to compare

Update to Swift 5 and Xcode 11.

5.2.0

24 Sep 11:47
Compare
Choose a tag to compare

🚀 Merged pull requests

🤘 Closed issues

  • Can't play the video that load from the cached filePath #204

5.1.0

13 Aug 08:46
cafb434
Compare
Choose a tag to compare
  • Storage and key observations #202
  • Add filePath to Entry #205
  • Handle file extensions #206