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