Releases: ExpediaGroup/graphql-kotlin-codegen
Releases · ExpediaGroup/graphql-kotlin-codegen
v3.1.0
3.1.0 (2024-05-21)
Features
- make hybrid classes more flexible by default (#70) (5af3640)
v3.0.5
3.0.5 (2024-05-19)
Bug Fixes
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