Skip to content

Tags: anliumayu/SDWebImage

Tags

3.0

Toggle 3.0's commit message
Add some sanity check on the URL parameter

2.7.4

Toggle 2.7.4's commit message
Merge pull request SDWebImage#221 from JaviSoto/master

CRASH: Fixing overrelease of UIImage object

2.7.3

Toggle 2.7.3's commit message
Revert "Fixed Alpha chanel detection when decoding images."

This reverts commit e6ede11.

2.7.2

Toggle 2.7.2's commit message
Fix SDWebImage#200 crash on archived builds

2.7.1

Toggle 2.7.1's commit message
Switch to framework distribution

2.7

Toggle 2.7's commit message
Add a cached parameter to the success block to tell the receiver if t…

…he image came from cache or network SDWebImage#181

2.6

Toggle 2.6's commit message
Do not check request response status code when the protocol isn't HTTP (

fix SDWebImage#110)

2.5

Toggle 2.5's commit message
Fix a bug in SDImageCache making first request to disk cache to alway…

…s return nil (fix SDWebImage#81)

2.4

Toggle 2.4's commit message
Failsafe a very common usage error (passing URL as NSString instead o…

…f NSURL)

2.3

Toggle 2.3's commit message
Perform disk cache out operations asynchronousely in order to prevent…

… from blocking the main runloop when a lot of cache queries are performed at the same time