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

Changelog History
Page 11

  • v3.6.1 Changes

    April 01, 2017

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix warnings when build Kingfisher in Swift 3.1 compiler. #632
    • Wrong size when decoding images with a passed-in scale option. #633
    • Speed up MD5 calculation by turing to a pure Swift implementation. #636
    • ๐Ÿ“„ Host docs directly in GitHub. #641

  • v3.6.0 Changes

    March 26, 2017

    โž• Add

    • A built-in image processor to crop images with a targeted size and anchor. #465

  • v3.5.2 Changes

    March 09, 2017

    ๐Ÿ›  Fix

    • An issue which causes app crashing while folder enumerating encountered an error in ImageCache. #620

  • v3.5.1 Changes

    March 01, 2017

    ๐Ÿ›  Fix

    • A minor improvement on slow compiling time due to a method in Image. #611

  • v3.5.0 Changes

    February 21, 2017

    โž• Add

    • ๐Ÿ‘ Resizing processor now support to resize images with content mode. You could choose from aspectFill, aspectFit or just respect the target size. #597

    ๐Ÿ›  Fix

    • A problem which might cause the downloaded image set unexpected for a cell which already not in use. #598

  • v3.4.0 Changes

    February 11, 2017

    โž• Add

    • ๐Ÿ‘‰ Use the onlyLoadFirstFrame option to load only the first frame from a GIF file. It will be useful when you want to display a static preview of the first frame from a GIF image. By doing so, you could save huge ammount of memory. #591

    ๐Ÿ›  Fix

    • Now cancel on a RetrieveImageTask will work properly even when the downloading not started for UIButton and NSButton too. #580
    • Progress block of extensions setting methods will not be called multiple times if you set another task while the previous one still in downloading. #583
    • Image cache will work properly when ImagePrefetcher trying to prefetch images with an ImageProcessor. Now the fetched and processed images could be retrieved correctly. #590

  • v3.3.4 Changes

    February 04, 2017

    ๐Ÿ›  Fix

    • Now cancel on a RetrieveImageTask will work properly even when the downloading not started. #578
    • ๐Ÿ‘‰ Use modern float constant of pi. #576

  • v3.3.3 Changes

    January 30, 2017

    ๐Ÿ›  Fix

    • A type inference to make Kingfisher compiles on Xcode 8.0 again. #572

  • v3.3.2 Changes

    January 23, 2017

    ๐Ÿ›  Fix

    • An issue which causes the background decoded images drawn upside down.

  • v3.3.1 Changes

    January 21, 2017

    โž• Add

    • ๐Ÿ”ฆ Expose default pngRepresentation, jpegRepresentation and gifRepresentation as public. #560
    • ๐Ÿ‘Œ Support unlimited disk cache duration. #566

    ๐Ÿ›  Fix

    • A mismatch of CG image component when creating CGContext for blur filter. #567
    • โœ‚ Remove test images from repo to keep slim. #568