Releases: dotansimha/graphql-code-generator-community
Releases · dotansimha/graphql-code-generator-community
September 09, 2024
@graphql-codegen/[email protected]
Patch Changes
September 05, 2024
@graphql-codegen/[email protected]
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/[email protected]
@graphql-codegen/[email protected]
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/[email protected]
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/[email protected]
@graphql-codegen/[email protected]
Patch Changes
- #805
7df8028
Thanks @scottopherson! - Movegraphql-tag
to
devDependencies
frompeerDependencies
.
@graphql-codegen/[email protected]
Minor Changes
July 11, 2024
@graphql-codegen/[email protected]
Minor Changes
- #775
c33e9ac
Thanks @JonathanWbn! - add option to throw on duplicate
operation names
June 21, 2024
@graphql-codegen/[email protected]
Minor Changes
March 08, 2024
@graphql-codegen/[email protected]
Minor Changes
February 23, 2024
@graphql-codegen/[email protected]
Patch Changes
- #638
d13334e
Thanks @optionsome! - Add null validation for enum arguments
February 13, 2024
@graphql-codegen/[email protected]
Patch Changes
February 08, 2024
@graphql-codegen/[email protected]
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
@graphql-codegen/[email protected]
Patch Changes
February 02, 2024
@graphql-codegen/[email protected]
Patch Changes
- #606
926f515
Thanks @tristanlins! - fix(kotlin) Omit typesSuffix in enum
names.
@graphql-codegen/[email protected]
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/[email protected]
Major Changes
- #594
40f3676
Thanks @lachieh! - Corrected compatibility withmsw@^2
. Types used
are incompatible withmsw@^1
.
@graphql-codegen/[email protected]
Major Changes
- #548
cda1ba3
Thanks @bridges-wood! - Add GraphQL Code Generator plugin for
generating NestJS compatible types
@graphql-codegen/[email protected]
Minor Changes
- #483
ba7e551
Thanks @rickdunkin! - Apollo ClientuseFragment
hook
Patch Changes
- #464
fa53f8f
Thanks @namoscato! - fix: loosen defaultBaseOptions type
@graphql-codegen/[email protected]
Minor Changes
- #552
b403529
Thanks @neil585456525! - Fix importOperationTypesFrom missing
prefix
@graphql-codegen/[email protected]
Patch Changes
- #557
c2b4a1b
Thanks @FloEdelmann! - Make lazy query's variables optional