All Versions
29
Latest Version
Avg Release Cycle
118 days
Latest Release
1726 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.2.2 Changes
October 06, 2014- ๐ [new] Remove deprecated
documentation
property from Podspec
- ๐ [new] Remove deprecated
-
v1.2.1 Changes
July 28, 2013- [new] TMDiskCache: introduced concept of "trash" for rapid wipeouts
- [new] TMDiskCache:
nil
checks to prevent crashes - [new] TMCache/TMDiskCache/TMMemoryCache: import Foundation to facilitate Swift usage
-
v1.2.0 Changes
May 24, 2013- [new] TMDiskCache: added method
enumerateObjectsWithBlock:completionBlock:
- [new] TMDiskCache: added method
enumerateObjectsWithBlock:
- โ [new] TMDiskCache: added unit tests for the above
- [new] TMMemoryCache: added method
enumerateObjectsWithBlock:completionBlock:
- [new] TMMemoryCache: added method
enumerateObjectsWithBlock:
- โ [new] TMMemoryCache: added event block
didReceiveMemoryWarningBlock
- [new] TMMemoryCache: added event block
didEnterBackgroundBlock
- ๐ [new] TMMemoryCache: added boolean property
removeAllObjectsOnMemoryWarning
- ๐ [new] TMMemoryCache: added boolean property
removeAllObjectsOnEnteringBackground
- โ [new] TMMemoryCache: added unit tests for memory warning and app background blocks
- ๐ [del] TMCache: removed
cost
methods pending a solution for disk-based cost
- [new] TMDiskCache: added method
-
v1.1.2 Changes
May 13, 2013- [fix] TMCache: prevent
objectForKey:block:
from hitting the thread ceiling - โ [new] TMCache: added a test to make sure we don't deadlock the queue
- [fix] TMCache: prevent
-
v1.1.1 Changes
May 01, 2013- โก๏ธ [fix] simplified appledoc arguments in podspec, updated doc script
-
v1.1.0 Changes
April 29, 2013- [new] TMCache: added method
setObject:forKey:withCost:
- ๐ [new] TMCache: documentation
- [new] TMCache: added method
-
v1.0.3 Changes
April 27, 2013- [new] TMCache: added property
diskByteCount
(for convenience) - ๐ [new] TMMemoryCache:
totalCost
now returned synchronously from queue - ๐ [fix] TMMemoryCache:
totalCost
set to zero immediately afterremoveAllObjects:
- [new] TMCache: added property
-
v1.0.2 Changes
April 26, 2013- โก๏ธ [fix] TMCache: cache hits from memory will now update access time on disk
- ๐ [fix] TMDiskCache: set & remove methods now acquire a
UIBackgroundTaskIdentifier
- [fix] TMDiskCache: will/didAddObject blocks actually get executed
- ๐ [fix] TMDiskCache:
trimToSize:
now correctly removes objects in order of size - ๐ [fix] TMMemoryCache:
trimToCost:
now correctly removes objects in order of cost - [new] TMDiskCache: added method
trimToSizeByDate:
- [new] TMMemoryCache: added method
trimToCostByDate:
- ๐ [new] TMDiskCache: added properties
willRemoveAllObjectsBlock
&didRemoveAllObjectsBlock
- ๐ [new] TMMemoryCache: added properties
willRemoveAllObjectsBlock
&didRemoveAllObjectsBlock
- โ [new] TMCache: added unit tests
-
v1.0.1 Changes
April 23, 2013- โ added an optional "cost limit" to
TMMemoryCache
, including new properties and methods - calling
[TMDiskCache trimToDate:]
with[NSDate distantPast]
will now clear the cache - ๐ calling
[TMDiskCache trimDiskToSize:]
will now remove files in order of access date - setting the byte limit on
TMDiskCache
to 0 will no longer clear the cache (0 means no limit)
- โ added an optional "cost limit" to