Skip to content

Releases: GraphQLSwift/Graphiti

1.2.3 - Djibouti

17 Jan 23:34
b2ebace
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

1.2.2 - Capoeira

15 Dec 12:04
8c0048e
Compare
Choose a tag to compare

Backdeploys concurrency to macOS 10.15

1.2.1 - Cairo

06 Oct 16:02
5b15e16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0 - Heraklion

26 Aug 19:59
508f24e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.1

1.1.1 - Damascus

20 Jul 16:28
0973a92
Compare
Choose a tag to compare

What's Changed

  • Fixing HelloWorldAsyncTests and Added missing initializer for SubscriptionField by @d-exclaimation in #79

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0 - Mandalay

17 Jul 16:48
4a4ea22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1 - Caretakers

11 Apr 16:35
7dfde3f
Compare
Choose a tag to compare

Merge pull request #74 from @icanzilb

Updates the Package.resolved dependencies to a compiling combination. This was motivated by a breaking change introduced to swift-collections.

1.0.0 - Lavander Fields

28 Oct 00:00
c9bc9d1
Compare
Choose a tag to compare

Merge pull request #69 from NeedleInAJayStack/fix/ScalarInput.

This makes changes to support custom scalar inputs and arguments, and simplifies handling of type encoding and decoding. As a result, DateScalar and DateFormatter were deleted.

0.26.0 - Box Elder

21 Jun 16:24
af903a2
Compare
Choose a tag to compare

Merge pull request #64 from NeedleInAJayStack/preserveResultOrder

  • Preserves result order: The returned object has field results in the same order as the query

0.25.0 - Vitamin C

05 Jun 16:46
dbed58c
Compare
Choose a tag to compare

WARNING! Requires Swift 5.4 or later

  • Replaced @_functionBuilder with @resultBuilder.
  • Removed Runtime imports