All Versions
129
Latest Version
Avg Release Cycle
33 days
Latest Release
523 days ago

Changelog History
Page 11

  • v3.7.4 Changes

    January 08, 2016

    โšก๏ธ Updates

    • โฌ†๏ธ bumped libwep version to 0.4.4

    ๐Ÿ”‹ Features:

    • โž• added tvOS support #1327 and #1358 - fix #1368 and #1302

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  #1217 contains several of the above fixes
    • ๐Ÿ›  fix #391 -> option to cache only on Disk. will replace #1130
    • ๐Ÿ›  fix #343 -> iCloud backup Option
    • ๐Ÿ›  fix #371 -> CGBitmapContextCreate: unsupported parameter combination + #1268 #1412 #1340
    • ๐Ÿ›  fix #576 -> scale set to screen scale
    • ๐Ÿ›  fix #1035 -> progress queue with dispatch_async
    • ๐Ÿ†• new feature -> activity indicator using auto layout. The activity indicator feature will replace #131
    • ๐Ÿ›  #1218 progress callbacks now report on main thread - fixes #1035
    • #1321 Added a new constructor to SDWebImagePrefetcher - replaces #956
    • ๐Ÿ›  #976 append the original path extension to the hash filename - fixes #967
    • replaced #999 with #1221
    • โž• added cache tests #1125
    • ๐Ÿ›  #1236 fixes #1203
    • ๐Ÿ›  bf899e2 fixes #1261 #1263 compilation issue CocoaPods vs non-CocoaPods
    • ๐Ÿ›  #1367 fixes a bug where image scale & orientation are ignored when decoding / decompressing an image
    • โช cac21e1 fixes #1366, addresses #1350 and reverts a part of #1221 - from commit 6406d8e, the wrong usage of dispatch_apply
    • ๐Ÿ›  #1363 fixes #1361 sd_cancelBackgroundImageLoadForState
    • #1348 Create a strong ref of weakOperation in the entry of The image download subOperation, use the strong ref instead weakOperation. At the same time, repair some logic of the 'If cancelled'
    • dcb7985 replaces #1345 - Load local credential file
    • #1323 don't to perform download if url is "" but not nil
    • ๐Ÿ‘ #1310 Added support for SDWebImageAvoidAutoSetImage option to UIButton and highlighted UIImageView categories
    • #1308 Added Swift installation tips
    • โšก๏ธ 32923fa Xcode 7.1 updates
    • ๐Ÿ›  #1297 cleaner implementation of failedUrl error handling - fixes #1275
    • #1280 Fix sd_animatedImageByScalingAndCroppingToSize
    • โœ‚ Remove logging from the image prefetcher - #1276
    • ๐Ÿ›  Fix typos #1256 #1257 #1258 #1331 #1290
  • v3.7.3 Changes

    June 13, 2015
    • Adds support for iOS 8+ Framework and Carthage #1071 #1081 #1101

    • ๐Ÿ”จ [Refactor] Use NSMutableSet for failed URLs' storage instead of array #1076

    • ๐Ÿ‘‰ Make a constant for the error domain #1011

    • ๐Ÿ‘Œ Improve operation behavior #988

    • ๐Ÿ› Bug fix: Collection <__NSArrayM: > was mutated while being enumerated #985

    • โž• added SDWebImageAvoidAutoSetImage option to avoid automatic image addition in UIImageView and let developer to do it himself #1188

    • โž• Added support for custom disk cache folder with fall back for caches directory #1153

    • โž• Added some files to the workspace so they are easier to edit 8431481

    • โšก๏ธ Doc update 72ed897 7f99c01 #1016 #1038 #1045

    • [Memory Issue] Clear SDWebImagePrefetcher progressBlock when it has completed #1017

    • โš  avoid warning <Error>: ImageIO: CGImageSourceCreateWithData data parameter is nil if imageData is nil 88ee3c6 #1018

    • ๐Ÿ‘ allow override diskCachePath #1041

    • ๐Ÿ‘‰ Use __typeof(self) when assigning weak reference for block #1054

    • ๐Ÿ”จ [Refactor] Implement cache cost calculation as a inline function #1075

    • ๐Ÿ‘ @3x support 9620fff #1005

    • ๐Ÿ›  Fix parenthesis to avoid crashes #1104

    • โž• Add NSCache countLimit property #1140

    • ๐Ÿšš failedURLs can be removed at the appropriate time #1111

    • Purge NSCache on system memory notifications #1143

    • Determines at runtime is UIApplication is available as per #1082 #1085

    • ๐Ÿ›  Fixes http://git.chromium.org/webm/libwebp.git/info/refs not valid #1175 + Reverted #1193 + #1177

    • โœ… 404 image url was causing the test to fail 0e761f4

    • ๐Ÿ›  Fix for transparency being lost in transformed images. #1121

    • โž• Add handling for additional error codes that shouldn't be considered a permanent failure #1159

    • โž• add webp accepted content type only if WebP enabled #1178

    • ๐Ÿ›  fix ImageIO: CGImageSourceCreateWithData data parameter is nil #1167

    • Applied patch for issue #1074 SDWebImage residing in swift module breaks the debugger #1138

    • ๐Ÿ›  Fixed URLs with trailing parameters get assigned an incorrect image scale value #1157 #1158

    • โž• Add newline to avoid compiler warning in WebImage.h #1199

  • v3.7.2 Changes

    March 17, 2015

    โšก๏ธ Updates

    • โฌ†๏ธ bumped libwep version to 0.4.3

    ๐Ÿ”‹ Features:

    • implement SDWebImageDownloaderAllowInvalidSSLCertificates option - #937
    • flag to transform animated images (SDWebImageTransformAnimatedImage) - #703
    • ๐Ÿ‘ allows user to override default SDWebImageDownloaderOperation - #876
    • โž• adds option to decompress images and select prefetcher queue - #996

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  fixed #809 cancelAll crash - #838
    • ๐ŸŒฒ fixed #900 by adding a new flag SD_LOG_NONE that allows silencing the SD logs from the Prefetcher
    • ๐Ÿ›  fixed #895 unsafe setImage in setImageWithURL: - #896
    • ๐Ÿ›  fix NSNotificationCenter dispatch on subthreads - #987
    • ๐Ÿ›  fix SDWebImageDownloader threading issue - #1046
    • ๐Ÿ›  fixed duplicate failed urls are added into failedURLs - #994
    • 0๏ธโƒฃ increased default maxConcurrentOperationCount, fixes #527 - #897
    • ๐Ÿ– handle empty urls NSArray - #929
    • decoding webp, depends on source image data alpha status - #936
    • ๐Ÿ›  fix #610 display progressive jpeg issue - #840
    • ๐Ÿ›  the code from SDWebImageDownloaderOperation connection:didFailWithError: should match the code from connectionDidFinishLoading:. This fixes #872 - 7f39e5e
    • 304 - Not Modified HTTP status code handling - #942
    • cost compute fix - #941
    • ๐ŸŽ‰ initialise kPNGSignatureData data - #981

    ๐Ÿ“š Documentation

    • ๐Ÿ“š documentation updated
  • v3.7.1 Changes

    July 23, 2014
    • ๐Ÿ›  fixed sd_imageOrientationFromImageData: crash if imageSource is nil - #819 #813 #808 #828 - temporary fix
    • ๐Ÿ›  fixed SDWebImageCombinedOperation cancel crash (also visible as SDWebImageManager cancelAll) - 28109c4 #798 #809
    • ๐Ÿ›  fixed duplicate symbols when using with webp via pods - #795
    • ๐Ÿ›  fixed missing mark from pragma mark - #827
  • v3.7.0

    July 14, 2014
  • v3.6

    March 24, 2014
  • v3.5.4

    February 24, 2014
  • v3.5.3

    January 07, 2014
  • v3.5.2

    January 02, 2014
  • v3.5.1

    December 03, 2013