Skip to content

September 05, 2024

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 14:48
· 50 commits to main since this release
3f17088

@graphql-codegen/c-sharp@5.1.0

Minor Changes

  • #816
    b1ec118
    Thanks @mariusmuntean! - Added support for the new
    configuration option memberNameConvention 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! - Added memberNameConvention which
    allows you to customize the naming convention for interface/class/record members.

Patch Changes

@graphql-codegen/c-sharp-common@1.1.0

Minor Changes

  • #816
    b1ec118
    Thanks @mariusmuntean! - Added support for the new
    configuration option memberNameConvention 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

@graphql-codegen/c-sharp-operations@3.1.0

Minor Changes

  • #816
    b1ec118
    Thanks @mariusmuntean! - Added support for the new
    configuration option memberNameConvention 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

@graphql-codegen/typescript-react-apollo@4.3.1

Patch Changes

@graphql-codegen/typescript-vue-urql@3.2.0

Minor Changes