Releases: Alamofire/AlamofireImage
Releases · Alamofire/AlamofireImage
ImageDownloader Concurrency Bug Fixes
Released on 2019-08-27. All issues associated with this milestone can be found using this filter.
Fixed
- Issue where
ImageDownloader
was not dequeuing and cancelling requests correctly in certain race conditions due to Alamofire switching to async request creation.- Fixed by Christian Noon in Pull Requests #371 and #372.
AppStore Connect Submission Fix
Released on 2019-05-04. All issues associated with this milestone can be found using this filter.
Fixed
Alamofire 5.0.0-beta.5 Support
Released on 2019-04-13. All issues associated with this milestone can be found using this
filter.
Updated
- Project to require Alamofire 5.0.0-beta.5+ as a dependency.
- Updated by Christian Noon in Pull Request #357.
Alamofire 5 and Swift 5
Released on 2019-04-10. All issues associated with this milestone can be found using this
filter.
Updated
- Project to use Swift 5 only and require Alamofire 5.0.0-beta.4+ as a dependency.
- Updated by Christian Noon in Pull Request #348.
Suddenly Compatible
Sudden Compatibility
Update for Alamofire 4.8.0.
Released on 2018-11-27. All issues associated with this milestone can be found using this
filter.
Updated
Alamofire Workspace Linking
Released on 2018-09-17. All issues associated with this milestone can be found using this filter.
Updated
- The Xcode project configuration to use workspace linking instead of nested projects.
- Updated by Christian Noon in Pull Request #329.
Fixed
- A minor
CIGaussianBlur
typo in one of the README examples.- Fixed by Joe DeCapo in Pull Request #319.
Swift 4.2!
Xcode 9.3 and Swift 4.1
Released on 2018-03-31. All issues associated with this milestone can be found using this
filter.
Added
- Jazzy docs and configuration.
- Ruby environment settings that match Alamofire's.
Updated
- Project configuration and files for Xcode 9.3 and Swift 4.1.
- Copyrights to 2018 for all files.
- TravisCI configuration for Xcode 9.3.
Fixed
- Gravatar API usage in example code.
- Fixed by Felipe Plets in Pull Request #298.