All Versions
169
Latest Version
Avg Release Cycle
29 days
Latest Release
105 days ago
Changelog History
Page 12
Changelog History
Page 12
-
v3.3.0 Changes
January 21, 2017 -
v3.2.4 Changes
December 22, 2016 -
v3.2.3 Changes
December 20, 2016 -
v3.2.2 Changes
December 02, 2016๐ Fix
- ๐ Improve preload animated image loading strategy by using background queue. This should improve framerate when loading a lot of GIF files in the same time. #529
- ๐ Make
ImageDownloader
a pure Swift class to avoid the SDK bug which might leak memory in iOS 10. #520 - ๐ Fix some typos. #523
-
v3.2.1 Changes
November 14, 2016โ Add
- A new set of
KingfisherOptionsInfo
extension helpers to extract options easiser. It will be useful when you are trying to implement your own processors or serializers. #505 - Mark the empty task for downloader as
public
. #508
๐ Fix
- Set placeholder image even when the input resource is
nil
. This is a regression from version 3.2.0. #510
- A new set of
-
v3.2.0 Changes
November 07, 2016โ Add
- A new option to ignore placeholder and keep current image while loading/downloading a new one. This would be useful when you want to display the earlier image while loading a new one. 494
- A disk cache path closure to let you fully customize the disk cache path. #499
๐ Fix
- ๐ Move methods which were marked as
open
to their class defination scope, to avoid the compiler restriction when overridden. #500
-
v3.1.4 Changes
October 19, 2016๐ Fix
- ๐ Fix a problem that
CIImageProcessor
not get called when feeding data to the processor. #485
- ๐ Fix a problem that
-
v3.1.3 Changes
October 06, 2016๐ Fix
- A compiling time issue. Now the compile time of Kingfisher should drop dramatically. #467
- kf wrapper of all Kingfisher compatible types now a class instead of struct, to make mutating opearation on it possible. #469
โ Remove
- ๐ requestModifier of
ImageDownloader
is removed to prevent leading to misunderstanding.
-
v3.1.1 Changes
September 28, 2016๐ Fix
- ๐ An issue which prevents using multiple image processors at the same time. Now you can use different
ImageProcessor
at the same time for an image, while keeping high performance since only one downloading process would be fired. #460 - A crash when processing some images with built-in
ResizingImageProcessor
andOverlayImageProcessor
while the input images not having a standard format. #440, #461 - ImageCache could accept a path extension as key now. #456
- ๐ An issue which prevents using multiple image processors at the same time. Now you can use different
-
v3.1.0 Changes
September 21, 2016โ Add
- โ Add
kf
namespace for all extension APIs in Kingfisher. Now no need to worry about name conflicting any more. #435
๐ Fix
- Mark
AnimateImageView
to open so you can extend this class again. #442 - โก๏ธ Update demo code to adopt iOS 10 prefetching cell feature and new cell life cycle. #447
โ Remove
- ๐ Since
kf
namespace is added, all originalkf_
prefix methods are marked as deprecated.
- โ Add