Releases: SDWebImage/SDWebImageYYPlugin
Releases · SDWebImage/SDWebImageYYPlugin
0.9.0 - Match SDWebImage 5.18+ behavior
Features
- Updated YYImage//YYCache bridge to match the latest 5.19.2 behavior #16
- This requires SDWebImage 5.18+
0.8.1 - Fix compatible issue
Fixes
- fix SDWebImageOptions error with SDWebImage 5.15.0+ #13
0.8.0 - SDWebImage 5.15
Features
- Bump the support for SDWebImage 5.15.0 #12
- Update the YYCache to support callbackQueue/encodeOptions, etc
- Update the YYCoder to support encodeWithFrames API
Deprecation
- This repo may be deprecated in the future because of no-longer maintenance from upstream
0.7.0 - iOS 9+/Xcode 11+
0.6.0 - Fix Xcode 12 Compile
Project
- Fix the compile issue on Xcode 12 #8
0.5.0 - Support SDWebImage 5.7.0
Changes
- Fix the compatible with SDWebImage 5.7, which have a query cache type #6
0.4.0 - Support SDWebImage 5.6.0
Changes
- Sync the disk cache store logic from SDWebImage 5.6.0
- Override the UIImage+Metadata category method to provide the correct value for YYImage #5
Fix compatible with latest SDWebImage 5.4.0
Fixes
- Lots of bugfix related to the internel logic changes in SDImageCache.
Now YYCache+SDAddtions works for the same logic as SDImageCache on SDWebImage 5.4.0. Which use SQLite to store and query the extended metadata.
Fix `SDWebImageDecodeFirstFrameOnly` issue
Fix
- Fix the case when
SDWebImageFirstFrameOnly
hit memory cache, the animated image still been provided #2
Compatible for SDWebImage 5.0
Project
- Upgrade the SDWebImage dependency to
~> SDWebImage 5.0