0.6.0 (2019-11-09)
This release updates Apollo dependency to 0.19.0 and Alamofire to 4.9.1.
Merged pull requests:
- Update dependencies, test with Xcode 10.3 #14 (MaxDesiatov)
0.5.0 (2019-07-12)
This release adds support for Carthage package manager.
Merged pull requests:
0.4.0 (2019-04-07)
This update fixes compatibility with Xcode 10.2 and Swift 5.0. This release also supports Swift 4.2 and Xcode 10.0 and 10.1, but unfortunately maintaining a suite of tests and Xcode project settings that support Swift 4.0 and Xcode 9 as well does not seem feasible (PRs that fix this are welcome!).
No other changes were made and ApolloAlamofire 0.3.0 is recommended if you need Xcode 9 support.
Closed issues:
- Xcode 10.2 & Swift 5.0 compatibility #2
Merged pull requests:
- Add and apply SwiftFormat #4 (MaxDesiatov)
- Add Xcode 10.2 to .travis.yml #3 (MaxDesiatov)
0.3.0 (2018-09-13)
- Updated project for Swift 4.2 and Apollo 0.9.
Closed issues:
- Error in compilation #1
0.2.1 (2018-05-03)
- Added documentation for headers and logging properties.
- Improved README.md, added simple example code.
0.2.0 (2018-05-03)
- Public props in AlamofireTransport
- Added simple test, updated example dependencies