Swift 2.3 Support and Bug Fixes
All issues associated with this milestone can be found using this filter.
Added
- Cleanup Whitespace aggregate target and scheme and removed all excess whitespace.
- Added by Christian Noon.
Updated
- The source, test and example code along with project settings to support Swift 2.2
and Swift 2.3 simultaneously.- Updated by Christian Noon.
- Updated the travis yaml file for Swift 2.3 and the new OS target versions.
- Updated by Christian Noon.
- Updated the Cartfile and Alamofire submodule to the 3.5.0 release.
- Updated by Christian Noon.
- Updated Xcode project settings based on Xcode 8 GM recommendations.
- Updated by Christian Noon.
- Code coverage generation is now disabled on framework targets to improve stability.
- Updated by Christian Noon.
Fixed
- Issue where image download cancellation error was thrown in incorrect domain.
- Fixed by Christian Noon in Regards to Issue
#128.
- Fixed by Christian Noon in Regards to Issue
- Image download cancellation and restart race condition.
- Fixed by Christian Noon in Regards to Issue
#121.
- Fixed by Christian Noon in Regards to Issue