SDWebImage v5.8.0 Release Notes

Release Date: 2020-05-11 // almost 4 years ago
  • ๐Ÿ”‹ Features

    Transformer

    • โž• Add query original cache for transformed image without downloading #2992
    • This can be used to query the original image from cache then do transforming when transformed key cache miss, without any downloading happened.

    Animated Image

    • โž• Added autoplay control property to AnimatedImageView (autoPlayAnimatedImage) #3003

    Manager

    • ๐Ÿšš Mark the black list formal error code, support remove the failed URL from black list #2997
    • ๐Ÿ’… Polish the error description between image decode failed and image size is 0 #3005

    Downloader

    • โž• Add the convenient request/response modifier, which provide HTTP header directly #2990

    View Category

    • โž• Added the convenient transition options for macOS user. Deprecate the old timingFunction, which can use System API to achieve #2985
    • ๐Ÿ”‹ Feature pass the set operation key into context option from upstream. Fix the potential retain cycle if user use custom manager #2986

    Coder

    • ๐Ÿ”‹ Feature: Encoding options supports embed thumbnail (works for JPEG/HEIF/AVIF) #2988

    Project

    • ๐Ÿ‘Œ Support the SwiftPM Objective-C user to use #improt <SDWebImage/SDWebImage.h> #2987