|
1 | 1 | # @graphql-codegen/typescript-graphql-request |
2 | 2 |
|
| 3 | +## 6.4.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#1282](https://github.com/dotansimha/graphql-code-generator-community/pull/1282) |
| 8 | + [`0007cc0`](https://github.com/dotansimha/graphql-code-generator-community/commit/0007cc0833acbae8b9be16e13f1e38b5f33d2c87) |
| 9 | + Thanks [@gibson042](https://github.com/gibson042)! - Represent operation descriptions as JSDoc |
| 10 | + comments |
| 11 | + |
3 | 12 | ## 6.3.0 |
4 | 13 |
|
5 | 14 | ### Minor Changes |
|
16 | 25 | - [#355](https://github.com/dotansimha/graphql-code-generator-community/pull/355) |
17 | 26 | [`ca72b89`](https://github.com/dotansimha/graphql-code-generator-community/commit/ca72b89a601979799d0c10087535ff2acc4378f0) |
18 | 27 | Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
19 | | - |
20 | 28 | - Updated dependency |
21 | 29 | [`@graphql-codegen/visitor-plugin-common@2.13.8` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.8) |
22 | 30 | (from `2.13.1`, in `dependencies`) |
23 | 31 |
|
24 | 32 | - [#612](https://github.com/dotansimha/graphql-code-generator-community/pull/612) |
25 | 33 | [`5af565e`](https://github.com/dotansimha/graphql-code-generator-community/commit/5af565e6dada98e2341968ea37f343c5c348414a) |
26 | 34 | Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
27 | | - |
28 | 35 | - Updated dependency [`tslib@^2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from |
29 | 36 | `~2.8.0`, in `dependencies`) |
30 | 37 |
|
31 | 38 | - [#828](https://github.com/dotansimha/graphql-code-generator-community/pull/828) |
32 | 39 | [`0c551ba`](https://github.com/dotansimha/graphql-code-generator-community/commit/0c551baf81b9d146a644a88e78bfc714894a9ab2) |
33 | 40 | Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
34 | | - |
35 | 41 | - Updated dependency [`tslib@~2.8.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.0) (from |
36 | 42 | `~2.6.0`, in `dependencies`) |
37 | 43 |
|
|
92 | 98 | - [#422](https://github.com/dotansimha/graphql-code-generator-community/pull/422) |
93 | 99 | [`ef0adf8c2`](https://github.com/dotansimha/graphql-code-generator-community/commit/ef0adf8c2124e4b40d23c52966486a887f122b9b) |
94 | 100 | Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
95 | | - |
96 | 101 | - Updated dependency [`tslib@~2.6.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.6.0) (from |
97 | 102 | `~2.4.0`, in `dependencies`) |
98 | 103 |
|
|
167 | 172 | - [#8295](https://github.com/dotansimha/graphql-code-generator/pull/8295) |
168 | 173 | [`a18818118`](https://github.com/dotansimha/graphql-code-generator/commit/a18818118c11d834ae41edbd172dbc259817fcb6) |
169 | 174 | Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
170 | | - |
171 | 175 | - Updated dependency |
172 | 176 | [`graphql-request@^3.4.0 || ^4.0.0 || ^5.0.0` ↗︎](https://www.npmjs.com/package/graphql-request/v/null) |
173 | 177 | (from `^3.4.0 || ^4.0.0`, in `peerDependencies`) |
|
627 | 631 | ### Major Changes |
628 | 632 |
|
629 | 633 | - af3803b8: Upgrade generated code to match graphql-request v3. |
630 | | - |
631 | 634 | - `@graphql-codegen/typescript-graphql-request` @ `v1` => matches `graphql-request` (v1 and v2) |
632 | 635 | - `@graphql-codegen/typescript-graphql-request` @ `v2` => matches `graphql-request` (v3) |
633 | 636 |
|
|
0 commit comments