Skip to content

Releases: joel-perry/ApolloCombine

0.8.0: Merge pull request #19 from AF-cgi/maint/apollo-dependency

07 Mar 14:41
2c25460
Compare
Choose a tag to compare
  • Updated method signatures to match current Apollo operation signatures, specifically the addition of a contextIdentifier parameter to mutate calls. This parameter was added in v1.9.1 of the Apollo iOS client, so dependencies have been changed to reflect this. #19 Thanks, @AF-cgi !

0.7.1

28 Nov 18:03
c96e8cd
Compare
Choose a tag to compare

Version updates to podspec (#17 #18). Thanks @AF-cgi!

0.7.0

11 Sep 19:31
Compare
Choose a tag to compare
  • Updated method signatures to match current Apollo operation signatures, specifically the addition of a context parameter to all calls. This parameter was added in v1.5.0 of the Apollo iOS client, so dependencies have been changed to reflect this. Fixes #15

0.6.0: Merge pull request #14 from AF-cgi/maint/apollo-1.0

18 Nov 15:04
db27268
Compare
Choose a tag to compare

0.5.0

27 Apr 19:52
Compare
Choose a tag to compare
  • Updated method signatures to match current Apollo operation signatures. The main difference is the addition of callbackQueue to the watch publisher. This parameter was added in v0.43.0 of the Apollo iOS client, so dependencies have been changed to reflect this. Fixes #9

0.4.0

08 Apr 16:23
Compare
Choose a tag to compare
  • Moved publisher extensions from ApolloClient to ApolloClientProtocol, allowing for more flexibility of use.

  • Updated method signatures to match current Apollo operation signatures. The main difference is the addition of publishResultToStore to the perform 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

19 Feb 15:21
Compare
Choose a tag to compare
  • Update Apollo dependency versioning #3
  • Fix watchPublisher and subscribePublisher so they don't send completion on error #4

Thanks, @AF-cgi, @RoryKelly, and @MaxDesiatov

0.3.0

22 Sep 22:00
Compare
Choose a tag to compare

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

22 Sep 13:42
Compare
Choose a tag to compare

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.

0.2.1

13 Sep 14:45
Compare
Choose a tag to compare

Quick fix for watchOS:

  • Remove test target from Package.swift

Changes in 0.2.0:

  • Add publisher for clearCache() (#2)
  • Add tvOS and watchOS support in Package.swift