All Versions
169
Latest Version
Avg Release Cycle
29 days
Latest Release
994 days ago

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 and CacheType.cached instead of isImageCached and CacheCheckResult. #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 and CacheType.cached instead of isImageCached and CacheCheckResult. #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 to RoundCornerImageProcessor allowing to specify a desired backgroud color. It could be useful for a JPEG based image to prevent alpha blending. #766

  • 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 or NSView) as placeholder in image view setting extension method. #746

  • v3.12.0 Changes

    August 30, 2017
    ➕ Add
    • Now you could use a customized view (subclass of UIView or NSView) as placeholder in image view setting extension method. #746

  • v3.11.0 Changes

    August 16, 2017
    ➕ Add
    • A task based authentication challenge handler for some auth methods like HTTP Digest. #742
    🛠 Fix
    • The option of keepCurrentImageWhileLoading now will respect your placeholder if the original image is nil in the image view. #747

  • 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