Releases: Netflix/dgs-codegen
Releases · Netflix/dgs-codegen
v4.1.0-rc.1
Optional prefix shortening for projection type names
v4.1.0-rc.4: Merge pull request #13 from Netflix/fix/input-strings
Fix/input strings
Add support for default values in generated classes.
This release contains the following changes:
- Support for using default values specified in the graphql schema set in the generated classes. Input types will now use the default values in queries.
- Bug fix handling of null list of strings as input
- Bug fix to avoid adding an empty string when the input list of strings is empty
Fixing warnings in generated code for Kotlin
Merge pull request #6 from Netflix/fix-kotlin-warnings Add null checks only for nullable strings in toString() for input types.
Fix generation of code when using plugins block to apply the plugin.
Merge pull request #4 from Netflix/fix/apply-plugin Fix generation of java code when using the plugins block to apply the…
Bug fix for generation of toString() for input types.
Do not enclose string values in double quotes when null.
Ensure java plugin is applied in the correct order.
4.0.10 Ensure java plugin is applied to avoid issues with using plugins{} sy…
Fix publishing to bintray
4.0.9 Fix bintray publishing.
Fix publishing to BinTray
v4.0.8 Update package name used for publishing to bintray.
Update README docs
v4.0.7 Update README to reflect the new plugin id and group.