react-native-windows-init 0.1.43 → 0.80.6
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/README.md +2 -0
- package/bin.js +4 -3
- package/lib-commonjs/Cli.d.ts +80 -7
- package/lib-commonjs/Cli.js +482 -395
- package/lib-commonjs/Cli.js.map +1 -1
- package/lib-commonjs/GenerateWindowsType.d.ts +9 -9
- package/lib-commonjs/GenerateWindowsType.js +8 -8
- package/lib-commonjs/GenerateWindowsType.js.map +1 -1
- package/lib-commonjs/e2etest/cli.test.d.ts +7 -0
- package/lib-commonjs/e2etest/cli.test.js +69 -0
- package/lib-commonjs/e2etest/cli.test.js.map +1 -0
- package/lib-commonjs/requireGenerateWindows.d.ts +12 -12
- package/lib-commonjs/requireGenerateWindows.js +28 -28
- package/lib-commonjs/requireGenerateWindows.js.map +1 -1
- package/package.json +46 -30
- package/CHANGELOG.json +0 -661
- package/CHANGELOG.md +0 -306
package/CHANGELOG.md
DELETED
|
@@ -1,306 +0,0 @@
|
|
|
1
|
-
# Change Log - react-native-windows-init
|
|
2
|
-
|
|
3
|
-
This log was last generated on Tue, 05 Jan 2021 05:06:04 GMT and should not be manually modified.
|
|
4
|
-
|
|
5
|
-
<!-- Start content -->
|
|
6
|
-
|
|
7
|
-
## 0.1.43
|
|
8
|
-
|
|
9
|
-
Tue, 05 Jan 2021 05:06:04 GMT
|
|
10
|
-
|
|
11
|
-
### Patches
|
|
12
|
-
|
|
13
|
-
- Rework error reporting/telemetry to only log the minimal amount of data (asklar@microsoft.com)
|
|
14
|
-
|
|
15
|
-
## 0.1.42
|
|
16
|
-
|
|
17
|
-
Tue, 08 Dec 2020 03:20:37 GMT
|
|
18
|
-
|
|
19
|
-
### Patches
|
|
20
|
-
|
|
21
|
-
- Allow unreleased RNW versions with react-native-windows-init --useDevMode (ngerlem@microsoft.com)
|
|
22
|
-
|
|
23
|
-
## 0.1.41
|
|
24
|
-
|
|
25
|
-
Fri, 04 Dec 2020 00:10:06 GMT
|
|
26
|
-
|
|
27
|
-
### Patches
|
|
28
|
-
|
|
29
|
-
- Force republish (ngerlem@microsoft.com)
|
|
30
|
-
|
|
31
|
-
## 0.1.40
|
|
32
|
-
|
|
33
|
-
Thu, 03 Dec 2020 21:43:48 GMT
|
|
34
|
-
|
|
35
|
-
### Patches
|
|
36
|
-
|
|
37
|
-
- Update cli telemetry defaults (jthysell@microsoft.com)
|
|
38
|
-
|
|
39
|
-
## 0.1.38
|
|
40
|
-
|
|
41
|
-
Tue, 01 Dec 2020 05:05:07 GMT
|
|
42
|
-
|
|
43
|
-
### Patches
|
|
44
|
-
|
|
45
|
-
- Use strings for telem exit codes (ngerlem@microsoft.com)
|
|
46
|
-
|
|
47
|
-
## 0.1.37
|
|
48
|
-
|
|
49
|
-
Tue, 24 Nov 2020 05:08:17 GMT
|
|
50
|
-
|
|
51
|
-
### Patches
|
|
52
|
-
|
|
53
|
-
- Add more eslint rules (ngerlem@microsoft.com)
|
|
54
|
-
|
|
55
|
-
## 0.1.35
|
|
56
|
-
|
|
57
|
-
Thu, 12 Nov 2020 05:05:57 GMT
|
|
58
|
-
|
|
59
|
-
### Patches
|
|
60
|
-
|
|
61
|
-
- Disable telemetry in other CI systems (asklar@microsoft.com)
|
|
62
|
-
|
|
63
|
-
## 0.1.34
|
|
64
|
-
|
|
65
|
-
Wed, 11 Nov 2020 05:05:29 GMT
|
|
66
|
-
|
|
67
|
-
### Patches
|
|
68
|
-
|
|
69
|
-
- Don't initialize AppInsights when passing no-telemetry (asklar@microsoft.com)
|
|
70
|
-
|
|
71
|
-
## 0.1.33
|
|
72
|
-
|
|
73
|
-
Sat, 07 Nov 2020 05:04:58 GMT
|
|
74
|
-
|
|
75
|
-
### Patches
|
|
76
|
-
|
|
77
|
-
- Fix Bundling With "react-native-windows-init --useDevMode" (ngerlem@microsoft.com)
|
|
78
|
-
|
|
79
|
-
## 0.1.32
|
|
80
|
-
|
|
81
|
-
Thu, 05 Nov 2020 05:05:45 GMT
|
|
82
|
-
|
|
83
|
-
### Patches
|
|
84
|
-
|
|
85
|
-
- Add telemetry to react-native-windows CLI (asklar@microsoft.com)
|
|
86
|
-
|
|
87
|
-
## 0.1.31
|
|
88
|
-
|
|
89
|
-
Thu, 29 Oct 2020 05:05:49 GMT
|
|
90
|
-
|
|
91
|
-
### Patches
|
|
92
|
-
|
|
93
|
-
- Allow Hermes to be used in C++ projects without modifying source code (ngerlem@microsoft.com)
|
|
94
|
-
|
|
95
|
-
## 0.1.30
|
|
96
|
-
|
|
97
|
-
Thu, 01 Oct 2020 05:08:11 GMT
|
|
98
|
-
|
|
99
|
-
### Patches
|
|
100
|
-
|
|
101
|
-
- ESLint Fixup (ngerlem@microsoft.com)
|
|
102
|
-
|
|
103
|
-
## 0.1.29
|
|
104
|
-
|
|
105
|
-
Thu, 24 Sep 2020 05:06:21 GMT
|
|
106
|
-
|
|
107
|
-
### Patches
|
|
108
|
-
|
|
109
|
-
- Zero-Config Tests for CLI, react-native-windows-init, react-native-windows-codegen (ngerlem@microsoft.com)
|
|
110
|
-
|
|
111
|
-
## 0.1.28
|
|
112
|
-
|
|
113
|
-
Mon, 21 Sep 2020 05:06:22 GMT
|
|
114
|
-
|
|
115
|
-
### Patches
|
|
116
|
-
|
|
117
|
-
- Fixup eslint config (ngerlem@microsoft.com)
|
|
118
|
-
|
|
119
|
-
## 0.1.27
|
|
120
|
-
|
|
121
|
-
Sat, 19 Sep 2020 05:05:08 GMT
|
|
122
|
-
|
|
123
|
-
### Patches
|
|
124
|
-
|
|
125
|
-
- Adding new native module template support to react-native-windows-init (jthysell@microsoft.com)
|
|
126
|
-
|
|
127
|
-
## 0.1.26
|
|
128
|
-
|
|
129
|
-
Mon, 14 Sep 2020 22:03:37 GMT
|
|
130
|
-
|
|
131
|
-
### Patches
|
|
132
|
-
|
|
133
|
-
- Reconcile package versions (ngerlem@microsoft.com)
|
|
134
|
-
|
|
135
|
-
## 0.1.22
|
|
136
|
-
|
|
137
|
-
Fri, 31 Jul 2020 05:05:10 GMT
|
|
138
|
-
|
|
139
|
-
### Patches
|
|
140
|
-
|
|
141
|
-
- Fix devmode for react-native-windows-init to add the package to packages.config as well (dannyvv@microsoft.com)
|
|
142
|
-
|
|
143
|
-
## 0.1.21
|
|
144
|
-
|
|
145
|
-
Tue, 28 Jul 2020 05:06:13 GMT
|
|
146
|
-
|
|
147
|
-
### Patches
|
|
148
|
-
|
|
149
|
-
- Separate local-cli into its own package (ngerlem@microsoft.com)
|
|
150
|
-
|
|
151
|
-
## 0.1.19
|
|
152
|
-
|
|
153
|
-
Wed, 08 Jul 2020 01:27:37 GMT
|
|
154
|
-
|
|
155
|
-
### Patches
|
|
156
|
-
|
|
157
|
-
- Rever to new experimentalNuGetDependency Naming (ngerlem@microsoft.com)
|
|
158
|
-
|
|
159
|
-
## 0.1.19-0
|
|
160
|
-
|
|
161
|
-
Tue, 07 Jul 2020 05:05:23 GMT
|
|
162
|
-
|
|
163
|
-
### Changes
|
|
164
|
-
|
|
165
|
-
- Enable experimental usage of Microsoft.ReactNative.Managed as a nuget package (dannyvv@microsoft.com)
|
|
166
|
-
|
|
167
|
-
## 0.1.17
|
|
168
|
-
|
|
169
|
-
Fri, 03 Jul 2020 05:05:03 GMT
|
|
170
|
-
|
|
171
|
-
### Patches
|
|
172
|
-
|
|
173
|
-
- Replace Custom Generator Prompt With Inquirer (ngerlem@microsoft.com)
|
|
174
|
-
|
|
175
|
-
## 0.1.16
|
|
176
|
-
|
|
177
|
-
Wed, 01 Jul 2020 05:06:19 GMT
|
|
178
|
-
|
|
179
|
-
### Patches
|
|
180
|
-
|
|
181
|
-
- Share eslint and Typescript configs across packages (ngerlem@microsoft.com)
|
|
182
|
-
- Migrate the local-cli to TypeScript (ngerlem@microsoft.com)
|
|
183
|
-
- Fix a few more casing typos (dannyvv@microsoft.com)
|
|
184
|
-
|
|
185
|
-
## 0.1.15
|
|
186
|
-
|
|
187
|
-
Sun, 28 Jun 2020 05:04:51 GMT
|
|
188
|
-
|
|
189
|
-
### Patches
|
|
190
|
-
|
|
191
|
-
- Fix casing typos in NuGet and MSBuild (dannyvv@microsoft.com)
|
|
192
|
-
|
|
193
|
-
## 0.1.14
|
|
194
|
-
|
|
195
|
-
Fri, 26 Jun 2020 23:59:27 GMT
|
|
196
|
-
|
|
197
|
-
### Patches
|
|
198
|
-
|
|
199
|
-
- Upgrade React Native to 3/22 Nightly Build (ngerlem@microsoft.com)
|
|
200
|
-
|
|
201
|
-
## 0.1.13
|
|
202
|
-
|
|
203
|
-
Thu, 25 Jun 2020 14:32:50 GMT
|
|
204
|
-
|
|
205
|
-
### Patches
|
|
206
|
-
|
|
207
|
-
- make cli strict and pass true to trailing bool param (asklar@microsoft.com)
|
|
208
|
-
|
|
209
|
-
## 0.1.12
|
|
210
|
-
|
|
211
|
-
Wed, 24 Jun 2020 11:51:11 GMT
|
|
212
|
-
|
|
213
|
-
### Patches
|
|
214
|
-
|
|
215
|
-
- Fix issue running react-native-windows-init with yarn (acoates@microsoft.com)
|
|
216
|
-
|
|
217
|
-
## 0.1.11
|
|
218
|
-
|
|
219
|
-
Wed, 24 Jun 2020 00:07:20 GMT
|
|
220
|
-
|
|
221
|
-
### Patches
|
|
222
|
-
|
|
223
|
-
- Prevent --useWinUI3 and --experimentalNugetDependency from being used at the same time in react-native-windows-init (dannyvv@microsoft.com)
|
|
224
|
-
|
|
225
|
-
## 0.1.10
|
|
226
|
-
|
|
227
|
-
Fri, 19 Jun 2020 00:07:58 GMT
|
|
228
|
-
|
|
229
|
-
### Patches
|
|
230
|
-
|
|
231
|
-
- This change is only intended for developers working on react-native-windows, it is not intended for end-developers 'using' react-native-windows. (dannyvv@microsoft.com)
|
|
232
|
-
|
|
233
|
-
## 0.1.9
|
|
234
|
-
|
|
235
|
-
Fri, 12 Jun 2020 00:33:44 GMT
|
|
236
|
-
|
|
237
|
-
### Patches
|
|
238
|
-
|
|
239
|
-
- Fix support for `--namespace` on react-native-windows init for cpp (dannyvv@microsoft.com)
|
|
240
|
-
|
|
241
|
-
## 0.1.8
|
|
242
|
-
|
|
243
|
-
Sun, 07 Jun 2020 00:05:23 GMT
|
|
244
|
-
|
|
245
|
-
### Patches
|
|
246
|
-
|
|
247
|
-
- Update template gen to use mustache (dannyvv@microsoft.com)
|
|
248
|
-
|
|
249
|
-
## 0.1.7
|
|
250
|
-
|
|
251
|
-
Fri, 15 May 2020 00:04:44 GMT
|
|
252
|
-
|
|
253
|
-
### Patches
|
|
254
|
-
|
|
255
|
-
- winui3 option for app project template (asklar@microsoft.com)
|
|
256
|
-
|
|
257
|
-
## 0.1.6
|
|
258
|
-
|
|
259
|
-
Wed, 06 May 2020 00:05:03 GMT
|
|
260
|
-
|
|
261
|
-
### Patches
|
|
262
|
-
|
|
263
|
-
- Support --version file:<path> for running init against local changes (acoates@microsoft.com)
|
|
264
|
-
|
|
265
|
-
## 0.1.5
|
|
266
|
-
|
|
267
|
-
Wed, 22 Apr 2020 00:04:29 GMT
|
|
268
|
-
|
|
269
|
-
### Patches
|
|
270
|
-
|
|
271
|
-
- Fix react-native-windows-init to work with tags (@master) (acoates@microsoft.com)
|
|
272
|
-
|
|
273
|
-
## 0.1.4
|
|
274
|
-
|
|
275
|
-
Tue, 07 Apr 2020 18:46:38 GMT
|
|
276
|
-
|
|
277
|
-
### Patches
|
|
278
|
-
|
|
279
|
-
- Show version of react-native-windows that was installed (acoates@microsoft.com)
|
|
280
|
-
|
|
281
|
-
## 0.1.3
|
|
282
|
-
|
|
283
|
-
Fri, 03 Apr 2020 22:20:34 GMT
|
|
284
|
-
|
|
285
|
-
### Patches
|
|
286
|
-
|
|
287
|
-
- Add flag for future template generation (acoates@microsoft.com)
|
|
288
|
-
|
|
289
|
-
## 0.1.2
|
|
290
|
-
Wed, 01 Apr 2020 05:12:32 GMT
|
|
291
|
-
|
|
292
|
-
### Patches
|
|
293
|
-
|
|
294
|
-
- Fix version parameter (acoates@microsoft.com)
|
|
295
|
-
## 0.1.1
|
|
296
|
-
Thu, 26 Mar 2020 20:40:43 GMT
|
|
297
|
-
|
|
298
|
-
### Patches
|
|
299
|
-
|
|
300
|
-
- Provide better feedback when RN version has no matching RNW version (acoates@microsoft.com)
|
|
301
|
-
## 0.1.0
|
|
302
|
-
Wed, 25 Mar 2020 22:34:17 GMT
|
|
303
|
-
|
|
304
|
-
### Minor changes
|
|
305
|
-
|
|
306
|
-
- Initial creation of react-native-windows-init package (acoates@microsoft.com)
|