Kingfisher v6.3.0 Release Notes

Release Date: 2021-04-21 // almost 3 years ago
  • โž• Add

    • Mark SessionDelegate as public to allow a subclass to take over the delegate methods from session tasks. #1658
    • A new imageDownloader(_:didDownload:with:) in ImageDownloaderDelegate to pass not only Data but also the whole URLResponse to delegate method. Now you can determine how to handle these data based on the received response. #1676
    • An option autoExtAfterHashedFileName in DiskStorage.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