Skip to content

Releases: maticzav/swift-graphql

SwiftGraphQL 4.0.1

26 Oct 07:39
bde8685
Compare
Choose a tag to compare

4.0.1 (2022-10-26)

Bug Fixes

  • NSNull case was handled for nullable selections (#92) (bde8685), closes #89

SwiftGraphQL 4.0.0

04 Aug 08:27
9252d5d
Compare
Choose a tag to compare

4.0.0 (2022-08-04)

Performance Improvements

  • package: Add Query Builder Methods to WebSocketClient (#84) (9252d5d)

BREAKING CHANGES

  • package: This commit changes how we process the failure of query-builder decoding extensions. We no longer add the parsing error to the result but instead throw the error and pass it down the publisher chain.

SwiftGraphQL 3.0.1

03 Aug 16:52
f24f049
Compare
Choose a tag to compare

3.0.1 (2022-08-03)

Bug Fixes

  • release: fix publishing workflow (#80) (f24f049)
  • release: Fix Release Package Bump Workflow (#79) (ad0ace1)

SwiftGraphQL 3.0.0

03 Aug 14:55
0821319
Compare
Choose a tag to compare

3.0.0 (2022-08-03)

Performance Improvements

BREAKING CHANGES

  • client: This PR improves query building logic and introduces a new full-blown GraphQL client.

SwiftGraphQL 2.3.1

09 Feb 17:54
b1fad45
Compare
Choose a tag to compare

2.3.1 (2022-02-09)

Bug Fixes

  • Make interfaces property optional in the Introspection Query (b1fad45)

SwiftGraphQL 2.3.0

30 Dec 10:09
716973b
Compare
Choose a tag to compare

2.3.0 (2021-12-30)

Features

  • Support injecting the URLSession (716973b)

SwiftGraphQL 2.2.4

16 Nov 14:45
d7db775
Compare
Choose a tag to compare

2.2.4 (2021-11-16)

Bug Fixes

  • bump argument parser to stable version (59484a6)
  • camel casing algorithm (d7db775)
  • fix string formatting when there are multiple capitalised letters together (046a165)

SwiftGraphQL 2.2.3

14 Nov 22:50
5d75fc4
Compare
Choose a tag to compare

2.2.3 (2021-11-14)

Bug Fixes

  • allow using absent file path as an output (5d75fc4)

SwiftGraphQL 2.2.2

14 Nov 22:42
0121a6e
Compare
Choose a tag to compare

2.2.2 (2021-11-14)

Bug Fixes

  • allow multiline comments (0121a6e)

SwiftGraphQL 2.2.1

17 May 14:12
Compare
Choose a tag to compare

2.2.1 (2021-05-17)

Bug Fixes