Releases: onevcat/Kingfisher
Releases · onevcat/Kingfisher
1.8.1 - Transition needs rest
Fix
- Only apply transition when images are downloaded. It will not show transition animation now if images loaded from either memory or disk cache now.
- Code style.
1.8.0 - Bigger is Better
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!
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
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
Fix
- The blinking when reloading images in a cell.
- Indicator is now in center of image view.
1.6.0 - Transition
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
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
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
Fix
- Explicitly type casting in ImageCache. #86
1.4.2 - Scaling
Add
- Support for store and decode with scale parameter.
Fix
- A retain cycle which prevents image retrieving task releasing.