Skip to content

Releases: maticzav/swift-graphql

SwiftGraphQL 5.0.4

04 Jul 07:13
1b56905
Compare
Choose a tag to compare

5.0.4 (2023-07-04)

Bug Fixes

  • expose operation constructor and decoder (#142) (1b56905)

SwiftGraphQL 5.0.3

01 Jul 15:07
c4229f6
Compare
Choose a tag to compare

5.0.3 (2023-07-01)

Bug Fixes

SwiftGraphQL 5.0.2

19 Jun 19:59
257b4ed
Compare
Choose a tag to compare

5.0.2 (2023-06-19)

Bug Fixes

  • Update iOS version requirements (0388098)

SwiftGraphQL 5.0.1

25 May 06:51
2b6facf
Compare
Choose a tag to compare

5.0.1 (2023-05-25)

Bug Fixes

SwiftGraphQL 5.0.0

02 May 16:41
f63c57c
Compare
Choose a tag to compare

5.0.0 (2023-05-02)

Performance Improvements

BREAKING CHANGES

  • This PR changes the public interface of OperationResult and DecodedOperationResult which now contain an optional error field instead of an array. Additionally, this PR fixes a bug where the client would silently fail with a parsing error instead of throwing request execution error reported by the server.

SwiftGraphQL 4.1.1

02 May 10:48
ba1b356
Compare
Choose a tag to compare

4.1.1 (2023-05-02)

Bug Fixes

  • Fix Wrapped Scalar and Coerced Float Decoding, Add extensions to GraphQLError (#125) (ba1b356)

SwiftGraphQL 4.1.0

22 Feb 16:45
d5d74fa
Compare
Choose a tag to compare

4.1.0 (2023-02-22)

Features

  • change public for Custom FetchExchange (#112) (d5d74fa)

SwiftGraphQL 4.0.4

20 Nov 14:13
b5b8c8a
Compare
Choose a tag to compare

4.0.4 (2022-11-20)

Bug Fixes

SwiftGraphQL 4.0.3

01 Nov 21:57
a10506d
Compare
Choose a tag to compare

4.0.3 (2022-11-01)

Bug Fixes

SwiftGraphQL 4.0.2

01 Nov 20:42
5812c96
Compare
Choose a tag to compare

4.0.2 (2022-11-01)

Bug Fixes

  • Add public keyword to generated API (#94) (5812c96)