- Change
ApolloReactiveExtensions
to aclass
to reflect the identity relationship betweenApolloReactiveExtensions
andApolloClient
.
- None
- None
- Apollo-ios 0.7
- None
- None
- Swift 4
- RxSwift 4.0
- None
- None
- None
- Add Cocoapods support.
- None
- None
- Upate Apollo to 0.6
- None
- Rename
ApolloClient.rx.query
toApolloClient.rx.fetch
- Add documentation comments.
- Improve test coverage.
- Add SwiftLint
- None
- None
- None
- Fix tests on CI.
query
andperform
are nowMaybe
s to reflect that they might not return data (e.g. depending on the cache policy).RxApolloError
no longer has anoData
case.watch
no does not emit an event when neither data or an error were passed to the respective callback.
- Added some test coverage.
- None
- None
- Initial Release
- None