You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ImagePrefetcher and related prefetching methods to allow downloading and caching images before you need to display them. #249
A protocol (AuthenticationChallengeResponable) for responsing authentication challenge. You can now set authenticationChallengeResponder of ImageDownloader and use your own authentication policy. #226
An API (cachePathForKey(:)) to get real path for a specified key in a cache. #256
Fix
Disable background decoding for images from memory cache. This improves the performance of image loading for in-memory cached images and fix a flicker when you try to load image with background decoding. #257
A potential crash in ImageCache when an empty image is passed into.