Kingfisher v1.9.0 Release Notes

Release Date: 2015-12-31 // over 8 years ago
  • ➕ Add

    • Download methods in ImageDownloader now returns a cancelable task. So you can cancel the downloading process when using downloader separately.
    • ➕ Add a cancelling method in image view extension for easier cancel operation.
    • Mark some properties of downloading task as public.

    🛠 Fix

    • Cancelling of image downloading now triggers completion handler with NSURLErrorCancelled correctly now.