SDWebImage v5.0.0-beta2 Release Notes

Release Date: 2018-07-31 // over 5 years ago
  • ๐Ÿš€ See all tickets marked for the 5.0.0 release

    ๐Ÿ”‹ Features

    • โž• Add SDImageCoderWebImageContext coder option, which allow custom coder plugin, to receive the context option from top-level API #2405
    • ๐Ÿš€ Updated all existing diagrams for 5.0 release + added new ones (small detailed diagrams for the most important components) #2407

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix nullable key for sd_imageLoadOperationForKey #2389
    • Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString #2392
    • Rename sd_UTTypeFromSDImageFormat to sd_UTTypeFromImageFormat #2395
    • Change SDImageFormat to use NS_TYPED_EXTENSIBLE_ENUM instead of fixed enum, to allow custom coder plugins to extend it #2400