Swift 3.2 and Xcode 9
Released on 2017-09-06. All issues associated with this milestone can be found using this filter.
Added
- Gitter badge to the README to direct users to the group.
- Added by Christian Noon.
- Optional
queue
parameter toresponseImage
function.- Added by Timur Galimov in Pull Request #227.
- Asserts to scaling functions as well as production fallbacks.
- Added by Christian Noon in regards to Issue #226.
- GitHub templates for issues and pull requests.
- Added by Jon Shier.
Updated
- Alamofire submodule and dependency to
~> 4.5
.- Updated by Christian Noon.
- The project and codebase to support Swift 3 / 4 simultaneously.
- The README to use the current version throughout the installation section.
- Updated by Kim de Vos in Pull Request #274.
- Image response serializers code sample in the README to
import Alamofire
.- Updated by Brian Schermerhorn in Pull Request #276.
Fixed
- The Swift Package Manager (SPM) integration by excluding
Tests
folder. - Issue in the embedded framework section of the README where
bash
specifier was incorrect.- Fixed by Chris Schepman in Pull Request #253.
- Various typos throughout the project using
misspell
.- Fixed by Wolfgang Lutz in Pull Request #259.