@react-native-windows/codegen 0.66.1 → 0.68.0-preview.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 +126 -12
- package/bin.js +0 -0
- package/lib-commonjs/Cli.d.ts +7 -0
- package/lib-commonjs/Cli.js +199 -0
- package/lib-commonjs/Cli.js.map +1 -0
- package/lib-commonjs/generators/AliasGen.d.ts +11 -0
- package/lib-commonjs/generators/AliasGen.js +72 -0
- package/lib-commonjs/generators/AliasGen.js.map +1 -0
- package/lib-commonjs/generators/AliasManaging.d.ts +15 -0
- package/lib-commonjs/generators/AliasManaging.js +49 -0
- package/lib-commonjs/generators/AliasManaging.js.map +1 -0
- package/lib-commonjs/generators/GenerateNM2.d.ts +11 -0
- package/lib-commonjs/generators/GenerateNM2.js +94 -0
- package/lib-commonjs/generators/GenerateNM2.js.map +1 -0
- package/lib-commonjs/generators/ObjectTypes.d.ts +8 -0
- package/lib-commonjs/generators/ObjectTypes.js +53 -0
- package/lib-commonjs/generators/ObjectTypes.js.map +1 -0
- package/lib-commonjs/generators/ParamTypes.d.ts +11 -0
- package/lib-commonjs/generators/ParamTypes.js +114 -0
- package/lib-commonjs/generators/ParamTypes.js.map +1 -0
- package/lib-commonjs/generators/ReturnTypes.d.ts +9 -0
- package/lib-commonjs/generators/ReturnTypes.js +63 -0
- package/lib-commonjs/generators/ReturnTypes.js.map +1 -0
- package/lib-commonjs/generators/ValidateConstants.d.ts +8 -0
- package/lib-commonjs/generators/ValidateConstants.js +38 -0
- package/lib-commonjs/generators/ValidateConstants.js.map +1 -0
- package/lib-commonjs/generators/ValidateMethods.d.ts +8 -0
- package/lib-commonjs/generators/ValidateMethods.js +70 -0
- package/lib-commonjs/generators/ValidateMethods.js.map +1 -0
- package/package.json +24 -13
- package/src/Cli.ts +41 -33
- package/src/generators/AliasGen.ts +105 -0
- package/src/generators/AliasManaging.ts +75 -0
- package/src/generators/GenerateNM2.ts +38 -122
- package/src/generators/ObjectTypes.ts +24 -39
- package/src/generators/ParamTypes.ts +146 -41
- package/src/generators/ReturnTypes.ts +29 -10
- package/src/generators/ValidateConstants.ts +50 -0
- package/src/generators/ValidateMethods.ts +135 -0
- package/.eslintrc.js +0 -4
- package/.vscode/launch.json +0 -23
- package/CHANGELOG.json +0 -703
- package/jest.config.js +0 -1
- package/tsconfig.json +0 -5
package/CHANGELOG.json
DELETED
|
@@ -1,703 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@react-native-windows/codegen",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Mon, 24 Jan 2022 16:10:41 GMT",
|
|
6
|
-
"tag": "@react-native-windows/codegen_v0.66.1",
|
|
7
|
-
"version": "0.66.1",
|
|
8
|
-
"comments": {
|
|
9
|
-
"patch": [
|
|
10
|
-
{
|
|
11
|
-
"comment": "Promote 0.66 to legacy",
|
|
12
|
-
"author": "ngerlem@microsoft.com",
|
|
13
|
-
"commit": "919d91a3e9845f9a60417fb8e47a36d7caedbc28",
|
|
14
|
-
"package": "@react-native-windows/codegen"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"date": "Mon, 11 Oct 2021 15:07:19 GMT",
|
|
21
|
-
"tag": "@react-native-windows/codegen_v0.66.0",
|
|
22
|
-
"version": "0.66.0",
|
|
23
|
-
"comments": {
|
|
24
|
-
"patch": [
|
|
25
|
-
{
|
|
26
|
-
"comment": "Promote 0.66 to latest",
|
|
27
|
-
"author": "ngerlem@microsoft.com",
|
|
28
|
-
"commit": "5d1e5ae98139204e02f0ac5d8c06ae7ee1157395",
|
|
29
|
-
"package": "@react-native-windows/codegen"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"date": "Fri, 03 Sep 2021 18:48:19 GMT",
|
|
36
|
-
"tag": "@react-native-windows/codegen_v0.66.0-preview.1",
|
|
37
|
-
"version": "0.66.0-preview.1",
|
|
38
|
-
"comments": {
|
|
39
|
-
"prerelease": [
|
|
40
|
-
{
|
|
41
|
-
"comment": "Promote 0.66 to preview",
|
|
42
|
-
"author": "ngerlem@microsoft.com",
|
|
43
|
-
"commit": "cf1dcfbe108028869e326bb2bdab370949f7dac8",
|
|
44
|
-
"package": "@react-native-windows/codegen"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"date": "Fri, 03 Sep 2021 05:06:04 GMT",
|
|
51
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.11",
|
|
52
|
-
"version": "0.0.0-canary.11",
|
|
53
|
-
"comments": {
|
|
54
|
-
"prerelease": [
|
|
55
|
-
{
|
|
56
|
-
"comment": "Generate aliased struct for turbo module",
|
|
57
|
-
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
58
|
-
"commit": "b23b6bd01813b9d4ab843f397b7611e3e22d8508",
|
|
59
|
-
"package": "@react-native-windows/codegen"
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"date": "Thu, 02 Sep 2021 05:08:16 GMT",
|
|
66
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.10",
|
|
67
|
-
"version": "0.0.0-canary.10",
|
|
68
|
-
"comments": {
|
|
69
|
-
"none": [
|
|
70
|
-
{
|
|
71
|
-
"comment": "Remove path patch in rnw-codegen",
|
|
72
|
-
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
73
|
-
"commit": "6cd806bb2486db76195edd47e949f6a9424fc6cb",
|
|
74
|
-
"package": "@react-native-windows/codegen"
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"date": "Fri, 27 Aug 2021 05:06:34 GMT",
|
|
81
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.10",
|
|
82
|
-
"version": "0.0.0-canary.10",
|
|
83
|
-
"comments": {
|
|
84
|
-
"none": [
|
|
85
|
-
{
|
|
86
|
-
"comment": "Bump react-native-tscodegen to catch up react-native 0.65",
|
|
87
|
-
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
88
|
-
"commit": "420edbedb4cbe4b40f2541e466f98bd9e177e26a",
|
|
89
|
-
"package": "@react-native-windows/codegen"
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"date": "Thu, 05 Aug 2021 05:07:20 GMT",
|
|
96
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.10",
|
|
97
|
-
"version": "0.0.0-canary.10",
|
|
98
|
-
"comments": {
|
|
99
|
-
"prerelease": [
|
|
100
|
-
{
|
|
101
|
-
"comment": "Do not write codegen files if the contents have not changed, as this breaks incremental builds",
|
|
102
|
-
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
103
|
-
"commit": "3b92733ab97670e6eb2d944f65ff341994e80517",
|
|
104
|
-
"package": "@react-native-windows/codegen"
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"date": "Sat, 24 Jul 2021 05:05:52 GMT",
|
|
111
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.9",
|
|
112
|
-
"version": "0.0.0-canary.9",
|
|
113
|
-
"comments": {
|
|
114
|
-
"none": [
|
|
115
|
-
{
|
|
116
|
-
"comment": "Replace @rnw-scripts/jest-out-of-tree-resolver with @rnx-kit/jest-resolver",
|
|
117
|
-
"author": "4123478+tido64@users.noreply.github.com",
|
|
118
|
-
"commit": "a311022ebc0c1d8070d7e54312197f486c470d33",
|
|
119
|
-
"package": "@react-native-windows/codegen"
|
|
120
|
-
}
|
|
121
|
-
]
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"date": "Fri, 11 Jun 2021 05:08:55 GMT",
|
|
126
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.9",
|
|
127
|
-
"version": "0.0.0-canary.9",
|
|
128
|
-
"comments": {
|
|
129
|
-
"patch": [
|
|
130
|
-
{
|
|
131
|
-
"comment": "Bump @rnw-scripts/just-task to v2.2.0",
|
|
132
|
-
"author": "ngerlem@microsoft.com",
|
|
133
|
-
"commit": "3d7c8d8fcf14a3cbda83a93c85b0bcf1e4e4f829",
|
|
134
|
-
"package": "@react-native-windows/codegen"
|
|
135
|
-
}
|
|
136
|
-
]
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"date": "Wed, 09 Jun 2021 05:10:07 GMT",
|
|
141
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.8",
|
|
142
|
-
"version": "0.0.0-canary.8",
|
|
143
|
-
"comments": {
|
|
144
|
-
"patch": [
|
|
145
|
-
{
|
|
146
|
-
"comment": "Bump @rnw-scripts/just-task to v2.1.3",
|
|
147
|
-
"author": "igklemen@microsoft.com",
|
|
148
|
-
"commit": "2ba41a4f087cc3bf16cbe799575923fc7a626009",
|
|
149
|
-
"package": "@react-native-windows/codegen"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.3",
|
|
153
|
-
"author": "igklemen@microsoft.com",
|
|
154
|
-
"commit": "2ba41a4f087cc3bf16cbe799575923fc7a626009",
|
|
155
|
-
"package": "@react-native-windows/codegen"
|
|
156
|
-
}
|
|
157
|
-
]
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"date": "Thu, 03 Jun 2021 05:09:47 GMT",
|
|
162
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.7",
|
|
163
|
-
"version": "0.0.0-canary.7",
|
|
164
|
-
"comments": {
|
|
165
|
-
"prerelease": [
|
|
166
|
-
{
|
|
167
|
-
"comment": "Enable esModuleInterop Repo Wide",
|
|
168
|
-
"author": "ngerlem@microsoft.com",
|
|
169
|
-
"commit": "6c871e6ba27888804c776e5deeefbc7064e181d0",
|
|
170
|
-
"package": "@react-native-windows/codegen"
|
|
171
|
-
}
|
|
172
|
-
],
|
|
173
|
-
"patch": [
|
|
174
|
-
{
|
|
175
|
-
"comment": "Bump @rnw-scripts/just-task to v2.1.2",
|
|
176
|
-
"author": "ngerlem@microsoft.com",
|
|
177
|
-
"commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
|
|
178
|
-
"package": "@react-native-windows/codegen"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"comment": "Bump @rnw-scripts/ts-config to v2.0.0",
|
|
182
|
-
"author": "ngerlem@microsoft.com",
|
|
183
|
-
"commit": "6c871e6ba27888804c776e5deeefbc7064e181d0",
|
|
184
|
-
"package": "@react-native-windows/codegen"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"comment": "Bump @rnw-scripts/eslint-config to v1.1.7",
|
|
188
|
-
"author": "ngerlem@microsoft.com",
|
|
189
|
-
"commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
|
|
190
|
-
"package": "@react-native-windows/codegen"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.2",
|
|
194
|
-
"author": "ngerlem@microsoft.com",
|
|
195
|
-
"commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
|
|
196
|
-
"package": "@react-native-windows/codegen"
|
|
197
|
-
}
|
|
198
|
-
]
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"date": "Fri, 21 May 2021 05:17:18 GMT",
|
|
203
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.6",
|
|
204
|
-
"version": "0.0.0-canary.6",
|
|
205
|
-
"comments": {
|
|
206
|
-
"prerelease": [
|
|
207
|
-
{
|
|
208
|
-
"comment": "Integrate Apr 28 (base of 0.65) Nightly RN Build",
|
|
209
|
-
"author": "ngerlem@microsoft.com",
|
|
210
|
-
"commit": "5cc9c87a48b392d287fa953d8d23a8188b689545",
|
|
211
|
-
"package": "@react-native-windows/codegen"
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"patch": [
|
|
215
|
-
{
|
|
216
|
-
"comment": "Bump @rnw-scripts/just-task to v2.1.1",
|
|
217
|
-
"author": "ngerlem@microsoft.com",
|
|
218
|
-
"commit": "5cc9c87a48b392d287fa953d8d23a8188b689545",
|
|
219
|
-
"package": "@react-native-windows/codegen"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.1",
|
|
223
|
-
"author": "ngerlem@microsoft.com",
|
|
224
|
-
"commit": "5cc9c87a48b392d287fa953d8d23a8188b689545",
|
|
225
|
-
"package": "@react-native-windows/codegen"
|
|
226
|
-
}
|
|
227
|
-
]
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"date": "Thu, 13 May 2021 05:11:48 GMT",
|
|
232
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.5",
|
|
233
|
-
"version": "0.0.0-canary.5",
|
|
234
|
-
"comments": {
|
|
235
|
-
"prerelease": [
|
|
236
|
-
{
|
|
237
|
-
"comment": "Hook up view component codegen",
|
|
238
|
-
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
239
|
-
"commit": "36e48e2715549fe72544ac35296a62e22acd8c4e",
|
|
240
|
-
"package": "@react-native-windows/codegen"
|
|
241
|
-
}
|
|
242
|
-
]
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"date": "Thu, 04 Mar 2021 05:05:53 GMT",
|
|
247
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.4",
|
|
248
|
-
"version": "0.0.0-canary.4",
|
|
249
|
-
"comments": {
|
|
250
|
-
"prerelease": [
|
|
251
|
-
{
|
|
252
|
-
"comment": "Update yargs version used and patch y18n version 4.0.0 to 4.0.1 as used by detox of transitive dependencies to address https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7774",
|
|
253
|
-
"author": "dannyvv@microsoft.com",
|
|
254
|
-
"commit": "e834e7c206a0f1405bf4bbf406cb7b11bf413d94",
|
|
255
|
-
"package": "@react-native-windows/codegen"
|
|
256
|
-
}
|
|
257
|
-
]
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"date": "Thu, 11 Feb 2021 05:08:29 GMT",
|
|
262
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.3",
|
|
263
|
-
"version": "0.0.0-canary.3",
|
|
264
|
-
"comments": {
|
|
265
|
-
"patch": [
|
|
266
|
-
{
|
|
267
|
-
"comment": "Bump @rnw-scripts/just-task to v2.1.0",
|
|
268
|
-
"author": "ngerlem@microsoft.com",
|
|
269
|
-
"commit": "ab41a9b88db59cba0eae1ff7a59c1b550cc8c2bf",
|
|
270
|
-
"package": "@react-native-windows/codegen"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.0",
|
|
274
|
-
"author": "ngerlem@microsoft.com",
|
|
275
|
-
"commit": "ab41a9b88db59cba0eae1ff7a59c1b550cc8c2bf",
|
|
276
|
-
"package": "@react-native-windows/codegen"
|
|
277
|
-
}
|
|
278
|
-
]
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"date": "Tue, 09 Feb 2021 05:07:37 GMT",
|
|
283
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.2",
|
|
284
|
-
"version": "0.0.0-canary.2",
|
|
285
|
-
"comments": {
|
|
286
|
-
"prerelease": [
|
|
287
|
-
{
|
|
288
|
-
"comment": "Bump just-scripts from 1.3.2 to 1.3.3",
|
|
289
|
-
"author": "dannyvv@microsoft.com",
|
|
290
|
-
"commit": "ef4046c6a798446b6404dc26d0dd39224a0d7274",
|
|
291
|
-
"package": "@react-native-windows/codegen"
|
|
292
|
-
}
|
|
293
|
-
],
|
|
294
|
-
"patch": [
|
|
295
|
-
{
|
|
296
|
-
"comment": "Bump @rnw-scripts/just-task to v2.0.2",
|
|
297
|
-
"author": "dannyvv@microsoft.com",
|
|
298
|
-
"commit": "ef4046c6a798446b6404dc26d0dd39224a0d7274",
|
|
299
|
-
"package": "@react-native-windows/codegen"
|
|
300
|
-
}
|
|
301
|
-
]
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"date": "Fri, 05 Feb 2021 05:05:05 GMT",
|
|
306
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.1",
|
|
307
|
-
"version": "0.0.0-canary.1",
|
|
308
|
-
"comments": {
|
|
309
|
-
"none": [
|
|
310
|
-
{
|
|
311
|
-
"comment": "Bump @rnw-scripts/just-task to v2.0.1",
|
|
312
|
-
"author": "ngerlem@microsoft.com",
|
|
313
|
-
"commit": "22ee9e8c47a0c794e7d509a471547ba873578e31",
|
|
314
|
-
"package": "@react-native-windows/codegen"
|
|
315
|
-
}
|
|
316
|
-
]
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"date": "Wed, 03 Feb 2021 05:05:12 GMT",
|
|
321
|
-
"tag": "@react-native-windows/codegen_v0.0.0-canary.1",
|
|
322
|
-
"version": "0.0.0-canary.1",
|
|
323
|
-
"comments": {
|
|
324
|
-
"prerelease": [
|
|
325
|
-
{
|
|
326
|
-
"comment": "Move `react-native-windows-codegen` to `@react-native-windows/codegen`",
|
|
327
|
-
"author": "ngerlem@microsoft.com",
|
|
328
|
-
"commit": "b34311f6ee86fd8ade1b9132f08109f8a5dcdf6d",
|
|
329
|
-
"package": "@react-native-windows/codegen"
|
|
330
|
-
}
|
|
331
|
-
]
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"date": "Thu, 28 Jan 2021 05:06:47 GMT",
|
|
336
|
-
"tag": "react-native-windows-codegen_v1.1.14",
|
|
337
|
-
"version": "1.1.14",
|
|
338
|
-
"comments": {
|
|
339
|
-
"patch": [
|
|
340
|
-
{
|
|
341
|
-
"comment": "Leverage default config support in Just library and factor out common tasks",
|
|
342
|
-
"author": "dannyvv@microsoft.com",
|
|
343
|
-
"commit": "54fb284afaf1b12ab51f1c29bb7ca67eddab8db1",
|
|
344
|
-
"package": "react-native-windows-codegen"
|
|
345
|
-
}
|
|
346
|
-
]
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"date": "Wed, 27 Jan 2021 05:06:36 GMT",
|
|
351
|
-
"tag": "react-native-windows-codegen_v1.1.13",
|
|
352
|
-
"version": "1.1.13",
|
|
353
|
-
"comments": {
|
|
354
|
-
"patch": [
|
|
355
|
-
{
|
|
356
|
-
"comment": "Show TS Stack Traces on Uncaught CLI Exception",
|
|
357
|
-
"author": "ngerlem@microsoft.com",
|
|
358
|
-
"commit": "ed5cbe4de1abac005e94ddc3564af4bb60b804f0",
|
|
359
|
-
"package": "react-native-windows-codegen"
|
|
360
|
-
}
|
|
361
|
-
]
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"date": "Tue, 26 Jan 2021 05:06:39 GMT",
|
|
366
|
-
"tag": "react-native-windows-codegen_v1.1.12",
|
|
367
|
-
"version": "1.1.12",
|
|
368
|
-
"comments": {
|
|
369
|
-
"patch": [
|
|
370
|
-
{
|
|
371
|
-
"comment": "Update @types package versions in package.json from dependabot updates to yarn.lock",
|
|
372
|
-
"author": "dannyvv@microsoft.com",
|
|
373
|
-
"commit": "b8f2beec9851dffe3188156c859cb123de926ba0",
|
|
374
|
-
"package": "react-native-windows-codegen"
|
|
375
|
-
}
|
|
376
|
-
],
|
|
377
|
-
"none": [
|
|
378
|
-
{
|
|
379
|
-
"comment": "Update just-scripts to remove yargs-parser resolution",
|
|
380
|
-
"author": "ngerlem@microsoft.com",
|
|
381
|
-
"commit": "3d41c761d18cdc771a635bf9f5ef1259db9a27be",
|
|
382
|
-
"package": "react-native-windows-codegen"
|
|
383
|
-
}
|
|
384
|
-
]
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"date": "Wed, 20 Jan 2021 01:45:54 GMT",
|
|
389
|
-
"tag": "react-native-windows-codegen_v1.1.11",
|
|
390
|
-
"version": "1.1.11",
|
|
391
|
-
"comments": {
|
|
392
|
-
"none": [
|
|
393
|
-
{
|
|
394
|
-
"comment": "Bump internally published packages to 1.0",
|
|
395
|
-
"author": "ngerlem@microsoft.com",
|
|
396
|
-
"commit": "982fb19448d7c9ed3f12fa27182fa69be83478c7",
|
|
397
|
-
"package": "react-native-windows-codegen"
|
|
398
|
-
}
|
|
399
|
-
]
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"date": "Wed, 13 Jan 2021 05:05:37 GMT",
|
|
404
|
-
"tag": "react-native-windows-codegen_v0.1.11",
|
|
405
|
-
"version": "0.1.11",
|
|
406
|
-
"comments": {
|
|
407
|
-
"none": [
|
|
408
|
-
{
|
|
409
|
-
"comment": "remove excessive change files",
|
|
410
|
-
"author": "lehon@microsoft.com",
|
|
411
|
-
"commit": "8c4a518552899dbacc7d9133e2e480c8f55df85d",
|
|
412
|
-
"package": "react-native-windows-codegen"
|
|
413
|
-
}
|
|
414
|
-
]
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"date": "Tue, 08 Dec 2020 03:20:37 GMT",
|
|
419
|
-
"tag": "react-native-windows-codegen_v0.1.11",
|
|
420
|
-
"version": "0.1.11",
|
|
421
|
-
"comments": {
|
|
422
|
-
"patch": [
|
|
423
|
-
{
|
|
424
|
-
"comment": "Bump yargs to 15.4.1",
|
|
425
|
-
"author": "ngerlem@microsoft.com",
|
|
426
|
-
"commit": "fa34591ac86ea25e1e92a807864ba71480046a27",
|
|
427
|
-
"package": "react-native-windows-codegen"
|
|
428
|
-
}
|
|
429
|
-
]
|
|
430
|
-
}
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"date": "Tue, 24 Nov 2020 05:08:17 GMT",
|
|
434
|
-
"tag": "react-native-windows-codegen_v0.1.10",
|
|
435
|
-
"version": "0.1.10",
|
|
436
|
-
"comments": {
|
|
437
|
-
"patch": [
|
|
438
|
-
{
|
|
439
|
-
"comment": "Add more eslint rules",
|
|
440
|
-
"author": "ngerlem@microsoft.com",
|
|
441
|
-
"commit": "adc0617836a0fba4112646595645e65f93e0106f",
|
|
442
|
-
"package": "react-native-windows-codegen"
|
|
443
|
-
}
|
|
444
|
-
]
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"date": "Fri, 20 Nov 2020 05:08:43 GMT",
|
|
449
|
-
"tag": "react-native-windows-codegen_v0.1.9",
|
|
450
|
-
"version": "0.1.9",
|
|
451
|
-
"comments": {
|
|
452
|
-
"none": [
|
|
453
|
-
{
|
|
454
|
-
"comment": "Integrate 11/18 RN Nightly Build 🎉",
|
|
455
|
-
"author": "ngerlem@microsoft.com",
|
|
456
|
-
"commit": "aba9483ea47b6d992877b325cc858a7e6309ead4",
|
|
457
|
-
"package": "react-native-windows-codegen"
|
|
458
|
-
}
|
|
459
|
-
]
|
|
460
|
-
}
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"date": "Sat, 07 Nov 2020 05:04:58 GMT",
|
|
464
|
-
"tag": "react-native-windows-codegen_v0.1.8",
|
|
465
|
-
"version": "0.1.8",
|
|
466
|
-
"comments": {
|
|
467
|
-
"patch": [
|
|
468
|
-
{
|
|
469
|
-
"comment": "Create codegen directory if not present",
|
|
470
|
-
"author": "ngerlem@microsoft.com",
|
|
471
|
-
"commit": "f120ea9ab98de1a625573ec4d2a38c25ada83769",
|
|
472
|
-
"package": "react-native-windows-codegen"
|
|
473
|
-
}
|
|
474
|
-
]
|
|
475
|
-
}
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"date": "Fri, 09 Oct 2020 05:06:32 GMT",
|
|
479
|
-
"tag": "react-native-windows-codegen_v0.1.7",
|
|
480
|
-
"version": "0.1.7",
|
|
481
|
-
"comments": {
|
|
482
|
-
"none": [
|
|
483
|
-
{
|
|
484
|
-
"comment": "Update just-scipts (remove npm-registry-fetch)",
|
|
485
|
-
"author": "ngerlem@microsoft.com",
|
|
486
|
-
"commit": "00b2d84b8effce0b7405a67bd4903eed88cb9aaf",
|
|
487
|
-
"package": "react-native-windows-codegen"
|
|
488
|
-
}
|
|
489
|
-
]
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"date": "Thu, 01 Oct 2020 05:08:11 GMT",
|
|
494
|
-
"tag": "react-native-windows-codegen_v0.1.7",
|
|
495
|
-
"version": "0.1.7",
|
|
496
|
-
"comments": {
|
|
497
|
-
"patch": [
|
|
498
|
-
{
|
|
499
|
-
"comment": "ESLint Fixup",
|
|
500
|
-
"author": "ngerlem@microsoft.com",
|
|
501
|
-
"commit": "98c072069c9d9e0d495bfd6f3bdc386b1362f377",
|
|
502
|
-
"package": "react-native-windows-codegen"
|
|
503
|
-
}
|
|
504
|
-
]
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"date": "Thu, 24 Sep 2020 05:06:21 GMT",
|
|
509
|
-
"tag": "react-native-windows-codegen_v0.1.6",
|
|
510
|
-
"version": "0.1.6",
|
|
511
|
-
"comments": {
|
|
512
|
-
"patch": [
|
|
513
|
-
{
|
|
514
|
-
"comment": "Zero-Config Tests for CLI, react-native-windows-init, react-native-windows-codegen",
|
|
515
|
-
"author": "ngerlem@microsoft.com",
|
|
516
|
-
"commit": "5a96480f422aa7c731d7febb900a3962e1265c08",
|
|
517
|
-
"package": "react-native-windows-codegen"
|
|
518
|
-
}
|
|
519
|
-
]
|
|
520
|
-
}
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"date": "Mon, 21 Sep 2020 05:06:22 GMT",
|
|
524
|
-
"tag": "react-native-windows-codegen_v0.1.5",
|
|
525
|
-
"version": "0.1.5",
|
|
526
|
-
"comments": {
|
|
527
|
-
"patch": [
|
|
528
|
-
{
|
|
529
|
-
"comment": "Fixup eslint config",
|
|
530
|
-
"author": "ngerlem@microsoft.com",
|
|
531
|
-
"commit": "2df3273449486de9e663e26f708fd9bb2cd37c91",
|
|
532
|
-
"package": "react-native-windows-codegen"
|
|
533
|
-
}
|
|
534
|
-
]
|
|
535
|
-
}
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"date": "Mon, 14 Sep 2020 22:03:37 GMT",
|
|
539
|
-
"tag": "react-native-windows-codegen_v0.1.4",
|
|
540
|
-
"version": "0.1.4",
|
|
541
|
-
"comments": {
|
|
542
|
-
"patch": [
|
|
543
|
-
{
|
|
544
|
-
"comment": "Reconcile package versions",
|
|
545
|
-
"author": "ngerlem@microsoft.com",
|
|
546
|
-
"commit": "8adedcfb2ce6492a4a7ede59e0f9188dc205d659",
|
|
547
|
-
"package": "react-native-windows-codegen"
|
|
548
|
-
}
|
|
549
|
-
]
|
|
550
|
-
}
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"date": "Fri, 21 Aug 2020 05:04:58 GMT",
|
|
554
|
-
"tag": "react-native-windows-codegen_v0.1.0",
|
|
555
|
-
"version": "0.1.0",
|
|
556
|
-
"comments": {
|
|
557
|
-
"none": [
|
|
558
|
-
{
|
|
559
|
-
"comment": "Upgrade to eslint 6.8.0",
|
|
560
|
-
"author": "ngerlem@microsoft.com",
|
|
561
|
-
"commit": "68f7ba47793f4f1638be59ee9cb8ba68a70ae0cb",
|
|
562
|
-
"package": "react-native-windows-codegen"
|
|
563
|
-
}
|
|
564
|
-
]
|
|
565
|
-
}
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"date": "Fri, 14 Aug 2020 05:05:34 GMT",
|
|
569
|
-
"tag": "react-native-windows-codegen_v0.1.0",
|
|
570
|
-
"version": "0.1.0",
|
|
571
|
-
"comments": {
|
|
572
|
-
"minor": [
|
|
573
|
-
{
|
|
574
|
-
"comment": "Integrate new version of codegen that has changes from react-native",
|
|
575
|
-
"author": "acoates-ms@noreply.github.com",
|
|
576
|
-
"commit": "68f81d2689aa55140f1ff9edd5ec95fd4f658a40",
|
|
577
|
-
"package": "react-native-windows-codegen"
|
|
578
|
-
}
|
|
579
|
-
]
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"date": "Mon, 06 Jul 2020 23:11:46 GMT",
|
|
584
|
-
"tag": "react-native-windows-codegen_v0.0.9",
|
|
585
|
-
"version": "0.0.9",
|
|
586
|
-
"comments": {
|
|
587
|
-
"none": [
|
|
588
|
-
{
|
|
589
|
-
"comment": "Add watch script",
|
|
590
|
-
"author": "ngerlem@microsoft.com",
|
|
591
|
-
"commit": "805f69dd9e566185d27890bc852abe766f035dfd",
|
|
592
|
-
"package": "react-native-windows-codegen"
|
|
593
|
-
}
|
|
594
|
-
]
|
|
595
|
-
}
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"date": "Wed, 01 Jul 2020 05:06:19 GMT",
|
|
599
|
-
"tag": "react-native-windows-codegen_v0.0.8",
|
|
600
|
-
"version": "0.0.8",
|
|
601
|
-
"comments": {
|
|
602
|
-
"patch": [
|
|
603
|
-
{
|
|
604
|
-
"comment": "Share eslint and Typescript configs across packages",
|
|
605
|
-
"author": "ngerlem@microsoft.com",
|
|
606
|
-
"commit": "623ac46c0ade7fb8564e3a0c9e8345768c18feb6",
|
|
607
|
-
"package": "react-native-windows-codegen"
|
|
608
|
-
}
|
|
609
|
-
]
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"date": "Fri, 26 Jun 2020 23:59:27 GMT",
|
|
614
|
-
"tag": "react-native-windows-codegen_v0.0.7",
|
|
615
|
-
"version": "0.0.7",
|
|
616
|
-
"comments": {
|
|
617
|
-
"patch": [
|
|
618
|
-
{
|
|
619
|
-
"comment": "Upgrade React Native to 3/22 Nightly Build",
|
|
620
|
-
"author": "ngerlem@microsoft.com",
|
|
621
|
-
"commit": "0727ffcb907673749ddbf43e7a7c0922957c9e82",
|
|
622
|
-
"package": "react-native-windows-codegen"
|
|
623
|
-
}
|
|
624
|
-
]
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"date": "Sun, 07 Jun 2020 00:05:23 GMT",
|
|
629
|
-
"tag": "react-native-windows-codegen_v0.0.6",
|
|
630
|
-
"version": "0.0.6",
|
|
631
|
-
"comments": {
|
|
632
|
-
"patch": [
|
|
633
|
-
{
|
|
634
|
-
"comment": "Update template gen to use mustache",
|
|
635
|
-
"author": "dannyvv@microsoft.com",
|
|
636
|
-
"commit": "1e39e42bc448117c4e981b41c7acdfd29f01417c",
|
|
637
|
-
"package": "react-native-windows-codegen"
|
|
638
|
-
}
|
|
639
|
-
]
|
|
640
|
-
}
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"date": "Sat, 23 May 2020 00:04:45 GMT",
|
|
644
|
-
"tag": "react-native-windows-codegen_v0.0.5",
|
|
645
|
-
"version": "0.0.5",
|
|
646
|
-
"comments": {
|
|
647
|
-
"patch": [
|
|
648
|
-
{
|
|
649
|
-
"comment": "Include React namespace in more places",
|
|
650
|
-
"author": "acoates@microsoft.com",
|
|
651
|
-
"commit": "8dcf516f91d33a1a54818363f84e91b1b0da5e9b",
|
|
652
|
-
"package": "react-native-windows-codegen"
|
|
653
|
-
}
|
|
654
|
-
]
|
|
655
|
-
}
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"date": "Thu, 30 Apr 2020 00:04:27 GMT",
|
|
659
|
-
"tag": "react-native-windows-codegen_v0.0.4",
|
|
660
|
-
"version": "0.0.4",
|
|
661
|
-
"comments": {
|
|
662
|
-
"patch": [
|
|
663
|
-
{
|
|
664
|
-
"comment": "Update tscodegen to version based on 0.62",
|
|
665
|
-
"author": "acoates@microsoft.com",
|
|
666
|
-
"commit": "36ca14d11d0ff8029664d5e77f6b434111c9a6db",
|
|
667
|
-
"package": "react-native-windows-codegen"
|
|
668
|
-
}
|
|
669
|
-
]
|
|
670
|
-
}
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"date": "Fri, 24 Apr 2020 00:04:41 GMT",
|
|
674
|
-
"tag": "react-native-windows-codegen_v0.0.3",
|
|
675
|
-
"version": "0.0.3",
|
|
676
|
-
"comments": {
|
|
677
|
-
"patch": [
|
|
678
|
-
{
|
|
679
|
-
"comment": "Add files option",
|
|
680
|
-
"author": "acoates@microsoft.com",
|
|
681
|
-
"commit": "a5deb259266022af61129b636f84e3e81eaf46da",
|
|
682
|
-
"package": "react-native-windows-codegen"
|
|
683
|
-
}
|
|
684
|
-
]
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"date": "Thu, 23 Apr 2020 00:04:37 GMT",
|
|
689
|
-
"tag": "react-native-windows-codegen_v0.0.2",
|
|
690
|
-
"version": "0.0.2",
|
|
691
|
-
"comments": {
|
|
692
|
-
"patch": [
|
|
693
|
-
{
|
|
694
|
-
"comment": "Initial react-native-windows-codegen",
|
|
695
|
-
"author": "acoates@microsoft.com",
|
|
696
|
-
"commit": "dcccb2c4d84ff530de5a80ac7e947c3287dff5ab",
|
|
697
|
-
"package": "react-native-windows-codegen"
|
|
698
|
-
}
|
|
699
|
-
]
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
]
|
|
703
|
-
}
|