Releases: joel-perry/ApolloCombine
0.8.0: Merge pull request #19 from AF-cgi/maint/apollo-dependency
0.7.1
0.7.0
0.6.0: Merge pull request #14 from AF-cgi/maint/apollo-1.0
0.5.0
0.4.0
-
Moved publisher extensions from
ApolloClient
toApolloClientProtocol
, allowing for more flexibility of use. -
Updated method signatures to match current Apollo operation signatures. The main difference is the addition of
publishResultToStore
to theperform
publisher. This parameter was added in v0.38.0 of the Apollo iOS client, so dependencies have been changed to reflect this. -
Fixed/updated documentation.
0.3.1
- Update Apollo dependency versioning #3
- Fix
watchPublisher
andsubscribePublisher
so they don't send completion on error #4
Thanks, @AF-cgi, @RoryKelly, and @MaxDesiatov
0.3.0
BREAKING: The Apollo iOS client introduced a new networking stack in 0.34.0-beta2. This version of ApolloCombine has been updated to interface with the new method signatures. Only use this version if you have adopted the new networking stack. Otherwise, stick with ApolloCombine 0.2.2.
0.2.2
The Apollo iOS client uses a new networking stack beginning with 0.34.0-rc.1. This is the last release of ApolloCombine that will be compatible with the old networking stack. The dependency requirement has been updated accordingly.