Releases: maticzav/swift-graphql
Releases · maticzav/swift-graphql
SwiftGraphQL 4.0.1
4.0.1 (2022-10-26)
Bug Fixes
- NSNull case was handled for nullable selections (#92) (bde8685), closes #89
SwiftGraphQL 4.0.0
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
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
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
2.3.1 (2022-02-09)
Bug Fixes
- Make interfaces property optional in the Introspection Query (b1fad45)
SwiftGraphQL 2.3.0
2.3.0 (2021-12-30)
Features
- Support injecting the URLSession (716973b)
SwiftGraphQL 2.2.4
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
2.2.3 (2021-11-14)
Bug Fixes
- allow using absent file path as an output (5d75fc4)
SwiftGraphQL 2.2.2
2.2.2 (2021-11-14)
Bug Fixes
SwiftGraphQL 2.2.1
2.2.1 (2021-05-17)
Bug Fixes