All Versions
39
Latest Version
Avg Release Cycle
73 days
Latest Release
-

Changelog History
Page 1

  • v4.2.0 Changes

    ๐Ÿš€ Released on 2021-04-03. All issues associated with this milestone can be found using this filter.

    โž• Added

    โšก๏ธ Updated

    ๐Ÿ›  Fixed

    • Invalid URL to file path conversion in URLCache creation.

  • v4.1.0 Changes

    April 06, 2020

    ๐Ÿš€ Released on 2020-04-05. All issues associated with this milestone can be found using this filter.

    โšก๏ธ Updated

    • Project to require Swift 5.1.

  • v4.0.3 Changes

    March 07, 2020

    ๐Ÿš€ Released on 2020-03-07. All issues associated with this milestone can be found using this
    filter.

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ Missing nil default for completionHandler parameter of download method.
    • ๐Ÿ“ฆ Swift Package Manager compatibility with local submodules, for real this time.
  • v4.0.2 Changes

    February 29, 2020

    ๐Ÿš€ Released on 2020-02-29. All issues associated with this milestone can be found using this
    filter.

    ๐Ÿ›  Fixed

    • ๐Ÿ“ฆ Swift Package Manager compatibility with local submodules.
  • v4.0.1 Changes

    February 24, 2020

    ๐Ÿš€ Released on 2020-02-23. All issues associated with this milestone can be found using this
    filter.

    ๐Ÿ›  Fixed

  • v4.0.0 Changes

    May 04, 2019

    ๐Ÿš€ Released on 2020-02-23. All issues associated with this milestone can be found using this filter.

    โž• Added

    • ๐Ÿ‘ Custom cacheKey support to ImageDownloader and UIImageView and UIButton extensions.
    • ๐Ÿ‘ The application/octet-stream to the list of acceptable image content types to support iOS 13.
    • ๐Ÿ‘ Custom ImageResponseSerializer support to ImageDownloader and UIImageView and UIButton extensions.
    • โœ… Tests to various types to verify they can handle URLRequestConvertible types that throw.
    • ๐Ÿ‘ AlamofireExtended support to UIImage, UIImageView, and UIButton types to use af. prefixing instead of af_.
    • A 4.0 migration guide to the project and linked in the README.
    • ๐Ÿ‘ SwiftFormat support to the project.

    โšก๏ธ Updated

    • The license section of the README to link to the actual LICENSE file.
    • The ImageDownloader download image logic by removing variable shadowing to simplify logic flow.
    • The image cache capacity section in the README to improve in-memory setting recommendations.
    • The Alamofire dependency to ~> 5.0 across dependency management files.
    • The README to match all the newer conventions with the Alamofire 5 changes and af. prefixing on extensions.

    ๐Ÿ—„ Deprecated

    • ๐Ÿšš The af_ APIs on UIImage, UIImageView, and UIButton in favor of the new af. equivalent APIs. These APIs will be removed in AFI5.

    ๐Ÿ›  Fixed

    • ๐Ÿ“š Issue in the README where the documentation link was incorrect.
    • Issue where af_setBackgroundImage was not setting the filter correctly on the image download.
    • Issue where runImageTransitionIfCached on UIImageView was not setting the placeholder image correctly.

  • v4.0.0-beta.6 Changes

    October 27, 2019

    ๐Ÿš€ Released on 2019-10-27. All issues associated with this milestone can be found using this
    filter.

    ๐Ÿ›  Fixed

    • Thread-safety issue in AutoPurgingImageCache.
  • v4.0.0-beta.5 Changes

    September 17, 2019

    ๐Ÿš€ Released on 2019-09-17. All issues associated with this milestone can be found using this
    filter.

    โšก๏ธ Updated

    • URLCache usage for Mac Catalyst.

    ๐Ÿ›  Fixed

    • Alamofire API usage after Alamofire 5 RC changes.
  • v4.0.0-beta.4 Changes

    August 28, 2019

    ๐Ÿš€ Released on 2019-08-27. All issues associated with this milestone can be found using this filter.

    ๐Ÿ›  Fixed

    • Issue where ImageDownloader was not dequeuing and cancelling requests correctly in certain race conditions due to Alamofire switching to async request creation.
  • v4.0.0.-beta.3 Changes

    May 04, 2019

    ๐Ÿš€ Released on 2019-05-04. All issues associated with this milestone can be found using this filter.

    ๐Ÿ›  Fixed

    • ๐Ÿš€ Issue with AppStore submissions where the pre-release version in the bundle short versions string was being rejected when built with Carthage or as a submodule.