AlamofireImage v2.0.0-beta.1 Release Notes

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

    โž• Added

    • The AlamofireImage 2.0 Migration Guide and also added to the README.
    • A new RequestReceipt struct to the ImageDownloader to improve cancellation reasoning.
    • โœ… Cancellation tests to the ImageDownloader to validate new cancellation behavior.
    • Section to the README documenting the RequestReceipt usage.

    โšก๏ธ Updated

    • โœ… Cartfile to pick up latest changes from the master branch of Alamofire 3.0.
    • All source logic to use the Alamofire 3.0 APIs.
    • โœ… All tests to compile and run against the Alamofire 3.0 APIs.
    • All the sample code examples in the README to use all the new APIs.