Skip to content

Releases: graphql-dotnet/conventions

Version 2.4.0

17 Oct 20:24
Compare
Choose a tag to compare
  • Fix for nullable types in Optional<> causing "Constructor not found" (#186), thanks @braudabaugh
  • Task unwrapping in ObjectReflector.GetType and internal LINQ iterator unwrapping (#189), thanks @K-Pavlov

Version 2.3.0

13 Oct 18:34
Compare
Choose a tag to compare

Version 2.2.0

13 Oct 13:49
Compare
Choose a tag to compare

Version 2.1.0

16 Jun 05:27
Compare
Choose a tag to compare

Version 2.0.4

12 Mar 08:22
Compare
Choose a tag to compare
  • Fix test namespace
  • Add WithQueryExtensions to GraphQLEngine (#141)

Version 2.0.3

07 Mar 15:06
05dacb2
Compare
Choose a tag to compare

Version 2.0.2

07 Mar 15:05
Compare
Choose a tag to compare

Version 2.0.1

15 Oct 18:08
Compare
Choose a tag to compare
  • Fix FetchData callback #109

Version 2.0.0

15 Oct 18:05
Compare
Choose a tag to compare
  • Upgrade to GraphQL.NET 2.1.0

Version 1.4.0

21 Apr 12:17
790d20b
Compare
Choose a tag to compare
  • Decouple GraphQL.Conventions from the underlying GraphQL.NET library; the library is now a true dependency rather than a snapshot bundled into the Conventions library.