All Versions
169
Latest Version
Avg Release Cycle
29 days
Latest Release
97 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v4.0.1 Changes
September 15, 2017โ Add
- ๐ Supports for Swift 4. The new major version of Kingfisher should be source compatible with Kingfisher 3. Please make sure you have no warning left with Kingfisher related APIs before migrating to version 4, since all deprecated methods are removed from our code base. #704
- A cleaner API to track whether an image is cached and its cache type. Use
imageChachedType
andCacheType.cached
instead ofisImageCached
andCacheCheckResult
. #704
๐ Fix
- โก๏ธ Update pod spec to use Swift 4.0 as Swift Version configuration.
-
v4.0.0 Changes
September 14, 2017โ Add
- ๐ Supports for Swift 4. The new major version of Kingfisher should be source compatible with Kingfisher 3. Please make sure you have no warning left with Kingfisher related APIs before migrating to version 4, since all deprecated methods are removed from our code base. #704
- A cleaner API to track whether an image is cached and its cache type. Use
imageChachedType
andCacheType.cached
instead ofisImageCached
andCacheCheckResult
. #704
-
v3.13.1 Changes
September 14, 2017๐ Fix
- ๐ Disable code coverage for all targets in build setting to avoid rejecting from iTunes when building with Xcode 9. #753
-
v3.13.0 Changes
September 12, 2017โ Add
- Introduces a
backgroundColor
property toRoundCornerImageProcessor
allowing to specify a desired backgroud color. It could be useful for a JPEG based image to prevent alpha blending. #766
- Introduces a
-
v3.12.2 Changes
September 02, 2017๐ Fix
- ๐ Fix an issue which causes image scale not correct when background decoding option is used. #761
-
v3.12.1 Changes
August 30, 2017โ Add
- Now you could use a customized view (subclass of
UIView
orNSView
) as placeholder in image view setting extension method. #746
- Now you could use a customized view (subclass of
-
v3.12.0 Changes
August 30, 2017โ Add
- Now you could use a customized view (subclass of
UIView
orNSView
) as placeholder in image view setting extension method. #746
- Now you could use a customized view (subclass of
-
v3.11.0 Changes
August 16, 2017 -
v3.10.4 Changes
July 26, 2017๐ Fix
- Respect image and custom indicator size. Now Kingfisher will not resize the indicators to the image size for you automatically.
-
v3.10.3 Changes
July 06, 2017๐ Fix
- ๐ Fix a problem which causes the GIF playing in a slow rate on ProMotion enabled devices (iPad Pro 10.5) #718