All Versions
29
Latest Version
Avg Release Cycle
118 days
Latest Release
1318 days ago

Changelog History
Page 2

  • v3.0.1-beta Changes

    August 09, 2016

    πŸ‘ Includes support for custom serializer / deserializer

  • v3.0.0-beta Changes

    July 22, 2016
    • πŸš€ This release is needed mainly for an API change: #97
  • v2.2.1 Changes

    March 05, 2016
    • ⚑️ [fixed] When ttlCache is enabled, skip updating the file modification time when accessing fileURLForKey: #70
  • v2.2 Changes

    February 10, 2016
    • [new] Allow caches to behave like a TTLCache #66
  • v2.1.2 Changes

    November 19, 2015
    • [fix] Fix disk caching bug due to incorrect string encoding #42
  • v2.1.1 Changes

    November 17, 2015
    • πŸ‘ [new] Added tvOS support
    • πŸ›  [fixed] PINDiskCache byteCount tracking bug #30
  • v2.1 Changes

    August 24, 2015
    • πŸ‘ [new] Xcode 7 support
    • πŸ›  [fixed] Invalid task ID's used for expiration handler on background tasks #13
    • πŸ›  [fixed] Support for OS X since UIBackgroundTask is only on iOS #19
  • v2.0.1 Changes

    May 01, 2015
    • πŸ‘ [new] Added support for using PINCache in extensions
    • [new] Adopting nullability annotations.
  • v2.0 Changes

    February 25, 2015
    • [fix] PINCache redesign to avoid deadlocks
  • v1.2.3 Changes

    December 13, 2014
    • [fix] TMDiskCache/TMMemoryCache: import UIKit to facilitate Swift usage (thanks digabriel!)
    • πŸ‘» [fix] TMDiskCache: add try catch to ensure an exception isn’t thrown if a file on disk is unable to be unarchived (thanks leonskywalker!)
    • [fix] TMDiskCache: create trash directory asynchronously to avoid race condition (thanks napoapo77!)