Skip to content

Releases: SDWebImage/SDWebImageYYPlugin

0.9.0 - Match SDWebImage 5.18+ behavior

09 May 08:04
Compare
Choose a tag to compare

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

11 Apr 11:41
Compare
Choose a tag to compare

Fixes

  • fix SDWebImageOptions error with SDWebImage 5.15.0+ #13

0.8.0 - SDWebImage 5.15

22 Jan 05:24
Compare
Choose a tag to compare

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+

02 Feb 13:05
Compare
Choose a tag to compare

Project

  • Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #9

Features

  • Sync the SDImageCache logic from SDWebImage 5.10.0 #10

0.6.0 - Fix Xcode 12 Compile

18 Sep 06:35
Compare
Choose a tag to compare

Project

  • Fix the compile issue on Xcode 12 #8

0.5.0 - Support SDWebImage 5.7.0

04 Apr 10:52
Compare
Choose a tag to compare

Changes

  • Fix the compatible with SDWebImage 5.7, which have a query cache type #6

0.4.0 - Support SDWebImage 5.6.0

05 Mar 14:57
Compare
Choose a tag to compare

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

06 Dec 17:22
Compare
Choose a tag to compare

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

16 May 10:16
Compare
Choose a tag to compare

Fix

  • Fix the case when SDWebImageFirstFrameOnly hit memory cache, the animated image still been provided #2

Compatible for SDWebImage 5.0

16 May 10:16
Compare
Choose a tag to compare

Project

  • Upgrade the SDWebImage dependency to ~> SDWebImage 5.0