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

Changelog History
Page 8

  • v4.6.2 Changes

    February 14, 2018
    ๐Ÿ›  Fix
    • Animated image view now will call finished delegate method in correct timing. #860

  • v4.6.1 Changes

    December 28, 2017
    ๐Ÿ›  Fix
    • โช Revert to use non-dependency way to handle MD5, to solve issues which redefination of dependency library. #834

  • v4.6.0 Changes

    December 27, 2017
    โž• Add
    • Delegate methods for AnimatedImageView to inspect finishing event and/or end of an animation loop. #829
    ๐Ÿ›  Fix
    • ๐ŸŽ Minor performance improvement by final some classes.
    • โœ‚ Remove unnecessary Box type since Objective-C world takes Any. #832.
    • ๐ŸŽ Some internal failing tests on earlier macOS, in which color space giving different result.

  • v4.5.0 Changes

    December 05, 2017
    โž• Add
    • ๐Ÿ†• New image processors to blend an image. See BlendImageProcessor on iOS/tvOS and CompositingImageProcessor on macOS. #818
    ๐Ÿ›  Fix
    • A crash when prefetching too many images in a single batch. #692
    • A possible invalid redeclaration on Array from AnimatedImageView. #819

  • v4.4.0 Changes

    December 01, 2017
    โž• Add
    • โž• Add ImageModifier to give a final chance for setting image object related properties just before getting back the image from either network or cache. #810
    ๐Ÿ›  Fix
    • Apply scale on all image based processor methods, including the existing ones from memory cache. #813

  • v4.3.1 Changes

    November 21, 2017
    ๐Ÿ›  Fix
    • A regression introduced in 4.3.0 which cause the cache not working well for processed images.

  • v4.3.0 Changes

    November 17, 2017
    โž• Add
    • โœ… An option for only getting cached images from memory or refresh it by downloading. It could be useful for fetching images behind the same URL while keeping to use the latest memory cached ones. #806
    ๐Ÿ›  Fix
    • A problem when setting customized indicator with non-zero frame. Now the indicator will be no longer resized to image view size incorrectly. #798
    • ๐Ÿ‘Œ Improve store performance by avoiding re-encode images as long as the original data could be provided. #805

  • v4.2.0 Changes

    October 22, 2017
    โž• Add
    • An option to provice a specific cache for original image. This gives us a change to caching original iamges on a different cache. #794

  • v4.1.1 Changes

    October 17, 2017
    ๐Ÿ›  Fix
    • A potential race condition in ImageDownloader. #763

  • v4.1.0 Changes

    September 28, 2017
    โž• Add
    • An ImageDownloader delegate method to provide a chance for you to check and modify the data. #773
    ๐Ÿ›  Fix
    • ๐Ÿ— Now Kingfisher also supports Swift 3.2, as a workaround for CocoaPods not respecting pod spec build setting. CocoaPods_#6791