Kingfisher v2.4.2 Release Notes

Release Date: 2016-07-10 // almost 8 years ago
  • โž• Add

    • Accept nil as valid URL parameter for image view's extension methods.

    ๐Ÿ›  Fix

    • ๐Ÿš€ The completion handler of image view setting method will not be called any more if self is released.
    • ๐Ÿ‘Œ Improve empty task so some performance improvment could be achieved.
    • โœ‚ Remove SwiftLint since it keeps adding new rules but without a back compatible support. It makes the users confusing when using a different version of SwiftLint.
    • โœ‚ Removed Implicit Unwrapping of CacheType that caused crashes if the image is not cached.