Skip to content

Releases: dotansimha/graphql-code-generator-community

September 09, 2024

09 Sep 16:02
6201fad
Compare
Choose a tag to compare

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

Patch Changes

September 05, 2024

05 Sep 14:48
3f17088
Compare
Choose a tag to compare

@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

July 11, 2024

11 Jul 16:21
faea6b7
Compare
Choose a tag to compare

@graphql-codegen/named-operations-object@3.1.0

Minor Changes

June 21, 2024

21 Jun 03:58
fbbf115
Compare
Choose a tag to compare

@graphql-codegen/typescript-enum-array@3.1.0

Minor Changes

March 08, 2024

08 Mar 17:47
66688de
Compare
Choose a tag to compare

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

Minor Changes

  • #494
    b79e1a0
    Thanks @mlesin! - Generate explicit type for variables used in a
    subscription to work with urql v4 Possibly a breaking change - now it requires to define empty
    object for variables argument if no variables are used in subscription

February 23, 2024

23 Feb 17:44
e47a4d1
Compare
Choose a tag to compare

@graphql-codegen/java@4.0.1

Patch Changes

February 13, 2024

13 Feb 16:44
113c3c6
Compare
Choose a tag to compare

@graphql-codegen/flow-operations@3.0.1

Patch Changes

  • #15
    d13f6cc
    Thanks @Athelian! - Flow types computed by graphql operations now
    adhere to flow exact configuration specified by the user

February 08, 2024

08 Feb 15:03
d23f7ea
Compare
Choose a tag to compare

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

Minor Changes

  • #620
    3e2c8de
    Thanks @tomaskukk! - Improved type-safety: when a query contains
    required variables, passing the variables object to the useQuery hook is enforced

February 06, 2024

06 Feb 14:11
4d4c923
Compare
Choose a tag to compare

@graphql-codegen/typescript-generic-sdk@4.0.1

Patch Changes

  • #613
    ae45d38
    Thanks @j0k3r! - Fix unused parameter in generated code which caused
    TS errors for users of the package.

February 02, 2024

02 Feb 16:38
5f5f7e4
Compare
Choose a tag to compare

@graphql-codegen/kotlin@3.0.1

Patch Changes

@graphql-codegen/typescript-graphql-request@6.2.0

Minor Changes

  • #549
    ad8258c
    Thanks @pentla! - Fix TypeScript error when moduleResolution is
    "nodenext" or "bundler"

Patch Changes

  • #559
    64c2c10
    Thanks @mtlewis! - Fix unused parameter in generated code which
    caused TS errors for users of the package.

@graphql-codegen/typescript-msw@3.0.0

Major Changes

  • #594
    40f3676
    Thanks @lachieh! - Corrected compatibility with msw@^2. Types used
    are incompatible with msw@^1.

@graphql-codegen/typescript-nest@1.0.0

Major Changes

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

Minor Changes

Patch Changes

@graphql-codegen/typescript-react-query@6.1.0

Minor Changes

@graphql-codegen/typescript-vue-apollo@4.1.1

Patch Changes