4.0.0 - Swift 4
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