Add
- Mark
SessionDelegate
as public to allow a subclass to take over the delegate methods from session tasks. #1658 - A new
imageDownloader(_:didDownload:with:)
inImageDownloaderDelegate
to pass not onlyData
but also the wholeURLResponse
to delegate method. Now you can determine how to handle these data based on the received response. #1676 - An option
autoExtAfterHashedFileName
inDiskStorage.Config
to allow appending the file extension extracted from the cache key. #1671
Fix
- Now the GIF continues to play in a collection view cell with highlight support. #1685
- Fix a crash when loading GIF files with lots of frames in
AnimatedImageView
. Thanks for contribution from @wow-such-amazing #1686