🌇🔥 AlamofireImage 3 🔥🌇
All issues associated with this milestone can be found using this filter.
Added
- An AFI 3.0 Migration Guide and updated the README to match new APIs.
Updated
- All source, test and example logic as well as project settings to compile against
the Xcode 8 beta releases.- Updated by Kevin Harwood,
Mathias Nagler,
Jon Shier and
Christian Noon.
- Updated by Kevin Harwood,
- Deployment targets to iOS 9.0, macOS 10.11, tvOS 9.0 and watchOS 2.0.
- Updated by Christian Noon.
- All instances of
com.alamofire
withorg.alamofire
throughout project.- Updated by Christian Noon.
- Copyright headers to match Alamofire formatting.
- Updated by Christian Noon.
- Updated the travis yaml file for Xcode 8.
- Updated by Christian Noon in Pull Request
#154.
- Updated by Christian Noon in Pull Request
- All source, test and example APIs to match Swift 3 design guidelines.
- Updated by Christian Noon in Pull Request
#154.
- Updated by Christian Noon in Pull Request
- All docstrings to use new Swift 3 syntax.
- Updated by Christian Noon in Pull Request
#154.
- Updated by Christian Noon in Pull Request
- All
AssociatedKey
names to be lowercased to match Swift 3 guidelines.- Updated by Christian Noon in Pull Request
#154.
- Updated by Christian Noon in Pull Request
- The podspec for the 3.0.0 release and bumped deployment targets.
- Updated by Christian Noon.
- Code signing to now automatic with an empty team.
- Updated by Christian Noon.
- Number of large image test iterations to 200 to attempt to stabilize travis.
- Updated by Christian Noon.
Removed
DispatchWorkItemFlags
implementation with async flags.- Removed by Christian Noon in Pull Request
#154.
- Removed by Christian Noon in Pull Request
ReleaseTest
configuration by enabling testability in travis yaml file.- Removed by Christian Noon.
- An
NSURL
extension from the test suite that wasn’t used.- Removed by Christian Noon.
Fixed
- Issue where
removeImage
API on the image cache would not remove the image.- Fixed by Christian Noon in Pull Request
#154 in regards to Issue
#152.
- Fixed by Christian Noon in Pull Request
- Compilation errors due to
AFError
refactors in Alamofire.- Fixed by Christian Noon.