All Versions
24
Latest Version
Avg Release Cycle
72 days
Latest Release
1298 days ago

Changelog History
Page 1

  • v6.0.0 Changes

    October 04, 2020

    ๐Ÿ’ฅ 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!)

    // OldStorage\<Image\>// NewStorage\<String, Image\>
    
  • v5.3.0 Changes

    June 05, 2020

    โšก๏ธ Update to Swift 5 and Xcode 11.

  • v5.2.0 Changes

    September 24, 2018

    ๐Ÿ”€ ๐Ÿš€ Merged pull requests

    • Made the code compatible with Swift 4.2. #214, by rizwan95
    • โšก๏ธ update to support swift4+ #215, by Pircate
    • Swift 4.2 and Xcode 10 improvements #216, by fassko

    ๐Ÿค˜ Closed issues

    • Can't play the video that load from the cached filePath #204
  • v5.1.0 Changes

    August 13, 2018
    • Storage and key observations #202
    • โž• Add filePath to Entry #205
    • ๐Ÿ– Handle file extensions #206
  • v5.0.0 Changes

    June 13, 2018

    ๐Ÿ”€ Merged pull requests

    Closed issues

    • setObject Thread Problem #181
    • Store and Fetch an array #188
    • 0๏ธโƒฃ Shouldn't the default cache folder be /library or /documents not /library/caches? #179
  • v4.2.0 Changes

    April 04, 2018
    • Swift 4.1
  • v4.1.2 Changes

    October 27, 2017

    Merged pull requests

  • v4.1.1 Changes

    October 27, 2017

    ๐Ÿ”€ ๐Ÿš€ Merged pull requests

    ๐Ÿค˜ Closed issues

    • โšก๏ธ Does this library support migration in case you change Object structure with the update? #153
  • v4.1.0

    October 27, 2017
  • v4.0.4 Changes

    October 13, 2017
    • โœ‚ Remove Carthage script #158