Hyperoslo Cache Versions Save

:package: Nothing but Cache.

7.1.0

3 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/hyperoslo/Cache/compare/6.2.0...7.1.0

6.2.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/hyperoslo/Cache/compare/6.1.0...6.2.0

6.1.0

2 months ago

6.0.0

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

// Old
Storage<Image>

// New
Storage<String, Image>

5.3.0

3 years ago

Update to Swift 5 and Xcode 11.

5.2.0

5 years ago

🚀 Merged pull requests

🤘 Closed issues

5.1.0

5 years ago

5.0.0

5 years ago

Merged pull requests

Closed issues

4.2.0

6 years ago
  • Swift 4.1

4.1.2

6 years ago

Merged pull requests