-
Move the Common Problems to wiki page and reorder the Get Started section
-
Provide the wiki page and make issue template up to date
-
support animated GIF on macOS
-
use NSImage built-in method to maintain GIF on macOS update README
-
Update the method name in the README to match the method name in 4.0.0.
-
Update README.md
-
Update readme for 1st party progress indicator support
-
updates swift example to Swift 3.0 syntax
-
From [this merge](https://github.com/rs/SDWebImage/pull/1217/files#diff-2cc725cd4b29e8acd64b4b01e5f82f36R382 "this merge")
-
watchOS and OSX support (One platform to rule them all)
-
+ SDWebImageDownloader downloadImageWithURL:... properly use the weakself-strongself pattern # Conflicts: # .travis.yml # Examples/SDWebImage Demo.xcodeproj/project.pbxproj # README.md # SDWebImage.xcodeproj/project.pbxproj # SDWebImage/SDWebImageDownloader.m # SDWebImage/SDWebImageDownloaderOperation.h # SDWebImage/SDWebImageDownloaderOperation.m # SDWebImage/SDWebImageManager.m # Tests/Podfile # Tests/SDWebImage Tests.xcodeproj/project.pbxproj
-
… the library version to 3.8.0
-
…e samples to a dedicated file (HowToUse.md) to lighten up the Readme.
-
…s examples and include the diagram
-
…`loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed Conflicts: SDWebImage/UIImageView+WebCache.m
-
Minor grammar fix