Skip to content

Releases: onevcat/Kingfisher

1.8.0 - Bigger is Better

07 Nov 11:47
Compare
Choose a tag to compare

Add

  • Support for tvOS. Now enjoy downloading and cacheing images in the tvOS.

Fix

  • An issue which causes images not stored properly if the original data is not supplied. #142

1.7.1 - EXIF is JPEG!

27 Oct 14:56
Compare
Choose a tag to compare

Fix

  • EXIF JPEG support which was broken in 1.7.0.
  • Correct timing of completion handler for use case with transition of UIImageView extension.

1.7.0 - Kingfisher with animation

25 Oct 06:33
Compare
Choose a tag to compare

Add

  • GIF support. Now you can download and show an animated GIF by Kingfisher UIImageView extension.

Fix

  • Type safe options.
  • A potential retain of cache in loading task.

1.6.1 - No More Blinking

09 Oct 12:59
Compare
Choose a tag to compare

Fix

  • The blinking when reloading images in a cell.
  • Indicator is now in center of image view.

1.6.0 - Transition

19 Sep 14:45
Compare
Choose a tag to compare

Add

  • Add transition option. You can now use some view transition (like fade in) easier.

Fix

  • Image data presenting when storing in disk.

1.5.0 - Swift 2.0

10 Sep 03:46
Compare
Choose a tag to compare

Add

  • Support for Swift 2.0.

Fix

  • Remove the disk retrieve task canceling temporarily since there is an issue in Xcode 7 beta.
  • Remove support for watchOS since it now requires a separated framework. It will be added later as a standalone library instead a fat one.

1.4.5 - Key decoupling

14 Aug 09:06
Compare
Choose a tag to compare

Fix

  • Added resource APIs so you can specify a cacheKey for an image. The default implementation will use the URL string as key.

1.4.4 - Bug fix release

14 Aug 02:11
Compare
Choose a tag to compare

Fix

  • Explicitly type casting in ImageCache. #86

1.4.2 - Scaling

09 Jul 05:58
Compare
Choose a tag to compare

Add

  • Support for store and decode with scale parameter.

Fix

  • A retain cycle which prevents image retrieving task releasing.

1.4.0 - Hello, Apple Watch

11 May 02:11
Compare
Choose a tag to compare

Add

  • Apple Watch support and category on WKInterfaceImage.