SDWebImage v5.10.0 Release Notes

Release Date: 2020-11-22 // over 3 years ago
  • Project

    • ๐Ÿš€ Bumped the min deployment target version to iOS 9, macOS 10.11. Bumped the min Xcode version to Xcode 11 #3130
    • โšก๏ธ This effect the downstream dependencies like SDWebImageWebPCoder, you may update them to the latest version at the same time.

    ๐Ÿ”‹ Features

    Animated Image

    • โž• Add animation playback mode for SDAnimatedImageView/Player, including reverse, bounce and reversed bounce #3115

    Custom Loader

    • โž• Added the options and context arg for Image Loader custom protocol, this can be used for advanced user to grab and check for context for current loading URL to process the logic #3129

    ๐ŸŽ Performance

    • Replace all current dispatch_semaphore usage into the os_unfair_lock, use OSSpinLock for lower firmware #3128