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

Changelog History
Page 15

  • v1.9.3 Changes

    January 22, 2016

    ๐Ÿ›  Fix

    • Stop indicator animation when loading failed. #215

  • v1.9.2 Changes

    January 14, 2016

    ๐Ÿ›  Fix

    • A potential issue causes image cache checking method not working when the image just stored.
    • ๐Ÿ‘ Better performance and image quality when storing images with original data.

  • v1.9.1 Changes

    January 04, 2016

    ๐Ÿ›  Fix

    • ๐Ÿ‘• Making SwiftLint happy when building with Carthage. #189

  • v1.9.0 Changes

    December 31, 2015

    โž• 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.

  • v1.8.5 Changes

    December 16, 2015

    ๐Ÿ›  Fix

    • ๐Ÿ‘‰ Use single url session to download images.
    • Ignore and return error immediately for empty URL.
    • ๐Ÿ’… Internal update for testing stability and code style.

  • v1.8.4 Changes

    December 12, 2015

    ๐Ÿ›  Fix

    • Opt out the normalization and decoding for GIF, which would lead an issue that the GIF images missing.
    • Proper cost count for GIF image.

  • v1.8.3 Changes

    December 05, 2015

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix for code base styles and formats.

  • v1.8.2 Changes

    November 19, 2015

    โž• Add

    • ๐Ÿšš Cache path is customizable now. You can use Document folder to cache user generated images (But be caution that the disk cache files might be removed if limitation condition met).

  • v1.8.1 Changes

    November 13, 2015

    ๐Ÿ›  Fix

    • Only apply transition when images are downloaded. It will not show transition animation now if images loaded from either memory or disk cache now.
    • ๐Ÿ’… Code style.

  • v1.8.0 Changes

    November 07, 2015

    โž• Add

    • ๐Ÿ‘Œ Support for tvOS. Now enjoy downloading and cacheing images in the tvOS.

    ๐Ÿ›  Fix

    • An issue which causes images not stored properly if the original data is not supplied. #142