iOS 8.0 and macOS 10.10 and New ACLs
All issues associated with this milestone can be found using this filter.
Added
- A new
imageResponseSerializer
property to theImageDownloader
.- Added by Tapani Saarinen in Pull Request.
#208.
- Added by Tapani Saarinen in Pull Request.
- New embedded framework installation instructions to the README.
- Added by Eric Horstmanshof in Pull Request.
#213.
- Added by Eric Horstmanshof in Pull Request.
- A new iOS 8.1 target to the Travis CI device matrix.
- Added by Christian Noon.
Updated
- The
AutoPurgingImageCache
APIs to anopen
ACL where applicable.- Updated by Christian Noon.
- The
ImageDownloader
andRequestReceipt
APIs to anopen
ACL where applicable.- Updated by Christian Noon.
- The Xcode project to Xcode 8.1 and made all suggested project updates.
- Updated by Christian Noon.
UIButton
andUIImageView
completion closures to be called after image is set.- Updated by Christian Noon in regards to Issue
#209.
- Updated by Christian Noon in regards to Issue
- The deployment targets to iOS 8.0 and macOS 10.10 to match core Alamofire project.
- Updated by Christian Noon in regards to Issue.
#216.
- Updated by Christian Noon in regards to Issue.
- The Cartfile and pulled in Alamofire 4.2.0 submodule.
- Updated by Christian Noon.
Removed
- CoreImage filters on iOS 8.x due to runtime mapping issue with
CIContext
.- Removed by Christian Noon.