Skip to content

Releases: GraphQLSwift/Graphiti

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

0.24.0 - Kids in America

12 May 19:23
9e504c9
Compare
Choose a tag to compare

Merge pull request #56 from NeedleInAJayStack/fix/recursiveInputs

0.23.0 - A Sea of Change

16 Apr 13:31
93fcea3
Compare
Choose a tag to compare
Merge pull request #52 from NeedleInAJayStack/subscription

Subscription

0.22.1 - Walking in the Vacuum of an Illusion

09 Mar 16:30
35cf75f
Compare
Choose a tag to compare
Merge pull request #53 from NeedleInAJayStack/fix/gitlabCI

Fixes github CI for automated testing