AlamofireImage v2.0.0-beta.2 Release Notes

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

    โž• Added

    • Ability to use a custom ImageDownloader per UIImageView instance.
    • ๐Ÿ†• New ImageDownloader initializer accepting a custom Manager instance using dependency injection.
    • Ability to add additional acceptable image content types for Request validation.

    ๐Ÿ›  Fixed

    • Cancelled request completion closures are now called on the main queue.