@aws-amplify/graphql-model-transformer 1.1.0-cdkv2.1 → 1.1.0-cdkv2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +71 -333
- package/package.json +4 -4
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,637 +3,375 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [1.1.0-cdkv2.
|
|
7
|
-
|
|
6
|
+
# [1.1.0-cdkv2.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.3...@aws-amplify/graphql-model-transformer@1.1.0-cdkv2.2) (2022-11-15)
|
|
8
7
|
|
|
9
8
|
### Bug Fixes
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
- lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
|
|
11
|
+
- preserve logical id patterns for dynamodb tables and search domain ([#894](https://github.com/aws-amplify/amplify-category-api/issues/894)) ([7530fc2](https://github.com/aws-amplify/amplify-category-api/commit/7530fc2e9254b621dc3782271318dd3f5c97d2b8))
|
|
12
12
|
|
|
13
|
+
### Features
|
|
13
14
|
|
|
15
|
+
- migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
|
|
14
16
|
|
|
17
|
+
# [1.1.0-cdkv2.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@1.1.0-cdkv2.0...@aws-amplify/graphql-model-transformer@1.1.0-cdkv2.1) (2022-10-24)
|
|
15
18
|
|
|
19
|
+
### Bug Fixes
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
- lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
|
|
18
22
|
|
|
23
|
+
# [1.1.0-cdkv2.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.0...@aws-amplify/graphql-model-transformer@1.1.0-cdkv2.0) (2022-10-24)
|
|
19
24
|
|
|
20
25
|
### Bug Fixes
|
|
21
26
|
|
|
22
|
-
|
|
23
|
-
|
|
27
|
+
- preserve logical id patterns for dynamodb tables and search domain ([#894](https://github.com/aws-amplify/amplify-category-api/issues/894)) ([7530fc2](https://github.com/aws-amplify/amplify-category-api/commit/7530fc2e9254b621dc3782271318dd3f5c97d2b8))
|
|
24
28
|
|
|
25
29
|
### Features
|
|
26
30
|
|
|
27
|
-
|
|
28
|
-
|
|
31
|
+
- migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
|
|
29
32
|
|
|
33
|
+
## [0.16.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.2...@aws-amplify/graphql-model-transformer@0.16.3) (2022-11-08)
|
|
30
34
|
|
|
35
|
+
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
31
36
|
|
|
37
|
+
## [0.16.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.1...@aws-amplify/graphql-model-transformer@0.16.2) (2022-10-26)
|
|
32
38
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Features
|
|
39
|
+
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
37
40
|
|
|
38
|
-
|
|
41
|
+
## [0.16.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.0...@aws-amplify/graphql-model-transformer@0.16.1) (2022-10-24)
|
|
39
42
|
|
|
43
|
+
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
40
44
|
|
|
45
|
+
# [0.16.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.7...@aws-amplify/graphql-model-transformer@0.16.0) (2022-10-04)
|
|
41
46
|
|
|
47
|
+
### Features
|
|
42
48
|
|
|
49
|
+
- **graphql:** subscriptions rtf support ([#837](https://github.com/aws-amplify/amplify-category-api/issues/837)) ([99caa22](https://github.com/aws-amplify/amplify-category-api/commit/99caa22d4d48c317ce98bdc7ae7f19d7e3c0ce94))
|
|
43
50
|
|
|
44
51
|
## [0.15.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.6...@aws-amplify/graphql-model-transformer@0.15.7) (2022-09-14)
|
|
45
52
|
|
|
46
53
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
47
54
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
55
|
## [0.15.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.5...@aws-amplify/graphql-model-transformer@0.15.6) (2022-08-23)
|
|
53
56
|
|
|
54
|
-
|
|
55
57
|
### Reverts
|
|
56
58
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
- Revert "Undo change to directive merge that broke tests" (#756) ([3da2ce6](https://github.com/aws-amplify/amplify-category-api/commit/3da2ce604469d87160de1374f944a891ca9f476b)), closes [#756](https://github.com/aws-amplify/amplify-category-api/issues/756)
|
|
62
60
|
|
|
63
61
|
## [0.15.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.4...@aws-amplify/graphql-model-transformer@0.15.5) (2022-08-16)
|
|
64
62
|
|
|
65
|
-
|
|
66
63
|
### Bug Fixes
|
|
67
64
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
65
|
+
- set cfn values correctly when applying lambda-based conflict resolution ([4542759](https://github.com/aws-amplify/amplify-category-api/commit/45427596bbcfcb83bda18a037b0b540bff812b25))
|
|
73
66
|
|
|
74
67
|
## [0.15.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.3...@aws-amplify/graphql-model-transformer@0.15.4) (2022-08-04)
|
|
75
68
|
|
|
76
|
-
|
|
77
69
|
### Bug Fixes
|
|
78
70
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
71
|
+
- **graphql:** revert subscriptions server-side filtering ([20cffc0](https://github.com/aws-amplify/amplify-category-api/commit/20cffc0810c23f85127a939c0a3b812f87c2a601))
|
|
84
72
|
|
|
85
73
|
## [0.15.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.2...@aws-amplify/graphql-model-transformer@0.15.3) (2022-07-26)
|
|
86
74
|
|
|
87
|
-
|
|
88
75
|
### Bug Fixes
|
|
89
76
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
77
|
+
- **graphql:** incorrect filter expression on model transformer ([#697](https://github.com/aws-amplify/amplify-category-api/issues/697)) ([a6fc3be](https://github.com/aws-amplify/amplify-category-api/commit/a6fc3beb6746bad8fcca55bb85b6615dee7318c8))
|
|
95
78
|
|
|
96
79
|
## [0.15.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.0...@aws-amplify/graphql-model-transformer@0.15.2) (2022-07-20)
|
|
97
80
|
|
|
98
81
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
99
82
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
83
|
## [0.15.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.0...@aws-amplify/graphql-model-transformer@0.15.1) (2022-07-14)
|
|
105
84
|
|
|
106
85
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
107
86
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
87
|
# [0.15.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.6...@aws-amplify/graphql-model-transformer@0.15.0) (2022-07-01)
|
|
113
88
|
|
|
114
|
-
|
|
115
89
|
### Features
|
|
116
90
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
91
|
+
- **graphql:** add runtime filtering support for subscriptions ([#551](https://github.com/aws-amplify/amplify-category-api/issues/551)) ([0a24bb0](https://github.com/aws-amplify/amplify-category-api/commit/0a24bb0444ecc0947218db41094ab4ef4f0e2948))
|
|
122
92
|
|
|
123
93
|
## [0.14.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.5...@aws-amplify/graphql-model-transformer@0.14.6) (2022-06-23)
|
|
124
94
|
|
|
125
95
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
126
96
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
97
|
## [0.14.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.4...@aws-amplify/graphql-model-transformer@0.14.5) (2022-06-13)
|
|
132
98
|
|
|
133
99
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
134
100
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
101
|
## [0.14.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.3...@aws-amplify/graphql-model-transformer@0.14.4) (2022-06-10)
|
|
140
102
|
|
|
141
103
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
142
104
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
105
|
## [0.14.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.0...@aws-amplify/graphql-model-transformer@0.14.3) (2022-06-07)
|
|
148
106
|
|
|
149
107
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
150
108
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
109
|
## [0.14.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.0...@aws-amplify/graphql-model-transformer@0.14.2) (2022-05-31)
|
|
156
110
|
|
|
157
111
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
158
112
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
113
|
## [0.14.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.14.0...@aws-amplify/graphql-model-transformer@0.14.1) (2022-05-02)
|
|
164
114
|
|
|
165
115
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
166
116
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
117
|
# [0.14.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.6...@aws-amplify/graphql-model-transformer@0.14.0) (2022-04-29)
|
|
172
118
|
|
|
173
|
-
|
|
174
119
|
### Features
|
|
175
120
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
121
|
+
- dedup appsync functions ([#10289](https://github.com/aws-amplify/amplify-cli/issues/10289)) ([1a5607c](https://github.com/aws-amplify/amplify-cli/commit/1a5607c3e40d3a8144fc5f66a1632d90f061ed99))
|
|
181
122
|
|
|
182
123
|
## [0.13.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.5...@aws-amplify/graphql-model-transformer@0.13.6) (2022-04-27)
|
|
183
124
|
|
|
184
125
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
185
126
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
127
|
## [0.13.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.4...@aws-amplify/graphql-model-transformer@0.13.5) (2022-04-18)
|
|
191
128
|
|
|
192
|
-
|
|
193
129
|
### Bug Fixes
|
|
194
130
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
131
|
+
- **graphql-model-transformer:** fix create mutation when index field is null ([#10073](https://github.com/aws-amplify/amplify-cli/issues/10073)) ([1e9d140](https://github.com/aws-amplify/amplify-cli/commit/1e9d140a529e5a2474968feb26b53ac7c9bb5750))
|
|
200
132
|
|
|
201
133
|
## [0.13.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.3...@aws-amplify/graphql-model-transformer@0.13.4) (2022-04-07)
|
|
202
134
|
|
|
203
135
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
204
136
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
137
|
## [0.13.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.2...@aws-amplify/graphql-model-transformer@0.13.3) (2022-03-23)
|
|
210
138
|
|
|
211
|
-
|
|
212
139
|
### Bug Fixes
|
|
213
140
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
141
|
+
- **graphql:** avoid static datastructures in gql transform ([#10006](https://github.com/aws-amplify/amplify-cli/issues/10006)) ([cd73fdd](https://github.com/aws-amplify/amplify-cli/commit/cd73fdde69f1545683e81684c4f9267145b845c6))
|
|
219
142
|
|
|
220
143
|
## [0.13.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.1...@aws-amplify/graphql-model-transformer@0.13.2) (2022-02-25)
|
|
221
144
|
|
|
222
145
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
223
146
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
147
|
## [0.13.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.0...@aws-amplify/graphql-model-transformer@0.13.1) (2022-02-15)
|
|
229
148
|
|
|
230
149
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
231
150
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
151
|
# [0.13.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.8...@aws-amplify/graphql-model-transformer@0.13.0) (2022-01-31)
|
|
237
152
|
|
|
238
|
-
|
|
239
|
-
|
|
240
153
|
## 7.6.14 (2022-01-28)
|
|
241
154
|
|
|
242
|
-
|
|
243
155
|
### Features
|
|
244
156
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
157
|
+
- `[@maps](https://github.com/maps)To` directive to enable renaming models while retaining data ([#9340](https://github.com/aws-amplify/amplify-cli/issues/9340)) ([aedf45d](https://github.com/aws-amplify/amplify-cli/commit/aedf45d9237812d71bb8b56164efe0222ad3d534))
|
|
250
158
|
|
|
251
159
|
## [0.10.8](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.7...@aws-amplify/graphql-model-transformer@0.10.8) (2022-01-27)
|
|
252
160
|
|
|
253
161
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
254
162
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
163
|
## [0.10.7](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.6...@aws-amplify/graphql-model-transformer@0.10.7) (2022-01-20)
|
|
260
164
|
|
|
261
165
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
262
166
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
167
|
## [0.10.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.5...@aws-amplify/graphql-model-transformer@0.10.6) (2022-01-13)
|
|
268
168
|
|
|
269
|
-
|
|
270
169
|
### Bug Fixes
|
|
271
170
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
171
|
+
- clean up missing and unused GraphQL v2 dependencies ([#9486](https://github.com/aws-amplify/amplify-cli/issues/9486)) ([a6ca44e](https://github.com/aws-amplify/amplify-cli/commit/a6ca44e6ea0ec0a70b648e399fc3e849ccc2a7c9))
|
|
172
|
+
- use StackMapping for V2 resolvers ([#9238](https://github.com/aws-amplify/amplify-cli/issues/9238)) ([d354e78](https://github.com/aws-amplify/amplify-cli/commit/d354e78dd1e253d9572da3b08a4d8883e2fe673e))
|
|
278
173
|
|
|
279
174
|
## [0.10.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.3...@aws-amplify/graphql-model-transformer@0.10.5) (2022-01-10)
|
|
280
175
|
|
|
281
|
-
|
|
282
|
-
|
|
283
176
|
## 7.6.7 (2022-01-10)
|
|
284
177
|
|
|
285
|
-
|
|
286
178
|
### Bug Fixes
|
|
287
179
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
180
|
+
- **graphql-model-transformer:** add id field to update input objects ([#9276](https://github.com/aws-amplify/amplify-cli/issues/9276)) ([45cd973](https://github.com/aws-amplify/amplify-cli/commit/45cd9736b5fc09d78a3f445f62fc2a971c11fec7))
|
|
181
|
+
- **graphql:** correct typo filterExpression on v2 resolvers ([#9412](https://github.com/aws-amplify/amplify-cli/issues/9412)) ([71bf468](https://github.com/aws-amplify/amplify-cli/commit/71bf4688952a5f43640297bf31ea9c59d1c679c9))
|
|
182
|
+
- make update input id field required ([#9452](https://github.com/aws-amplify/amplify-cli/issues/9452)) ([345fe28](https://github.com/aws-amplify/amplify-cli/commit/345fe28a60bbf1de32496430e38e25463a77e96c))
|
|
295
183
|
|
|
296
184
|
## [0.10.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.2...@aws-amplify/graphql-model-transformer@0.10.3) (2021-12-21)
|
|
297
185
|
|
|
298
|
-
|
|
299
186
|
### Bug Fixes
|
|
300
187
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
188
|
+
- generate list types will nullable elements ([#9310](https://github.com/aws-amplify/amplify-cli/issues/9310)) ([e972956](https://github.com/aws-amplify/amplify-cli/commit/e9729565fef2ac7df51f7fc7f345da536f385ac1))
|
|
189
|
+
- **graphql-model-transformer:** [@aws](https://github.com/aws)\_lambda GQL transformer pass through directive list ([#9231](https://github.com/aws-amplify/amplify-cli/issues/9231)) ([25f0c9d](https://github.com/aws-amplify/amplify-cli/commit/25f0c9d6d8735bd7f44a70de52b462826aabd8ed))
|
|
190
|
+
- handle strings as custom subscription names ([#9210](https://github.com/aws-amplify/amplify-cli/issues/9210)) ([7b068c6](https://github.com/aws-amplify/amplify-cli/commit/7b068c6318b3f9934e5fc1d8e9a142dc31fb5fc1))
|
|
308
191
|
|
|
309
192
|
## [0.10.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.1...@aws-amplify/graphql-model-transformer@0.10.2) (2021-12-17)
|
|
310
193
|
|
|
311
194
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
312
195
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
196
|
## [0.10.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.0...@aws-amplify/graphql-model-transformer@0.10.1) (2021-12-03)
|
|
318
197
|
|
|
319
198
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
320
199
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
200
|
# [0.10.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.9.4...@aws-amplify/graphql-model-transformer@0.10.0) (2021-11-23)
|
|
326
201
|
|
|
327
|
-
|
|
328
202
|
### Features
|
|
329
203
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
204
|
+
- override support for api category ([#9013](https://github.com/aws-amplify/amplify-cli/issues/9013)) ([ae7b001](https://github.com/aws-amplify/amplify-cli/commit/ae7b001f274f327a29c99c67fe851272c6208e84)), closes [#9001](https://github.com/aws-amplify/amplify-cli/issues/9001) [#8954](https://github.com/aws-amplify/amplify-cli/issues/8954) [#8958](https://github.com/aws-amplify/amplify-cli/issues/8958) [#8960](https://github.com/aws-amplify/amplify-cli/issues/8960) [#8967](https://github.com/aws-amplify/amplify-cli/issues/8967) [#8971](https://github.com/aws-amplify/amplify-cli/issues/8971) [#8976](https://github.com/aws-amplify/amplify-cli/issues/8976) [#8975](https://github.com/aws-amplify/amplify-cli/issues/8975) [#8981](https://github.com/aws-amplify/amplify-cli/issues/8981) [#8983](https://github.com/aws-amplify/amplify-cli/issues/8983) [#8992](https://github.com/aws-amplify/amplify-cli/issues/8992) [#9000](https://github.com/aws-amplify/amplify-cli/issues/9000) [#9002](https://github.com/aws-amplify/amplify-cli/issues/9002) [#9005](https://github.com/aws-amplify/amplify-cli/issues/9005) [#9006](https://github.com/aws-amplify/amplify-cli/issues/9006) [#9007](https://github.com/aws-amplify/amplify-cli/issues/9007) [#9008](https://github.com/aws-amplify/amplify-cli/issues/9008) [#9010](https://github.com/aws-amplify/amplify-cli/issues/9010) [#9011](https://github.com/aws-amplify/amplify-cli/issues/9011) [#9012](https://github.com/aws-amplify/amplify-cli/issues/9012) [#9014](https://github.com/aws-amplify/amplify-cli/issues/9014) [#9015](https://github.com/aws-amplify/amplify-cli/issues/9015) [#9017](https://github.com/aws-amplify/amplify-cli/issues/9017) [#9020](https://github.com/aws-amplify/amplify-cli/issues/9020) [#9024](https://github.com/aws-amplify/amplify-cli/issues/9024) [#9027](https://github.com/aws-amplify/amplify-cli/issues/9027) [#9028](https://github.com/aws-amplify/amplify-cli/issues/9028) [#9029](https://github.com/aws-amplify/amplify-cli/issues/9029) [#9032](https://github.com/aws-amplify/amplify-cli/issues/9032) [#9031](https://github.com/aws-amplify/amplify-cli/issues/9031) [#9035](https://github.com/aws-amplify/amplify-cli/issues/9035) [#9038](https://github.com/aws-amplify/amplify-cli/issues/9038) [#9039](https://github.com/aws-amplify/amplify-cli/issues/9039)
|
|
335
205
|
|
|
336
206
|
## [0.9.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.9.3...@aws-amplify/graphql-model-transformer@0.9.4) (2021-11-21)
|
|
337
207
|
|
|
338
208
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
339
209
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
210
|
## [0.9.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.9.2...@aws-amplify/graphql-model-transformer@0.9.3) (2021-11-19)
|
|
345
211
|
|
|
346
|
-
|
|
347
212
|
### Bug Fixes
|
|
348
213
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
214
|
+
- **graphql-default-value-transformer:** support for [@default](https://github.com/default) directive for required fields ([#8906](https://github.com/aws-amplify/amplify-cli/issues/8906)) ([dc0179d](https://github.com/aws-amplify/amplify-cli/commit/dc0179d69433db0f838d21ebc849b595f4c60c82))
|
|
354
215
|
|
|
355
216
|
## [0.9.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.9.1...@aws-amplify/graphql-model-transformer@0.9.2) (2021-11-17)
|
|
356
217
|
|
|
357
|
-
|
|
358
218
|
### Bug Fixes
|
|
359
219
|
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
220
|
+
- append apiKey if global auth is enabled and its not default auth ([#8843](https://github.com/aws-amplify/amplify-cli/issues/8843)) ([3aadcde](https://github.com/aws-amplify/amplify-cli/commit/3aadcde2225f0ede5c5d94c2a4cd9d1afece5288))
|
|
221
|
+
- passing ddb params from root to nested model stacks ([#8766](https://github.com/aws-amplify/amplify-cli/issues/8766)) ([7124cc0](https://github.com/aws-amplify/amplify-cli/commit/7124cc0c8df9fa3261b51141184c0c635bdff738))
|
|
366
222
|
|
|
367
223
|
## [0.9.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.7.0...@aws-amplify/graphql-model-transformer@0.9.1) (2021-11-15)
|
|
368
224
|
|
|
369
225
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
370
226
|
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
227
|
# [0.7.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.6.4...@aws-amplify/graphql-model-transformer@0.7.0) (2021-11-11)
|
|
376
228
|
|
|
377
|
-
|
|
378
229
|
### Bug Fixes
|
|
379
230
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
231
|
+
- datastore logical id ([#8761](https://github.com/aws-amplify/amplify-cli/issues/8761)) ([e86cbb9](https://github.com/aws-amplify/amplify-cli/commit/e86cbb9ebfb7ed22607ffd82f15a6b58a6ec7b3d))
|
|
232
|
+
- **graphql-model-transformer:** fixed model transformer ID generation when ID field is not specified ([#8633](https://github.com/aws-amplify/amplify-cli/issues/8633)) ([b515d16](https://github.com/aws-amplify/amplify-cli/commit/b515d1617a98d613b2d9feb424ece12204d63402))
|
|
233
|
+
- **graphql-model-transformer:** override resource logical id to fix v1 to v2 transformer migration ([#8597](https://github.com/aws-amplify/amplify-cli/issues/8597)) ([e3a2afb](https://github.com/aws-amplify/amplify-cli/commit/e3a2afbbed6e97f143fc7c83064e2193f4c91bdd))
|
|
234
|
+
- **graphql-model-transformer:** subscription resolver logical id fix ([#8712](https://github.com/aws-amplify/amplify-cli/issues/8712)) ([f562f37](https://github.com/aws-amplify/amplify-cli/commit/f562f3714b83903c71217c5901c02c9fc71ff365))
|
|
235
|
+
- move [@model](https://github.com/model) params to root stack and fix ds logical id ([#8736](https://github.com/aws-amplify/amplify-cli/issues/8736)) ([df4408c](https://github.com/aws-amplify/amplify-cli/commit/df4408c4080949ddd638778df9ae20e763dd5824))
|
|
236
|
+
- override none,DDB,lambda datasource logical IDs ([#8723](https://github.com/aws-amplify/amplify-cli/issues/8723)) ([c534dc4](https://github.com/aws-amplify/amplify-cli/commit/c534dc46704cf2a1264e98d8af9b7a199c1419eb))
|
|
387
237
|
|
|
388
238
|
### Features
|
|
389
239
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
240
|
+
- generate list types as non-null ([#8166](https://github.com/aws-amplify/amplify-cli/issues/8166)) ([93786c1](https://github.com/aws-amplify/amplify-cli/commit/93786c13ef04c72748ca32a1ef7878c0e6b5b129))
|
|
395
241
|
|
|
396
242
|
## [0.6.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.6.3...@aws-amplify/graphql-model-transformer@0.6.4) (2021-10-10)
|
|
397
243
|
|
|
398
244
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
399
245
|
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
246
|
## [0.6.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.6.2...@aws-amplify/graphql-model-transformer@0.6.3) (2021-09-27)
|
|
405
247
|
|
|
406
|
-
|
|
407
248
|
### Bug Fixes
|
|
408
249
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
250
|
+
- **graphql-model-transformer:** [@model](https://github.com/model) conflict resolution ([#8035](https://github.com/aws-amplify/amplify-cli/issues/8035)) ([f3bdc4a](https://github.com/aws-amplify/amplify-cli/commit/f3bdc4ac1fcf596f634d9d2e968785e76f7b138c))
|
|
251
|
+
- **graphql-model-transformer:** iam role name does not exceed 64 characters ([#8244](https://github.com/aws-amplify/amplify-cli/issues/8244)) ([812a671](https://github.com/aws-amplify/amplify-cli/commit/812a67163d6dd33160bf7ace9afd538c83a7af1a))
|
|
252
|
+
- **graphql-model-transformer:** remove unnecessary warnings for resolver config per type ([#8265](https://github.com/aws-amplify/amplify-cli/issues/8265)) ([2f2f0a5](https://github.com/aws-amplify/amplify-cli/commit/2f2f0a5bea59278219c1f4ebb5276927dc5a0fbd))
|
|
416
253
|
|
|
417
254
|
## [0.6.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.6.1...@aws-amplify/graphql-model-transformer@0.6.2) (2021-09-14)
|
|
418
255
|
|
|
419
|
-
|
|
420
256
|
### Bug Fixes
|
|
421
257
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
258
|
+
- **graphql-model-transformer:** fix typo in print block ([#8152](https://github.com/aws-amplify/amplify-cli/issues/8152)) ([7377e58](https://github.com/aws-amplify/amplify-cli/commit/7377e58535dd5555d9e11cf3114fb23cdbb1f382))
|
|
427
259
|
|
|
428
260
|
## [0.6.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.6.0...@aws-amplify/graphql-model-transformer@0.6.1) (2021-09-02)
|
|
429
261
|
|
|
430
|
-
|
|
431
262
|
### Bug Fixes
|
|
432
263
|
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
264
|
+
- add model transformer v2 e2e tests ([#7946](https://github.com/aws-amplify/amplify-cli/issues/7946)) ([351a8bc](https://github.com/aws-amplify/amplify-cli/commit/351a8bce6069398535878fd62886e0ee5c402329))
|
|
265
|
+
- model transformer support condition ([#7935](https://github.com/aws-amplify/amplify-cli/issues/7935)) ([fc93dba](https://github.com/aws-amplify/amplify-cli/commit/fc93dbabb38427607ef6abb6f1d7fb2f357a284b))
|
|
266
|
+
- update and create input field type known model types filtering ([#7929](https://github.com/aws-amplify/amplify-cli/issues/7929)) ([16334f7](https://github.com/aws-amplify/amplify-cli/commit/16334f7217f0ac751a642d82512240aedec17721))
|
|
440
267
|
|
|
441
268
|
# [0.6.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.5.1...@aws-amplify/graphql-model-transformer@0.6.0) (2021-08-24)
|
|
442
269
|
|
|
443
|
-
|
|
444
270
|
### Bug Fixes
|
|
445
271
|
|
|
446
|
-
|
|
447
|
-
|
|
272
|
+
- **graphql-model-transformer:** added [@model](https://github.com/model) name reserved words validation ([#7877](https://github.com/aws-amplify/amplify-cli/issues/7877)) ([781ddbb](https://github.com/aws-amplify/amplify-cli/commit/781ddbb6733803487e16aedc69bb8182a00bcce9))
|
|
448
273
|
|
|
449
274
|
### Features
|
|
450
275
|
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
276
|
+
- add [@index](https://github.com/index) directive ([#7887](https://github.com/aws-amplify/amplify-cli/issues/7887)) ([e011555](https://github.com/aws-amplify/amplify-cli/commit/e0115557aad893b3286226e92ce8fecbd5636c1a))
|
|
277
|
+
- model transformer advanced subscriptions ([#7927](https://github.com/aws-amplify/amplify-cli/issues/7927)) ([1725630](https://github.com/aws-amplify/amplify-cli/commit/1725630c61c40923e8dfa3c697ea5472df2e5de1))
|
|
457
278
|
|
|
458
279
|
## [0.5.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.5.0...@aws-amplify/graphql-model-transformer@0.5.1) (2021-08-06)
|
|
459
280
|
|
|
460
|
-
|
|
461
281
|
### Bug Fixes
|
|
462
282
|
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
283
|
+
- add DDB params to model v2 ([#7827](https://github.com/aws-amplify/amplify-cli/issues/7827)) ([f43002e](https://github.com/aws-amplify/amplify-cli/commit/f43002ed46d0ee42a64cec3d12322d4ae552a70b))
|
|
284
|
+
- **graphql-model-transformer:** model input fields transform ([#7857](https://github.com/aws-amplify/amplify-cli/issues/7857)) ([12ff663](https://github.com/aws-amplify/amplify-cli/commit/12ff663a94a4896bd9eacef3847be15b7631d8df))
|
|
285
|
+
- misc [@model](https://github.com/model) v2 VTL cleanup ([#7856](https://github.com/aws-amplify/amplify-cli/issues/7856)) ([98d81d8](https://github.com/aws-amplify/amplify-cli/commit/98d81d8e2e13fc1525389ba21e6ad4b372e671fb))
|
|
286
|
+
- use improved pluralization in graphql transformer v2 ([#7817](https://github.com/aws-amplify/amplify-cli/issues/7817)) ([38e2599](https://github.com/aws-amplify/amplify-cli/commit/38e25996ee00479031c88714af3b9d40ef9e079c))
|
|
471
287
|
|
|
472
288
|
# [0.5.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.6...@aws-amplify/graphql-model-transformer@0.5.0) (2021-07-30)
|
|
473
289
|
|
|
474
|
-
|
|
475
290
|
### Features
|
|
476
291
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
292
|
+
- capability injection for the vNext GraphQL Transformer ([#7735](https://github.com/aws-amplify/amplify-cli/issues/7735)) ([f3eae13](https://github.com/aws-amplify/amplify-cli/commit/f3eae13ab2848df398e26429abf985b756abcff2))
|
|
482
293
|
|
|
483
294
|
## [0.4.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.5...@aws-amplify/graphql-model-transformer@0.4.6) (2021-07-27)
|
|
484
295
|
|
|
485
296
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
486
297
|
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
298
|
## [0.4.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.4...@aws-amplify/graphql-model-transformer@0.4.5) (2021-07-16)
|
|
492
299
|
|
|
493
300
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
494
301
|
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
302
|
## [0.4.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.3...@aws-amplify/graphql-model-transformer@0.4.4) (2021-07-12)
|
|
500
303
|
|
|
501
|
-
|
|
502
304
|
### Bug Fixes
|
|
503
305
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
306
|
+
- get mock working with gql transformer v2 ([#7574](https://github.com/aws-amplify/amplify-cli/issues/7574)) ([4fa2900](https://github.com/aws-amplify/amplify-cli/commit/4fa2900d6b9ca515677d06bdffe29f56401b9c86))
|
|
509
307
|
|
|
510
308
|
## [0.4.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.2...@aws-amplify/graphql-model-transformer@0.4.3) (2021-06-30)
|
|
511
309
|
|
|
512
|
-
|
|
513
310
|
### Bug Fixes
|
|
514
311
|
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
312
|
+
- update DDB data source name in gql transformer v2 ([#7443](https://github.com/aws-amplify/amplify-cli/issues/7443)) ([7abe3bd](https://github.com/aws-amplify/amplify-cli/commit/7abe3bd5788c0096f68fa5356bb0e7f6384d3bb5))
|
|
520
313
|
|
|
521
314
|
## [0.4.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.1...@aws-amplify/graphql-model-transformer@0.4.2) (2021-06-24)
|
|
522
315
|
|
|
523
|
-
|
|
524
316
|
### Bug Fixes
|
|
525
317
|
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
318
|
+
- correct 'tranformer' typo ([#7408](https://github.com/aws-amplify/amplify-cli/issues/7408)) ([9420f1b](https://github.com/aws-amplify/amplify-cli/commit/9420f1b29137fd7621d7d902a147e596776357df))
|
|
319
|
+
- remove extra \$ output of model transformer v2 ([#7415](https://github.com/aws-amplify/amplify-cli/issues/7415)) ([a8680a2](https://github.com/aws-amplify/amplify-cli/commit/a8680a2c94d86b6b3fb29cf9b7e04ba8680b907b))
|
|
532
320
|
|
|
533
321
|
## [0.4.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.0...@aws-amplify/graphql-model-transformer@0.4.1) (2021-05-26)
|
|
534
322
|
|
|
535
323
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
536
324
|
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
325
|
# [0.4.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.6...@aws-amplify/graphql-model-transformer@0.4.0) (2021-05-18)
|
|
542
326
|
|
|
543
|
-
|
|
544
327
|
### Features
|
|
545
328
|
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
329
|
+
- port [@searchable](https://github.com/searchable) to GraphQL Transformer v2 ([#7291](https://github.com/aws-amplify/amplify-cli/issues/7291)) ([37a2df2](https://github.com/aws-amplify/amplify-cli/commit/37a2df2365fe4bf0eddf285a159221e34f695fe2))
|
|
551
330
|
|
|
552
331
|
## [0.3.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.4...@aws-amplify/graphql-model-transformer@0.3.6) (2021-05-03)
|
|
553
332
|
|
|
554
|
-
|
|
555
|
-
|
|
556
333
|
## 4.50.1 (2021-05-03)
|
|
557
334
|
|
|
558
335
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
559
336
|
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
337
|
## [0.3.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.4...@aws-amplify/graphql-model-transformer@0.3.5) (2021-05-03)
|
|
565
338
|
|
|
566
339
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
567
340
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
341
|
## [0.3.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.3...@aws-amplify/graphql-model-transformer@0.3.4) (2021-03-05)
|
|
573
342
|
|
|
574
343
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
575
344
|
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
345
|
## [0.3.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.2...@aws-amplify/graphql-model-transformer@0.3.3) (2021-02-26)
|
|
581
346
|
|
|
582
347
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
583
348
|
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
349
|
## [0.3.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.1...@aws-amplify/graphql-model-transformer@0.3.2) (2021-02-11)
|
|
589
350
|
|
|
590
351
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
591
352
|
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
353
|
## [0.3.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.0...@aws-amplify/graphql-model-transformer@0.3.1) (2021-02-10)
|
|
597
354
|
|
|
598
355
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
599
356
|
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
357
|
# [0.3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.2.1...@aws-amplify/graphql-model-transformer@0.3.0) (2020-12-11)
|
|
605
358
|
|
|
606
|
-
|
|
607
359
|
### Features
|
|
608
360
|
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
361
|
+
- container-based deployments([#5727](https://github.com/aws-amplify/amplify-cli/issues/5727)) ([fad6377](https://github.com/aws-amplify/amplify-cli/commit/fad6377bd384862ca4429cb1a83eee90efd62b58))
|
|
614
362
|
|
|
615
363
|
## [0.2.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.1.0...@aws-amplify/graphql-model-transformer@0.2.1) (2020-11-22)
|
|
616
364
|
|
|
617
365
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
618
366
|
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
367
|
# 0.2.0 (2020-11-22)
|
|
624
368
|
|
|
625
|
-
|
|
626
369
|
### Features
|
|
627
370
|
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
371
|
+
- transformer redesign ([#5534](https://github.com/aws-amplify/amplify-cli/issues/5534)) ([a93c685](https://github.com/aws-amplify/amplify-cli/commit/a93c6852f6588898ebc52b0574f4fcc3d2e87948))
|
|
633
372
|
|
|
634
373
|
# 0.1.0 (2020-11-08)
|
|
635
374
|
|
|
636
|
-
|
|
637
375
|
### Features
|
|
638
376
|
|
|
639
|
-
|
|
377
|
+
- transformer redesign ([#5534](https://github.com/aws-amplify/amplify-cli/issues/5534)) ([a93c685](https://github.com/aws-amplify/amplify-cli/commit/a93c6852f6588898ebc52b0574f4fcc3d2e87948))
|