-
Update the changes for 4.3.1
-
Create a subclass of NSCache using a weak cache.
-
…ry warning and sync back the alive instance from weak cache into cache.
-
Decode the image in the operation level's queue instead of URLSession delegate queue
-
Fix CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warning
-
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
-
Expose the read write to FLAnimatedImage associate to the UIImage to allow advanced feature like placeholder
-
…ueue. Because URLSession delegate queue is a barrier queue and shared between different operations
-
…ced feature like placeholder
-
…ache when the in-memory cache hit (#2218)
-
Update `HowToUse` section to indicate the usage for SDWebImageQueryDataWhenInMemory
-
* Add a cache check for 304 response when using NSURLCache * Remove the extra cost to nil the imageData because at this time operation is already been cancelled or done * Fix download operation may not marked as finished when data task create failed * A little code reorder * Adopt the priority options to change URLSessionTask's priority
-
Fix the macOS wrong minimum deployment target version to 10.9
-
…warning on Xcode 9 by enable more warning options
-
updated CHANGELOG
-
Update the changes for 4.3.0
-
Use a lock to ensure headers mutable dictionary thread-safe
-
Move the Common Problems to wiki page and reorder the Get Started section
-
Provide the wiki page and make issue template up to date
-
Ensure all the session delegate completionHandler called
-
…onse error code below iOS 10
-
Fix the issue that prefetcher will cause stack overflow is the input urls list is huge because of recursion function call
-
…s huge because of recursion function call
-
…eFromMemoryCacheForKey` instead
-
…hold cancel and add procedure be thread-safe
-
Add sync version API diskImageDataExistsWithKey and keep thread-safe. Add diskCacheWritingOptions