Releases: Alamofire/AlamofireImage
Releases · Alamofire/AlamofireImage
ImageDownloader ACL Update and tvOS Fix
All issues associated with this milestone can be found using this filter.
Added
- Note to the README about storing a strong ref to image downloaders.
- Added by Muhammad Ishaq in Pull Request
#45.
- Added by Muhammad Ishaq in Pull Request
- Custom
Info.plist
for tvOS setting theUIRequiredDeviceCapabilities
toarm64
.- Added by Christian Noon.
Updated
- The
sessionManager
ACL in theImageDownloader
to allow access to the underlying
session and configuration.- Updated by Christian Noon.
- The Alamofire submodule to the Alamofire 3.1.3 release.
- Updated by Christian Noon.
tvOS Framework and Tests
All issues associated with this milestone can be found using this filter.
Added
- New tvOS framework and test targets to the project.
- Added by Christian Noon.
- The tvOS deployment target to the podspec.
- Added by Christian Noon.
- The
BITCODE_GENERATION_MODE
user defined setting to tvOS framework target.- Added by Christian Noon.
Updated
- The README to include tvOS and bumped the required version of Xcode.
- Updated by Christian Noon.
- The default tvOS and watchOS deployment targets in the Xcode project.
- Updated by Christian Noon.
- The Cartfile and Alamofire submodule to the 3.1.0 release.
- Updated by Christian Noon.
- The Travis-CI yaml file to run watchOS and tvOS builds and tests on xcode7.1 osx_image.
- Updated by Christian Noon.
Official 2.0 Release
All issues associated with this milestone can be found using this filter.
Updated
- The cocoapods and carthage instructions in the README.
- Updated by Christian Noon.
ImageDownloader Updates and Custom Content Types
All issues associated with this milestone can be found using this filter.
Added
- Ability to use a custom
ImageDownloader
perUIImageView
instance.- Added by Christian Noon in Pull Request
#31.
- Added by Christian Noon in Pull Request
- New
ImageDownloader
initializer accepting a customManager
instance using dependency injection.- Added by Christian Noon in Pull Request
#32.
- Added by Christian Noon in Pull Request
- Ability to add additional acceptable image content types for
Request
validation.- Added by Christian Noon in Pull Request
#33 to address Issues
#28 and
#29.
- Added by Christian Noon in Pull Request
Fixed
- Cancelled request completion closures are now called on the main queue.
- Fixed by Christian Noon.
Alamofire 3.0 and Request Receipts
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.
- Added by Christian Noon.
- A new
RequestReceipt
struct to theImageDownloader
to improve cancellation reasoning.- Added by Kevin Harwood.
- Cancellation tests to the
ImageDownloader
to validate new cancellation behavior.- Added by Christian Noon.
- Section to the README documenting the
RequestReceipt
usage.- Added by Christian Noon.
Updated
- Cartfile to pick up latest changes from the
master
branch of Alamofire 3.0.- Updated by Christian Noon.
- All source logic to use the Alamofire 3.0 APIs.
- Updated by Christian Noon.
- All tests to compile and run against the Alamofire 3.0 APIs.
- Updated by Christian Noon.
- All the sample code examples in the README to use all the new APIs.
- Updated by Christian Noon.
UIImageView Fix and File URL Support
All issues associated with this milestone can be found using this filter.
Added
- Tests verifying response image serializers support file URLs.
- Added by Alexander Edge in regards to Pull Request
#19.
- Added by Alexander Edge in regards to Pull Request
- Tests verifying cached image is set on
UIImageView
if completion closure is set.- Added by Kevin Harwood in Pull Request
#20.
- Added by Kevin Harwood in Pull Request
Updated
- The
Request
extension to validate file URLs making test mocking easier.- Updated by Alexander Edge in Pull Request
#19.
- Updated by Alexander Edge in Pull Request
Fixed
- Issue where cached image was not set on a
UIImageView
if completion closure was set.- Fixed by Kevin Harwood in Pull Request
#20.
- Fixed by Kevin Harwood in Pull Request
Bug Fixes for UIImageView Extension
All issues associated with this milestone can be found using this filter.
Added
- Tests around the UIImageView extension usage with redirect URLs.
- Added by Christian Noon in regards to Issue
#15.
- Added by Christian Noon in regards to Issue
- Tests around the UIImageView extension usage with duplicate image requests.
- Added by Christian Noon in regards to Issue
#17.
- Added by Christian Noon in regards to Issue
Fixed
- Issue where
UIImageView
extension did not support redirect URLs.- Fixed by Robert Payne in Pull Request
#16.
- Fixed by Robert Payne in Pull Request
- Issue where duplicate image requests were cancelling the active image download
in theUIImageView
extension.- Fixed by Christian Noon in regards to Issue
#17.
- Fixed by Christian Noon in regards to Issue
Dynamic Image Filters and Custom Image Transitions
All issues associated with this milestone can be found using this filter.
Added
- Custom image transition to the
UIImageView
extension.- Added by Kevin Harwood in Pull Request
#9.
- Added by Kevin Harwood in Pull Request
- CompositeImageFilter protocol to construct composite image filters.
- Added by Damien Rambout in Pull Request
#8.
- Added by Damien Rambout in Pull Request
DynamicImageFilter
andDynamicCompositeImageFilter
structs to make it easy
to create custom image filters.- Added by Damien Rambout in Pull Request
#14.
- Added by Damien Rambout in Pull Request
Updated
ImageDownloader
download image completion closures to be optional.- Updated by Christian Noon.
- Completion callback behavior of the
UIImageView
extension methods to be called before
the image transition occurs.- Updated by Kevin Harwood in Pull Request
#9.
- Updated by Kevin Harwood in Pull Request
- Rounded corner radius image filter can now be adjusted by the image scale.
- Updated by Christian Noon in Pull Request
#10.
- Updated by Christian Noon in Pull Request
- Enabled APPLICATION_EXTENSION_API_ONLY in watchOS framework.
- Updated by James Barrow in Pull Request
#11.
- Updated by James Barrow in Pull Request
- The podspec file to allow all Alamofire 2.x versions.
- Updated by Christian Noon.
Initial Release
All issues associated with this milestone can be found using this filter.
Added
- Initial release of AlamofireImage.
- Added by Christian Noon.
Updated
- Alamofire dependency to
~> 2.0
for CocoaPods and Carthage.- Updated by Christian Noon.
- Alamofire submodule to 2.0.0 release commit.
- Updated by Christian Noon.
- Xcode
APPLICATION_EXTENSION_API_ONLY
toYES
for iOS and OSX frameworks.- Updated by Matt Delves in Pull Request
#4.
- Updated by Matt Delves in Pull Request
Fixed
- Issue in
ImageDownloader
where the wrong image was being stored in the image cache.- Fixed by Robin Eggenkamp in Pull Request
#3.
- Fixed by Robin Eggenkamp in Pull Request
Initial Pre-Release
Added
- Initial release of AlamofireImage.
- Added by Christian Noon.