Kingfisher v5.14.1 Release Notes

Release Date: 2020-07-06 // almost 4 years ago
  • 🛠 Fix

    • Early return if no valid animator in an AnimatedImageView. This prevents a CGImage rendering issue displaying a static image. #1428
    • Enable Define Module setting to generate module map. So Kingfisher could be used in libraries imported to Objective-C projects. #1451
    • ↪ A fix to workaround on implicitly initializer of queue that might cause a crash. #1449
    • 👌 Improve the disk cache performance by avoiding unnecessary disk operations. #1480