Kingfisher v5.10.0 Release Notes

Release Date: 2019-11-17 // over 4 years ago
  • ➕ Add

    • An .alternativeSources option to provide a list of alternative image loading Sources. These Sources act as a fallback when the original Source downloading fails where Kingfisher will try to load images from. #1343

    🛠 Fix

    • The .waitForCache option now also waits for caching for original image if the .cacheOriginalImage is also set. #1344
    • 0️⃣ Now the retrieveImage methods in ImageCache calls its callbackQueue is .mainCurrentOrAsync by default instead of .untouch. It aligns the behavior of other parts in the framework. #1338
    • An issue that causes customize indicator not being placed with correct size. #1345
    • 🐎 Performance improvement for loading progressive images. #1332