Skip to content

Releases: Shane32/GraphQL.DI

Version 8.0.0

20 Aug 06:14
f3fb80c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...8.0.0

Version 7.0.0

17 Aug 02:47
3163be6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...7.0.0

Version 6.0.0

06 May 18:42
c4250c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...6.0.0

Version 5.0.1

17 Nov 23:03
aa161fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

Version 5.0.0

17 Nov 08:09
a466017
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...5.0.0

Version 4.2.0

08 Nov 21:13
fa1a320
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

Version 4.1.0

08 Nov 20:35
1f39ada
Compare
Choose a tag to compare

What's Changed

  • Sort members by default and add global option to disable sorting by @Shane32 in #13

Full Changelog: 4.0.0...4.1.0

Version 4.0.0

05 Nov 17:42
2f50657
Compare
Choose a tag to compare

What's Changed

  • Use [DIGraph] to mark an object return value as referencing another DI graph.
  • Input graph types can be automatically generated via AutoInputObjectGraphType using the same attributes used elsewhere for DI graphs.
  • GraphQLBuilder extension methods provided for automatically registering DI graph types.
  • DISchemaTypes class added to automatically map unmapped inputs to AutoInputObjectGraphType graph types.
  • Graphs are automatically named based on their source type.
  • [Ignore] attribute for skipping members.

Full Changelog: 3.0.0...4.0.0

Version 3.0.0

01 Nov 17:24
5fa69ac
Compare
Choose a tag to compare

What's Changed

  • New nullable reference annotation parsing code by @Shane32 in #11

Full Changelog: 2.5.3...3.0.0

Version 2.5.3

31 Oct 04:22
c3bb6ee
Compare
Choose a tag to compare

What's Changed

  • Fix nullability detection for arguments by @Shane32 in #10

Full Changelog: 2.5.2...2.5.3