September 05, 2024
github-actions
released this
05 Sep 14:48
·
50 commits
to main
since this release
@graphql-codegen/c-sharp@5.1.0
Minor Changes
-
#816
b1ec118
Thanks @mariusmuntean! - Added support for the new
configuration optionmemberNameConvention
to the c-sharp-operations plugin. Now both C# plugins
can generate C# code with standard member casing. The default is still camel case, to avoid
generating code that breaks user's existing code base. -
#806
d1d6d6e
Thanks @mariusmuntean! - AddedmemberNameConvention
which
allows you to customize the naming convention for interface/class/record members.
Patch Changes
-
#820
581e733
Thanks @mariusmuntean! - upgrade dependencies and fix type
errors -
Updated dependencies
[581e733
,
b1ec118
]:- @graphql-codegen/c-sharp-common@1.1.0
@graphql-codegen/c-sharp-common@1.1.0
Minor Changes
- #816
b1ec118
Thanks @mariusmuntean! - Added support for the new
configuration optionmemberNameConvention
to the c-sharp-operations plugin. Now both C# plugins
can generate C# code with standard member casing. The default is still camel case, to avoid
generating code that breaks user's existing code base.
Patch Changes
- #820
581e733
Thanks @mariusmuntean! - upgrade dependencies and fix type
errors
@graphql-codegen/c-sharp-operations@3.1.0
Minor Changes
- #816
b1ec118
Thanks @mariusmuntean! - Added support for the new
configuration optionmemberNameConvention
to the c-sharp-operations plugin. Now both C# plugins
can generate C# code with standard member casing. The default is still camel case, to avoid
generating code that breaks user's existing code base.
Patch Changes
-
#820
581e733
Thanks @mariusmuntean! - upgrade dependencies and fix type
errors -
Updated dependencies
[581e733
,
b1ec118
]:- @graphql-codegen/c-sharp-common@1.1.0
@graphql-codegen/typescript-react-apollo@4.3.1
Patch Changes
- #805
7df8028
Thanks @scottopherson! - Movegraphql-tag
to
devDependencies
frompeerDependencies
.