swift-graphql

A GraphQL client that lets you forget about GraphQL.

MIT License

Stars
603
Committers
26

Bot releases are visible (Hide)

swift-graphql - SwiftGraphQL 5.1.3 Latest Release

Published by github-actions[bot] 6 months ago

5.1.3 (2024-05-06)

swift-graphql - SwiftGraphQL 5.1.2

Published by github-actions[bot] 9 months ago

5.1.2 (2024-01-14)

Bug Fixes

  • correct starscream dependency minimum version to 4.0.5 (#188) (778b5ec)
swift-graphql - SwiftGraphQL 5.1.1

Published by github-actions[bot] 9 months ago

5.1.1 (2024-01-14)

swift-graphql - SwiftGraphQL 5.1.0

Published by github-actions[bot] 12 months ago

5.1.0 (2023-10-31)

Features

  • Introduces async/await wrapper APIs (#184)
swift-graphql - SwiftGraphQL 5.0.10

Published by github-actions[bot] almost 1 year ago

5.0.10 (2023-10-19)

swift-graphql - SwiftGraphQL 5.0.9

Published by github-actions[bot] almost 1 year ago

5.0.9 (2023-10-19)

swift-graphql - SwiftGraphQL 5.0.8

Published by github-actions[bot] about 1 year ago

5.0.8 (2023-10-18)

Bug Fixes

  • Surrounding underscores are now correctly supported (fd54087)
swift-graphql - SwiftGraphQL 5.0.7

Published by github-actions[bot] over 1 year ago

5.0.7 (2023-07-12)

Bug Fixes

  • Raise an Execution Exception before trying to decode a Query Response (#150) (3f0687b)
swift-graphql - SwiftGraphQL 5.0.6

Published by github-actions[bot] over 1 year ago

5.0.6 (2023-07-10)

Bug Fixes

  • Circumvent the generated client warnings in the Xcode 15 beta (#146) (7aab0f1)
swift-graphql - SwiftGraphQL 5.0.5

Published by github-actions[bot] over 1 year ago

5.0.5 (2023-07-04)

Bug Fixes

  • Fix ExecutionResult Decoder to Conform to GraphQL Spec (#144) (b457761)
swift-graphql - SwiftGraphQL 5.0.4

Published by github-actions[bot] over 1 year ago

5.0.4 (2023-07-04)

Bug Fixes

  • expose operation constructor and decoder (#142) (1b56905)
swift-graphql - SwiftGraphQL 5.0.3

Published by github-actions[bot] over 1 year ago

5.0.3 (2023-07-01)

Bug Fixes

swift-graphql - SwiftGraphQL 5.0.2

Published by github-actions[bot] over 1 year ago

5.0.2 (2023-06-19)

Bug Fixes

  • Update iOS version requirements (0388098)
swift-graphql - SwiftGraphQL 5.0.1

Published by github-actions[bot] over 1 year ago

5.0.1 (2023-05-25)

Bug Fixes

swift-graphql - SwiftGraphQL 5.0.0

Published by github-actions[bot] over 1 year ago

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.
swift-graphql - SwiftGraphQL 4.1.1

Published by github-actions[bot] over 1 year ago

4.1.1 (2023-05-02)

Bug Fixes

  • Fix Wrapped Scalar and Coerced Float Decoding, Add extensions to GraphQLError (#125) (ba1b356)
swift-graphql - SwiftGraphQL 4.1.0

Published by github-actions[bot] over 1 year ago

4.1.0 (2023-02-22)

Features

  • change public for Custom FetchExchange (#112) (d5d74fa)
swift-graphql - SwiftGraphQL 4.0.4

Published by github-actions[bot] almost 2 years ago

4.0.4 (2022-11-20)

Bug Fixes

swift-graphql - SwiftGraphQL 4.0.3

Published by github-actions[bot] almost 2 years ago

4.0.3 (2022-11-01)

Bug Fixes

swift-graphql - SwiftGraphQL 4.0.2

Published by github-actions[bot] almost 2 years ago

4.0.2 (2022-11-01)

Bug Fixes

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