Skip to content

Releases: ExpediaGroup/graphql-kotlin-codegen

v3.1.1

27 May 14:48
ff1811a
Compare
Choose a tag to compare

3.1.1 (2024-05-27)

v3.1.0

21 May 16:25
5af3640
Compare
Choose a tag to compare

3.1.0 (2024-05-21)

Features

  • make hybrid classes more flexible by default (#70) (5af3640)

v3.0.5

19 May 15:12
a77b608
Compare
Choose a tag to compare

3.0.5 (2024-05-19)

Bug Fixes

v3.0.4

08 May 21:05
Compare
Choose a tag to compare

3.0.4 (2024-05-08)

Bug Fixes

v3.0.3

08 May 16:51
3f6e1f8
Compare
Choose a tag to compare

3.0.3 (2024-05-08)

Bug Fixes

  • generate Kotlin interfaces rather than open classes (#64) (3f6e1f8)

v3.0.2

08 May 16:46
2739b28
Compare
Choose a tag to compare

3.0.2 (2024-05-08)

Bug Fixes

  • class consolidation with enum child types (#65) (2739b28)

v3.0.1

07 May 15:45
a28b568
Compare
Choose a tag to compare

3.0.1 (2024-05-07)

Bug Fixes

  • make nullable interface args default to null (#63) (a28b568)

v3.0.0

30 Apr 21:41
Compare
Choose a tag to compare

3.0.0 (2024-04-30)

Features

  • generate open classes for types with field arguments (#54) (5f352a6)

BREAKING CHANGES

  • Generate open class rather than interface for types with field arguments
  • Remove extraResolverArguments config, which is redundant following #52
  • Rename resolverTypes config to resolverClasses and change its schema

v2.2.0

29 Apr 21:19
4f2e06a
Compare
Choose a tag to compare

2.2.0 (2024-04-29)

Features

  • include DataFetchingEnvironment in all resolver interface functions (#52) (4f2e06a)

v2.1.3

28 Apr 17:06
55f7101
Compare
Choose a tag to compare

2.1.3 (2024-04-28)

Bug Fixes