Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Releases: SDWebImage/SDWebImageFLPlugin

0.6.0 - SwiftPM

09 Apr 07:40
Compare
Choose a tag to compare

Project

  • Add SPM support #16

0.5.0 - iOS 9+/Xcode 11+

02 Feb 12:23
Compare
Choose a tag to compare

Project

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

0.4.0 - Support SDWebImage 5.6.0

05 Mar 14:15
Compare
Choose a tag to compare

Changes

  • Fix the nullability of animatedImage property, it can be nullable in some cases. #8
  • Override the UIImage+Metadata category method to provide the correct value for SDFLAnimatedImage #9

Compatible for SDWebImage 5.0

02 Apr 17:40
Compare
Choose a tag to compare

Project

  • Upgrade the SDWebImage dependency to ~> SDWebImage 5.0

Adopt memory cache cost function

02 Apr 17:41
Compare
Choose a tag to compare

Fix

  • Adopt SDWebImage's memory cache cost function, fix the nullable issue #7

Custom image class && Carthage support

02 Sep 09:53
Compare
Choose a tag to compare

Feature

Add SDFLAnimatedImage custom image class for GIF loading. Drop the SDFLAnimatedCoder usage. #3
Note: Now you don't need to register coder. Just import the framework and start using.

Project

Fully support Carthage (use v0.30.1 above) #6

API refine && Performance enhancement

01 Aug 06:50
Compare
Choose a tag to compare

Feature

Move the sd_optimalFrameCacheSize && sd_predrawingEnabled property from imageView level to context option level. This allows user to specify GIF image options for each image request.

Performance

Enhance FLAnimatedImage decoding performance by using custom coder for GIF images #2

Fix

Fix some header issues.

Initial Realse

19 Jul 12:51
Compare
Choose a tag to compare

The first beta version to be compatible for SDWebImage 5.0.0-beta.

The original code are from SDWebImage/GIF 4.4.1.