Cache v6.0.0 Release Notes
Release Date: 2020-10-04 // over 4 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 ourStorage
declaration. (Added by @nerdsupremacist, thanks!)// OldStorage\<Image\>// NewStorage\<String, Image\>
Previous changes from v5.3.0
-
โก๏ธ Update to Swift 5 and Xcode 11.