Skip to content

Releases: hyperoslo/Cache

7.4.0

Choose a tag to compare

@3lvis 3lvis released this 27 Aug 11:37
24e4710

What's Changed

New Contributors

Full Changelog: 7.3.0...7.4.0

7.3.0

Choose a tag to compare

@3lvis 3lvis released this 09 Aug 08:02
d2e8f5a

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

Choose a tag to compare

@3lvis 3lvis released this 26 May 21:03

What's Changed

Full Changelog: 7.1.0...7.2.0

7.1.0

Choose a tag to compare

@3lvis 3lvis released this 26 Mar 10:27
f44a8f6

What's Changed

New Contributors

Full Changelog: 6.2.0...7.1.0

6.2.0

Choose a tag to compare

@3lvis 3lvis released this 14 Mar 16:49
ad6abdf

What's Changed

New Contributors

Full Changelog: 6.1.0...6.2.0

6.1.0

Choose a tag to compare

@3lvis 3lvis released this 11 Feb 10:29
d048bf4
Merge pull request #311 from pareshios/remove_inmemory_cache

feat: Added support to remove only in memory cache

Cache — 6.0.0

Choose a tag to compare

@3lvis 3lvis released this 04 Oct 00:41

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

Choose a tag to compare

@3lvis 3lvis released this 05 Jun 02:18
042b2cd

Update to Swift 5 and Xcode 11.

5.2.0

Choose a tag to compare

@onmyway133 onmyway133 released this 24 Sep 11:47

🚀 Merged pull requests

🤘 Closed issues

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

5.1.0

Choose a tag to compare

@vadymmarkov vadymmarkov released this 13 Aug 08:46
cafb434
  • Storage and key observations #202
  • Add filePath to Entry #205
  • Handle file extensions #206