AlamofireImage v2.2.0 Release Notes

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

    โž• Added

    • Ability for ImageDownloader to enqueue multiple image downloads at once.
    • โœ… Tests to verify image view can cancel and restart the same request.
    • Precondition to ImageCache ensuring memory capacity is GTE preferred usage after purge.
    • Ability for image transitions to run when image is cached if specified.
    • โœ… Test to verify Accept header is set correctly on UIImageView extension.
    • โž• Added ReleaseTest configuration to allow running tests against optimized build.

    โšก๏ธ Updated

    • ๐Ÿš€ Project to disable testability on release and to only build tests on when testing.
    • ๐Ÿ”ง The Travis-CI configuration to Xcode 7.2, iOS 9.2, tvOS 9.1 and watchOS 2.1.

    ๐Ÿ›  Fixed

    • Issue where image was not downloaded when cancelled and restarted.
    • Issue where af_setImageWithURL was not using acceptable content types.