Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 1.08 KB

Change Log

All notable changes to this project will be documented in this file. SPTPersistentCache adheres to Semantic Versioning.

--

Released on 2017-08-15.

Fixed

  • SPTPersistentCacheOptions properties are now copied corrently when using -copy.

Released on 2016-11-18.

Added

  • Added ability to track the caches performance in time.

Fixed

  • When deleting or adding a large amount of items, the cache can now be configured prioritise these insertions compared to normal reads/writes.

Removed

  • Removed support for iOS 7.x.
  • Removed support for OSX 10.9.x.

Changed

  • Now uses NSOperationQueues rather than GCD for prioritization reasons.
  • Large removes, prunes and garbage collection routines are now asynchronous (this is an API breakage).

Released on 2015-03-11.

Added

  • Initial release of SPTPersistentCache.