Releases: graphql-community/ApolloAlamofire
0.6.0
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
This release adds support for Carthage package manager.
Merged pull requests:
0.4.0
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.
0.3.0
Updated project for Swift 4.2 and Apollo 0.9.
Also bumped Example project Alamofire to 4.7.3.
0.2.1
This release has no code changes and is only tagged to ship new README.md to cocoapods.org web page.
0.2.0
headers
and loggingEnabled
property made public variables on AlamofireTransport
. This allows you to change headers without instantiating a new transport, e.g. when a user logs out and a different user logs in you can swap authentication headers. If you switch logging dynamically, loggingEnabled
property can be controlled in the same way without creating a new AlamofireTransport
instance.