Releases: ExpediaGroup/graphql-kotlin-codegen
Releases · ExpediaGroup/graphql-kotlin-codegen
v3.0.4
3.0.4 (2024-05-08)
Bug Fixes
v3.0.3
3.0.3 (2024-05-08)
Bug Fixes
- generate Kotlin interfaces rather than open classes (#64) (3f6e1f8)
v3.0.2
3.0.2 (2024-05-08)
Bug Fixes
- class consolidation with enum child types (#65) (2739b28)
v3.0.1
3.0.1 (2024-05-07)
Bug Fixes
- make nullable interface args default to null (#63) (a28b568)
v3.0.0
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
2.2.0 (2024-04-29)
Features
- include DataFetchingEnvironment in all resolver interface functions (#52) (4f2e06a)
v2.1.3
2.1.3 (2024-04-28)
Bug Fixes
v2.1.2
2.1.2 (2024-04-26)
Bug Fixes
- references to inputs with consolidated classes (#47) (4bd0da4)
v2.1.1
2.1.1 (2024-04-26)
Bug Fixes
- add graphql valid object annotation to all input and output types (#45) (9a40a3d)
v2.1.0
2.1.0 (2024-04-26)
Features
- consolidate matching input and output types into single generated class (#43) (9c5747a)