@rnx-kit/cli 0.16.21 → 0.16.23
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/lib/bundle/hermes.js +14 -6
- package/package.json +21 -10
- package/src/bundle/hermes.ts +18 -8
- package/CHANGELOG.md +0 -1659
- package/coverage/clover.xml +0 -323
- package/coverage/coverage-final.json +0 -8
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -131
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/src/bundle/defaultPlugins.ts.html +0 -133
- package/coverage/lcov-report/src/bundle/index.html +0 -161
- package/coverage/lcov-report/src/bundle/kit-config.ts.html +0 -328
- package/coverage/lcov-report/src/bundle/metro.ts.html +0 -283
- package/coverage/lcov-report/src/bundle/overrides.ts.html +0 -238
- package/coverage/lcov-report/src/copy-assets.ts.html +0 -1720
- package/coverage/lcov-report/src/index.html +0 -146
- package/coverage/lcov-report/src/metro-config.ts.html +0 -709
- package/coverage/lcov-report/src/test.ts.html +0 -496
- package/coverage/lcov.info +0 -605
- package/eslint.config.js +0 -1
- package/lib/align-deps.d.ts.map +0 -1
- package/lib/align-deps.js.map +0 -1
- package/lib/bundle/cliOptions.d.ts.map +0 -1
- package/lib/bundle/cliOptions.js.map +0 -1
- package/lib/bundle/defaultPlugins.d.ts.map +0 -1
- package/lib/bundle/defaultPlugins.js.map +0 -1
- package/lib/bundle/hermes.d.ts.map +0 -1
- package/lib/bundle/hermes.js.map +0 -1
- package/lib/bundle/kit-config.d.ts.map +0 -1
- package/lib/bundle/kit-config.js.map +0 -1
- package/lib/bundle/metro.d.ts.map +0 -1
- package/lib/bundle/metro.js.map +0 -1
- package/lib/bundle/overrides.d.ts.map +0 -1
- package/lib/bundle/overrides.js.map +0 -1
- package/lib/bundle/types.d.ts.map +0 -1
- package/lib/bundle/types.js.map +0 -1
- package/lib/bundle.d.ts.map +0 -1
- package/lib/bundle.js.map +0 -1
- package/lib/clean.d.ts.map +0 -1
- package/lib/clean.js.map +0 -1
- package/lib/copy-assets.d.ts.map +0 -1
- package/lib/copy-assets.js.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js.map +0 -1
- package/lib/metro-config.d.ts.map +0 -1
- package/lib/metro-config.js.map +0 -1
- package/lib/parsers.d.ts.map +0 -1
- package/lib/parsers.js.map +0 -1
- package/lib/ram-bundle.d.ts.map +0 -1
- package/lib/ram-bundle.js.map +0 -1
- package/lib/serve/external.d.ts.map +0 -1
- package/lib/serve/external.js.map +0 -1
- package/lib/serve/help.d.ts.map +0 -1
- package/lib/serve/help.js.map +0 -1
- package/lib/serve/keyboard.d.ts.map +0 -1
- package/lib/serve/keyboard.js.map +0 -1
- package/lib/serve/kit-config.d.ts.map +0 -1
- package/lib/serve/kit-config.js.map +0 -1
- package/lib/serve/types.d.ts.map +0 -1
- package/lib/serve/types.js.map +0 -1
- package/lib/start.d.ts.map +0 -1
- package/lib/start.js.map +0 -1
- package/lib/test.d.ts.map +0 -1
- package/lib/test.js.map +0 -1
- package/lib/write-third-party-notices.d.ts.map +0 -1
- package/lib/write-third-party-notices.js.map +0 -1
- package/test/__mocks__/child_process.js +0 -5
- package/test/__mocks__/fs-extra.js +0 -20
- package/test/__mocks__/fs.js +0 -1
- package/test/bundle/__mocks__/@rnx-kit/config.js +0 -14
- package/test/bundle/__mocks__/@rnx-kit/console.js +0 -1
- package/test/bundle/__mocks__/@rnx-kit/metro-service.js +0 -1
- package/test/bundle/kit-config.test.ts +0 -160
- package/test/bundle/metro.test.ts +0 -78
- package/test/bundle/overrides.test.ts +0 -85
- package/test/copy-assets/assembleAarBundle.test.ts +0 -313
- package/test/copy-assets/copyAssets.test.ts +0 -122
- package/test/metro-config.test.ts +0 -206
- package/test/test.test.ts +0 -11
- package/tsconfig.json +0 -4
package/CHANGELOG.md
DELETED
|
@@ -1,1659 +0,0 @@
|
|
|
1
|
-
# Change Log - @rnx-kit/cli
|
|
2
|
-
|
|
3
|
-
## 0.16.21
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 2ee99d42: Replace `find-up` with `@rnx-kit/tools-node`
|
|
8
|
-
- Updated dependencies [2ee99d42]
|
|
9
|
-
- @rnx-kit/tools-node@2.1.1
|
|
10
|
-
|
|
11
|
-
## 0.16.20
|
|
12
|
-
|
|
13
|
-
### Patch Changes
|
|
14
|
-
|
|
15
|
-
- 6e06c61f: Don't throw if Jest is not installed
|
|
16
|
-
|
|
17
|
-
## 0.16.19
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- 45939377: Export `react-native.config.js` for simpler forwarding
|
|
22
|
-
- Updated dependencies [9d7a2dfc]
|
|
23
|
-
- @rnx-kit/metro-serializer@1.0.14
|
|
24
|
-
|
|
25
|
-
## 0.16.18
|
|
26
|
-
|
|
27
|
-
### Patch Changes
|
|
28
|
-
|
|
29
|
-
- 2885f73c: Ensure correct Metro dependencies are used by traversing the dependency chain starting from `react-native`
|
|
30
|
-
- Updated dependencies [2885f73c]
|
|
31
|
-
- @rnx-kit/metro-serializer-esbuild@0.1.31
|
|
32
|
-
- @rnx-kit/metro-serializer@1.0.13
|
|
33
|
-
- @rnx-kit/metro-service@3.1.5
|
|
34
|
-
- @rnx-kit/tools-react-native@1.3.4
|
|
35
|
-
|
|
36
|
-
## 0.16.17
|
|
37
|
-
|
|
38
|
-
### Patch Changes
|
|
39
|
-
|
|
40
|
-
- f1668f4d: Pass minify option to metro-serializer-esbuild
|
|
41
|
-
- 839ba0e3: Allow Hermes to be run post-bundle
|
|
42
|
-
- Updated dependencies [839ba0e3]
|
|
43
|
-
- @rnx-kit/config@0.6.6
|
|
44
|
-
|
|
45
|
-
## 0.16.16
|
|
46
|
-
|
|
47
|
-
### Patch Changes
|
|
48
|
-
|
|
49
|
-
- 55756581: Resolve correct `@react-native-community/cli-clean` instance through `react-native`
|
|
50
|
-
- b231d457: Synced latest changes from upstream: https://github.com/facebook/react-native/commit/982f6f99d43b21b3a81d3388591934d6f83afa63
|
|
51
|
-
- Updated dependencies [55756581]
|
|
52
|
-
- Updated dependencies [55756581]
|
|
53
|
-
- @rnx-kit/tools-node@2.1.0
|
|
54
|
-
- @rnx-kit/metro-service@3.1.4
|
|
55
|
-
|
|
56
|
-
## 0.16.15
|
|
57
|
-
|
|
58
|
-
### Patch Changes
|
|
59
|
-
|
|
60
|
-
- 8ba65d6f: Use `node-fetch` only as fallback when current Node version doesn't implement Fetch API
|
|
61
|
-
- Updated dependencies [c9e7641b]
|
|
62
|
-
- Updated dependencies [8ba65d6f]
|
|
63
|
-
- @rnx-kit/metro-service@3.1.3
|
|
64
|
-
|
|
65
|
-
## 0.16.14
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
68
|
-
|
|
69
|
-
- 39f0a3b2: Fix help message not showing on startup (and add preliminary support for 0.73)
|
|
70
|
-
- d9f6c50a: Ensure dependencies are correctly declared
|
|
71
|
-
- Updated dependencies [39f0a3b2]
|
|
72
|
-
- Updated dependencies [52e032e2]
|
|
73
|
-
- Updated dependencies [d9f6c50a]
|
|
74
|
-
- @rnx-kit/metro-service@3.1.2
|
|
75
|
-
- @rnx-kit/metro-serializer-esbuild@0.1.29
|
|
76
|
-
|
|
77
|
-
## 0.16.13
|
|
78
|
-
|
|
79
|
-
### Patch Changes
|
|
80
|
-
|
|
81
|
-
- 67525429: Put a fresh coat of paint on CLI's menu/help message
|
|
82
|
-
|
|
83
|
-
## 0.16.12
|
|
84
|
-
|
|
85
|
-
### Patch Changes
|
|
86
|
-
|
|
87
|
-
- 39deedd8: Bump dependencies to handle `@react-native-community/cli-plugin-metro` -> `@react-native/community-cli-plugin`
|
|
88
|
-
- Updated dependencies [d8f53ed7]
|
|
89
|
-
- Updated dependencies [7f152115]
|
|
90
|
-
- Updated dependencies [1bc772cc]
|
|
91
|
-
- Updated dependencies [11e8e546]
|
|
92
|
-
- Updated dependencies [1c2725b8]
|
|
93
|
-
- @rnx-kit/metro-serializer-esbuild@0.1.28
|
|
94
|
-
- @rnx-kit/tools-react-native@1.3.2
|
|
95
|
-
- @rnx-kit/metro-service@3.1.1
|
|
96
|
-
- @rnx-kit/metro-plugin-typescript@0.4.4
|
|
97
|
-
|
|
98
|
-
## 0.16.11
|
|
99
|
-
|
|
100
|
-
### Patch Changes
|
|
101
|
-
|
|
102
|
-
- 6da44cd3: Warn if `projectRoot` may be misconfigured
|
|
103
|
-
- Updated dependencies [18c757ba]
|
|
104
|
-
- Updated dependencies [513efaab]
|
|
105
|
-
- Updated dependencies [2edf436c]
|
|
106
|
-
- Updated dependencies [e4c560b3]
|
|
107
|
-
- Updated dependencies [6da44cd3]
|
|
108
|
-
- Updated dependencies [6d05950b]
|
|
109
|
-
- @rnx-kit/metro-service@3.1.0
|
|
110
|
-
- @rnx-kit/metro-serializer-esbuild@0.1.27
|
|
111
|
-
- @rnx-kit/metro-serializer@1.0.12
|
|
112
|
-
- @rnx-kit/third-party-notices@1.3.4
|
|
113
|
-
|
|
114
|
-
## 0.16.10
|
|
115
|
-
|
|
116
|
-
### Patch Changes
|
|
117
|
-
|
|
118
|
-
- 0b842c78: Fix `rnx-test` command not accepting any arguments when using Jest 29.2+
|
|
119
|
-
|
|
120
|
-
## 0.16.9
|
|
121
|
-
|
|
122
|
-
### Patch Changes
|
|
123
|
-
|
|
124
|
-
- 3db06445: Refactor `copy-assets` command to rely less on async fs functions
|
|
125
|
-
- 828ca15e: Add Kotlin plugin to `copy-assets` command
|
|
126
|
-
|
|
127
|
-
## 0.16.8
|
|
128
|
-
|
|
129
|
-
### Patch Changes
|
|
130
|
-
|
|
131
|
-
- f1dfcf6b: Inline helper functions
|
|
132
|
-
- Updated dependencies [f1dfcf6b]
|
|
133
|
-
- Updated dependencies [f1dfcf6b]
|
|
134
|
-
- Updated dependencies [f1dfcf6b]
|
|
135
|
-
- @rnx-kit/metro-service@3.0.4
|
|
136
|
-
- @rnx-kit/tools-language@2.0.0
|
|
137
|
-
- @rnx-kit/tools-node@2.0.0
|
|
138
|
-
- @rnx-kit/align-deps@2.2.2
|
|
139
|
-
- @rnx-kit/config@0.6.2
|
|
140
|
-
- @rnx-kit/metro-plugin-cyclic-dependencies-detector@1.1.1
|
|
141
|
-
- @rnx-kit/metro-plugin-duplicates-checker@2.1.1
|
|
142
|
-
- @rnx-kit/metro-plugin-typescript@0.4.1
|
|
143
|
-
- @rnx-kit/metro-serializer-esbuild@0.1.22
|
|
144
|
-
- @rnx-kit/third-party-notices@1.3.3
|
|
145
|
-
- @rnx-kit/tools-react-native@1.3.1
|
|
146
|
-
|
|
147
|
-
## 0.16.7
|
|
148
|
-
|
|
149
|
-
### Patch Changes
|
|
150
|
-
|
|
151
|
-
- a98b0421: Declare support for Jest 29
|
|
152
|
-
|
|
153
|
-
## 0.16.6
|
|
154
|
-
|
|
155
|
-
### Patch Changes
|
|
156
|
-
|
|
157
|
-
- 5fbc30dc: Add `--id` flag to `rnx-start`
|
|
158
|
-
|
|
159
|
-
## 0.16.5
|
|
160
|
-
|
|
161
|
-
### Patch Changes
|
|
162
|
-
|
|
163
|
-
- Updated dependencies [3e699d3a]
|
|
164
|
-
- Updated dependencies [bd96118a]
|
|
165
|
-
- Updated dependencies [4d3bcfbd]
|
|
166
|
-
- @rnx-kit/metro-plugin-typescript@0.4.0
|
|
167
|
-
- @rnx-kit/align-deps@2.2.1
|
|
168
|
-
|
|
169
|
-
## 0.16.4
|
|
170
|
-
|
|
171
|
-
### Patch Changes
|
|
172
|
-
|
|
173
|
-
- 5730d24d: Forward build options to `metro-serializer-esbuild`
|
|
174
|
-
|
|
175
|
-
## 0.16.3
|
|
176
|
-
|
|
177
|
-
### Patch Changes
|
|
178
|
-
|
|
179
|
-
- 172a7b7f: Add help support and enter for newlines to rnx-start
|
|
180
|
-
- Updated dependencies [d4059e0b]
|
|
181
|
-
- @rnx-kit/align-deps@2.1.4
|
|
182
|
-
|
|
183
|
-
## 0.16.2
|
|
184
|
-
|
|
185
|
-
### Patch Changes
|
|
186
|
-
|
|
187
|
-
- 341d2847: Resolve `@react-native-community/cli-server-api` starting from `react-native` to avoid relying on hoisting
|
|
188
|
-
|
|
189
|
-
## 0.16.1
|
|
190
|
-
|
|
191
|
-
### Patch Changes
|
|
192
|
-
|
|
193
|
-
- 8b761802: Increase supported version range of `@react-native-community/cli-server-api`
|
|
194
|
-
- Updated dependencies [20d81d18]
|
|
195
|
-
- @rnx-kit/third-party-notices@1.3.0
|
|
196
|
-
|
|
197
|
-
## 0.16.0
|
|
198
|
-
|
|
199
|
-
### Minor Changes
|
|
200
|
-
|
|
201
|
-
- d8d0cf37: Add new `plugins` option
|
|
202
|
-
|
|
203
|
-
### Patch Changes
|
|
204
|
-
|
|
205
|
-
- Updated dependencies [d8d0cf37]
|
|
206
|
-
- Updated dependencies [d8d0cf37]
|
|
207
|
-
- @rnx-kit/config@0.6.0
|
|
208
|
-
- @rnx-kit/metro-plugin-cyclic-dependencies-detector@1.1.0
|
|
209
|
-
- @rnx-kit/metro-plugin-duplicates-checker@2.1.0
|
|
210
|
-
- @rnx-kit/metro-plugin-typescript@0.3.0
|
|
211
|
-
|
|
212
|
-
## 0.15.4
|
|
213
|
-
|
|
214
|
-
### Patch Changes
|
|
215
|
-
|
|
216
|
-
- 909b3d0d: Fix broken bundle when `dev=true` `treeShake=true`
|
|
217
|
-
- Updated dependencies [e1a215d0]
|
|
218
|
-
- @rnx-kit/metro-serializer-esbuild@0.1.18
|
|
219
|
-
|
|
220
|
-
## 0.15.3
|
|
221
|
-
|
|
222
|
-
### Patch Changes
|
|
223
|
-
|
|
224
|
-
- Updated dependencies [f01bdef6]
|
|
225
|
-
- @rnx-kit/metro-plugin-typescript@0.2.0
|
|
226
|
-
|
|
227
|
-
## 0.15.2
|
|
228
|
-
|
|
229
|
-
### Patch Changes
|
|
230
|
-
|
|
231
|
-
- 2f0c782e: Extract TypeScript plugin to a separate package
|
|
232
|
-
- Updated dependencies [2f0c782e]
|
|
233
|
-
- @rnx-kit/metro-plugin-typescript@0.1.0
|
|
234
|
-
|
|
235
|
-
## 0.15.1
|
|
236
|
-
|
|
237
|
-
### Patch Changes
|
|
238
|
-
|
|
239
|
-
- Updated dependencies [94aeb460]
|
|
240
|
-
- @rnx-kit/typescript-react-native-resolver@0.3.0
|
|
241
|
-
|
|
242
|
-
## 0.15.0
|
|
243
|
-
|
|
244
|
-
### Minor Changes
|
|
245
|
-
|
|
246
|
-
- d563e22f: Migrate from `@rnx-kit/dep-check` to `@rnx-kit/align-deps`
|
|
247
|
-
|
|
248
|
-
## 0.14.10
|
|
249
|
-
|
|
250
|
-
### Patch Changes
|
|
251
|
-
|
|
252
|
-
- 80f823df: Fail gracefully if `jest-cli` is not installed (part 2)
|
|
253
|
-
- Updated dependencies [c14e998e]
|
|
254
|
-
- Updated dependencies [a5810bb8]
|
|
255
|
-
- @rnx-kit/dep-check@1.13.5
|
|
256
|
-
- @rnx-kit/tools-language@1.4.1
|
|
257
|
-
|
|
258
|
-
## 0.14.9
|
|
259
|
-
|
|
260
|
-
### Patch Changes
|
|
261
|
-
|
|
262
|
-
- 496a6f4a: Add `keysOf` to `@rnx-kit/tools-language`, a type-safe wrapper around `Object.keys`
|
|
263
|
-
- Updated dependencies [34b83032]
|
|
264
|
-
- Updated dependencies [bdeda331]
|
|
265
|
-
- Updated dependencies [496a6f4a]
|
|
266
|
-
- @rnx-kit/dep-check@1.13.4
|
|
267
|
-
- @rnx-kit/tools-language@1.4.0
|
|
268
|
-
|
|
269
|
-
## 0.14.8
|
|
270
|
-
|
|
271
|
-
### Patch Changes
|
|
272
|
-
|
|
273
|
-
- 659a4423: Fail gracefully if `jest-cli` is not installed
|
|
274
|
-
|
|
275
|
-
## 0.14.7
|
|
276
|
-
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- 6d48c95c: Fix Windows compatability and a minor security issue.
|
|
280
|
-
|
|
281
|
-
## 0.14.6
|
|
282
|
-
|
|
283
|
-
### Patch Changes
|
|
284
|
-
|
|
285
|
-
- 94c95d81: Fixed CLI not parsing numbers correctly
|
|
286
|
-
|
|
287
|
-
## 0.14.5
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- d7150595: Add support for "Random Access Module" bundle format
|
|
292
|
-
- Updated dependencies [d7150595]
|
|
293
|
-
- @rnx-kit/config@0.5.2
|
|
294
|
-
- @rnx-kit/metro-service@3.0.2
|
|
295
|
-
|
|
296
|
-
## 0.14.4
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [32480303]
|
|
301
|
-
- @rnx-kit/metro-plugin-duplicates-checker@2.0.0
|
|
302
|
-
|
|
303
|
-
## 0.14.3
|
|
304
|
-
|
|
305
|
-
### Patch Changes
|
|
306
|
-
|
|
307
|
-
- c067c1be: Allow specifying multiple packages on command line
|
|
308
|
-
|
|
309
|
-
## 0.14.2
|
|
310
|
-
|
|
311
|
-
### Patch Changes
|
|
312
|
-
|
|
313
|
-
- Updated dependencies [93dda3ab]
|
|
314
|
-
- @rnx-kit/metro-service@3.0.0
|
|
315
|
-
|
|
316
|
-
## 0.14.1
|
|
317
|
-
|
|
318
|
-
### Patch Changes
|
|
319
|
-
|
|
320
|
-
- 80333120: Fixed tree shaking not being enabled unless `--tree-shake` is specified
|
|
321
|
-
|
|
322
|
-
## 0.14.0
|
|
323
|
-
|
|
324
|
-
### Minor Changes
|
|
325
|
-
|
|
326
|
-
- e2535866: # Breaking Changes
|
|
327
|
-
|
|
328
|
-
## Command-Line: align parameter names with @react-native-community/cli
|
|
329
|
-
|
|
330
|
-
Add, rename, and remove command-line parameters in @rnx-kit/cli to fully align
|
|
331
|
-
with the well-known names used in @react-native-community/cli. This change will
|
|
332
|
-
pairs with similar changes in @rnx-kit/config.
|
|
333
|
-
|
|
334
|
-
In doing this, we'll be making it easier for developers to migrate to using our
|
|
335
|
-
config/cli combination, and our cli will become a "drop in" replacement
|
|
336
|
-
@react-native-community/cli. The longer-term goal is to upstream our work into
|
|
337
|
-
the community CLI, but until it is proven and accepted, we will continue to
|
|
338
|
-
maintain our wrapper commands.
|
|
339
|
-
|
|
340
|
-
### `rnx-bundle` parameteters
|
|
341
|
-
|
|
342
|
-
Add:
|
|
343
|
-
|
|
344
|
-
- --bundle-output
|
|
345
|
-
- --sourcemap-use-absolute-path
|
|
346
|
-
- --unstable-transform-profile
|
|
347
|
-
|
|
348
|
-
Remove:
|
|
349
|
-
|
|
350
|
-
- --bundle-prefix
|
|
351
|
-
- --dist-path
|
|
352
|
-
|
|
353
|
-
Rename:
|
|
354
|
-
|
|
355
|
-
- --entry-path -> --entry-file
|
|
356
|
-
- --assets-path -> --assets-dest
|
|
357
|
-
|
|
358
|
-
### `rnx-start` parameters
|
|
359
|
-
|
|
360
|
-
Rename:
|
|
361
|
-
|
|
362
|
-
- --project-root -> --projectRoot
|
|
363
|
-
- --watch-folders -> --watchFolders
|
|
364
|
-
- --asset-plugins -> --assetPlugins
|
|
365
|
-
- --source-exts -> --sourceExts
|
|
366
|
-
|
|
367
|
-
## Zero configuration required
|
|
368
|
-
|
|
369
|
-
The bundler and bundle-server no longer require rnx-kit configuration to run.
|
|
370
|
-
This makes it possible to "upgrade" to @rnx-kit/cli by only changing the command
|
|
371
|
-
name:
|
|
372
|
-
|
|
373
|
-
- `react-native bundle` -> `react-native rnx-bundle`
|
|
374
|
-
- `react-native start` -> `react-native rnx-start`
|
|
375
|
-
|
|
376
|
-
## Default configuration
|
|
377
|
-
|
|
378
|
-
This release moves configuration defaults from @rnx-kit/config to the CLI. The
|
|
379
|
-
CLI expresses our opinionated view of how config should be interpreted.
|
|
380
|
-
|
|
381
|
-
The following defaults now apply when running `rnx-bundle` and `rnx-start`:
|
|
382
|
-
|
|
383
|
-
- --entry-file / entryFile: "index.js"
|
|
384
|
-
- --bundle-output / bundleOutput: "index.<`platform`>.bundle" (Windows,
|
|
385
|
-
Android), or "index.<`platform`>.jsbundle" (iOS, MacOS)
|
|
386
|
-
- detectCyclicDependencies: `true` (config only)
|
|
387
|
-
- detectDuplicateDependencies: `true` (config only)
|
|
388
|
-
- typescriptValidation: `true` (config only)
|
|
389
|
-
- --tree-shake / treeShake: `false`
|
|
390
|
-
- --sourcemap-use-absolute-path / sourcemapUseAbsolutePath: `false` (bundling
|
|
391
|
-
only)
|
|
392
|
-
|
|
393
|
-
**NOTE**: Defaults are only used when the corresponding fields are missing from
|
|
394
|
-
both configuration and the command-line.
|
|
395
|
-
|
|
396
|
-
In addition to these defaults, `rnx-start` will use `bundle` configuration when
|
|
397
|
-
`server` configuration is not present, ensuring that by default, you are serving
|
|
398
|
-
the same way you are bundling. If both both are missing, then the above baseline
|
|
399
|
-
defaults are used.
|
|
400
|
-
|
|
401
|
-
## `rnx-bundle`: source-map changes
|
|
402
|
-
|
|
403
|
-
The bundling code used to force the creation of a source-map file when in dev
|
|
404
|
-
mode (--dev true). This is inconsistent with how @react-native-community/cli
|
|
405
|
-
works, so it has been removed.
|
|
406
|
-
|
|
407
|
-
Further, `rnx-bundle` now supports `--sourcemap-use-absolute-path` with a
|
|
408
|
-
default value of `false`. This aligns with the @react-native-community/cli
|
|
409
|
-
behavior, and is a breaking change because it causes `sourcemapOutput` to be
|
|
410
|
-
stripped of any path info, leaving only the name of the source-map file.
|
|
411
|
-
|
|
412
|
-
## Drop support for deprecated `rnx-bundle` parameter --experimental-tree-shake
|
|
413
|
-
|
|
414
|
-
This parameters was marked deprecated in a previous release, and though it was
|
|
415
|
-
still supported, it emitted a warning when used.
|
|
416
|
-
|
|
417
|
-
All support has now been dropped. The replacement parameter is `--tree-shake`.
|
|
418
|
-
|
|
419
|
-
### Patch Changes
|
|
420
|
-
|
|
421
|
-
- Updated dependencies [e2535866]
|
|
422
|
-
- Updated dependencies [e2535866]
|
|
423
|
-
- @rnx-kit/metro-service@2.0.0
|
|
424
|
-
- @rnx-kit/config@0.5.0
|
|
425
|
-
|
|
426
|
-
## 0.12.7
|
|
427
|
-
|
|
428
|
-
### Patch Changes
|
|
429
|
-
|
|
430
|
-
- 569a099: Bump @rnx-kit/tools-node to v1.2.7
|
|
431
|
-
|
|
432
|
-
## 0.12.6
|
|
433
|
-
|
|
434
|
-
### Patch Changes
|
|
435
|
-
|
|
436
|
-
- f5d91ef: rnx-copy-assets: exit if encountering an error
|
|
437
|
-
|
|
438
|
-
## 0.12.5
|
|
439
|
-
|
|
440
|
-
### Patch Changes
|
|
441
|
-
|
|
442
|
-
- 20e4518: When doing typescript validation during bundling, ignore non-TS projects rather than failing.
|
|
443
|
-
|
|
444
|
-
## 0.12.4
|
|
445
|
-
|
|
446
|
-
### Patch Changes
|
|
447
|
-
|
|
448
|
-
- b864d94: Add support for `@react-native-community/cli` 7.0.3
|
|
449
|
-
|
|
450
|
-
## 0.12.3
|
|
451
|
-
|
|
452
|
-
### Patch Changes
|
|
453
|
-
|
|
454
|
-
- 9921b7a: test: don't require `package.json` directly as it may not be exported
|
|
455
|
-
- 9921b7a: copy-assets: Allow assembling arbitrary modules
|
|
456
|
-
|
|
457
|
-
## 0.12.2
|
|
458
|
-
|
|
459
|
-
### Patch Changes
|
|
460
|
-
|
|
461
|
-
- e352f4c: Transition tree shaking from experimental to production. Deprecate experimental config/cmdline props, while still supporting them for this major version. They will be removed on the next major version bump. Update documentation and tests.
|
|
462
|
-
- 32eab87: Avoid `fs/promises` to be compatible with Node 12
|
|
463
|
-
|
|
464
|
-
## 0.12.1
|
|
465
|
-
|
|
466
|
-
### Patch Changes
|
|
467
|
-
|
|
468
|
-
- d3e2877: Fix `copy-assets` failing to resolve dependencies
|
|
469
|
-
|
|
470
|
-
## 0.12.0
|
|
471
|
-
|
|
472
|
-
### Minor Changes
|
|
473
|
-
|
|
474
|
-
- d9e63f0: Add a command, `rnx-copy-assets`, to copy assets that are not referenced from JS. Usually, Metro copies imported assets for you, but sometimes you need additional files if they are only accessed from native modules.
|
|
475
|
-
|
|
476
|
-
### Patch Changes
|
|
477
|
-
|
|
478
|
-
- Updated dependencies [d9e63f0]
|
|
479
|
-
- @rnx-kit/tools-language@1.3.0
|
|
480
|
-
|
|
481
|
-
## 0.11.2
|
|
482
|
-
|
|
483
|
-
### Patch Changes
|
|
484
|
-
|
|
485
|
-
- b1dfbe3: `rnx-clean` has been upstreamed to `@react-native-community/cli`. Print a warning if `cli-clean` can be found.
|
|
486
|
-
|
|
487
|
-
## 0.11.1
|
|
488
|
-
|
|
489
|
-
### Patch Changes
|
|
490
|
-
|
|
491
|
-
- a1f0417: `rnx-clean`: Make cache integrity verification optional
|
|
492
|
-
|
|
493
|
-
## 0.11.0
|
|
494
|
-
|
|
495
|
-
### Minor Changes
|
|
496
|
-
|
|
497
|
-
- 2036ac7: Added Generic rnxClean script.This is responsible for clearing all react native related caches.
|
|
498
|
-
|
|
499
|
-
### Patch Changes
|
|
500
|
-
|
|
501
|
-
- 6f659dd: Fix `rnx-clean` not clearing Gradle cache on Windows
|
|
502
|
-
- 6f659dd: Use `os.tmpdir()` instead of relying on an environment variable
|
|
503
|
-
- 6f659dd: Integrate `ora` to make the output of `rnx-clean` prettier
|
|
504
|
-
- 6f659dd: `pod cache clean` only needs to be run once
|
|
505
|
-
- c15102f: Fix "watchman::CommandValidationError: failed to validate command: unknown command watchman-del-all" when running `rnx-clean`
|
|
506
|
-
- Updated dependencies [f385a26]
|
|
507
|
-
- Updated dependencies [868be32]
|
|
508
|
-
- Updated dependencies [d10f4b0]
|
|
509
|
-
- @rnx-kit/dep-check@1.12.0
|
|
510
|
-
|
|
511
|
-
## 0.10.0
|
|
512
|
-
|
|
513
|
-
### Minor Changes
|
|
514
|
-
|
|
515
|
-
- fa7ef12: Added command to show QR code. This QR code can be scanned in React Native Test App to load the bundle from the dev server, eliminating the need to manually configure the bundler address.
|
|
516
|
-
|
|
517
|
-
### Patch Changes
|
|
518
|
-
|
|
519
|
-
- Updated dependencies [a50e4a3]
|
|
520
|
-
- Updated dependencies [adf6feb]
|
|
521
|
-
- @rnx-kit/metro-serializer-esbuild@0.1.0
|
|
522
|
-
- @rnx-kit/tools-react-native@1.2.0
|
|
523
|
-
|
|
524
|
-
## 0.9.58
|
|
525
|
-
|
|
526
|
-
### Patch Changes
|
|
527
|
-
|
|
528
|
-
- Updated dependencies [28f632a]
|
|
529
|
-
- @rnx-kit/typescript-react-native-resolver@0.2.0
|
|
530
|
-
|
|
531
|
-
## 0.9.57
|
|
532
|
-
|
|
533
|
-
### Patch Changes
|
|
534
|
-
|
|
535
|
-
- bea8385: Keep .d.ts files in the list when opening a TypeScript project.
|
|
536
|
-
|
|
537
|
-
## 0.9.56
|
|
538
|
-
|
|
539
|
-
### Patch Changes
|
|
540
|
-
|
|
541
|
-
- 51bc530: Scope Metro type-checking to files that TypeScript views as source code (ignore transpiled files).
|
|
542
|
-
|
|
543
|
-
## 0.9.55
|
|
544
|
-
|
|
545
|
-
### Patch Changes
|
|
546
|
-
|
|
547
|
-
- d4c21eb: Update the CLI to support type-checking across many projects in a monorepo. Further, when bundling, fail on type errors. On serving, print type errors but continue without failure.
|
|
548
|
-
|
|
549
|
-
## 0.9.54
|
|
550
|
-
|
|
551
|
-
Tue, 30 Nov 2021 17:24:14 GMT
|
|
552
|
-
|
|
553
|
-
### Patches
|
|
554
|
-
|
|
555
|
-
- Bump @rnx-kit/config to v0.4.21
|
|
556
|
-
- Bump @rnx-kit/console to v1.0.11
|
|
557
|
-
- Bump @rnx-kit/dep-check to v1.9.5
|
|
558
|
-
- Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.21
|
|
559
|
-
- Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.15
|
|
560
|
-
- Bump @rnx-kit/metro-serializer to v1.0.11
|
|
561
|
-
- Bump @rnx-kit/metro-serializer-esbuild to v0.0.23
|
|
562
|
-
- Bump @rnx-kit/metro-service to v1.1.13
|
|
563
|
-
- Bump @rnx-kit/third-party-notices to v1.2.13
|
|
564
|
-
- Bump @rnx-kit/tools-language to v1.2.6
|
|
565
|
-
- Bump @rnx-kit/tools-node to v1.2.6
|
|
566
|
-
- Bump @rnx-kit/tools-react-native to v1.0.10
|
|
567
|
-
- Bump @rnx-kit/typescript-react-native-resolver to v0.1.3
|
|
568
|
-
- Bump @rnx-kit/typescript-service to v1.5.3
|
|
569
|
-
|
|
570
|
-
## 0.9.53
|
|
571
|
-
|
|
572
|
-
Fri, 19 Nov 2021 16:08:47 GMT
|
|
573
|
-
|
|
574
|
-
### Patches
|
|
575
|
-
|
|
576
|
-
- Bump @rnx-kit/typescript-react-native-resolver to v0.1.2
|
|
577
|
-
- Bump @rnx-kit/typescript-service to v1.5.2
|
|
578
|
-
|
|
579
|
-
## 0.9.52
|
|
580
|
-
|
|
581
|
-
Thu, 18 Nov 2021 20:51:04 GMT
|
|
582
|
-
|
|
583
|
-
### Patches
|
|
584
|
-
|
|
585
|
-
- Bump @rnx-kit/config to v0.4.20
|
|
586
|
-
- Bump @rnx-kit/console to v1.0.10
|
|
587
|
-
- Bump @rnx-kit/dep-check to v1.9.4
|
|
588
|
-
- Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.20
|
|
589
|
-
- Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.14
|
|
590
|
-
- Bump @rnx-kit/metro-serializer to v1.0.10
|
|
591
|
-
- Bump @rnx-kit/metro-serializer-esbuild to v0.0.22
|
|
592
|
-
- Bump @rnx-kit/metro-service to v1.1.12
|
|
593
|
-
- Bump @rnx-kit/third-party-notices to v1.2.12
|
|
594
|
-
- Bump @rnx-kit/tools-language to v1.2.5
|
|
595
|
-
- Bump @rnx-kit/tools-node to v1.2.5
|
|
596
|
-
- Bump @rnx-kit/tools-react-native to v1.0.9
|
|
597
|
-
- Bump @rnx-kit/typescript-react-native-resolver to v0.1.1
|
|
598
|
-
- Bump @rnx-kit/typescript-service to v1.5.1
|
|
599
|
-
|
|
600
|
-
## 0.9.51
|
|
601
|
-
|
|
602
|
-
Tue, 16 Nov 2021 14:33:15 GMT
|
|
603
|
-
|
|
604
|
-
### Patches
|
|
605
|
-
|
|
606
|
-
- Bump @rnx-kit/dep-check to v1.9.3
|
|
607
|
-
|
|
608
|
-
## 0.9.50
|
|
609
|
-
|
|
610
|
-
Mon, 15 Nov 2021 12:33:07 GMT
|
|
611
|
-
|
|
612
|
-
### Patches
|
|
613
|
-
|
|
614
|
-
- Bump @rnx-kit/dep-check to v1.9.2
|
|
615
|
-
|
|
616
|
-
## 0.9.49
|
|
617
|
-
|
|
618
|
-
Fri, 12 Nov 2021 13:04:39 GMT
|
|
619
|
-
|
|
620
|
-
### Patches
|
|
621
|
-
|
|
622
|
-
- Bump @rnx-kit/dep-check to v1.9.1
|
|
623
|
-
|
|
624
|
-
## 0.9.48
|
|
625
|
-
|
|
626
|
-
Thu, 11 Nov 2021 17:49:21 GMT
|
|
627
|
-
|
|
628
|
-
### Patches
|
|
629
|
-
|
|
630
|
-
- Bump @rnx-kit/dep-check to v1.9.0
|
|
631
|
-
|
|
632
|
-
## 0.9.47
|
|
633
|
-
|
|
634
|
-
Tue, 09 Nov 2021 21:11:31 GMT
|
|
635
|
-
|
|
636
|
-
### Patches
|
|
637
|
-
|
|
638
|
-
- Update the CLI's Metro/TS integration to use the new, generalized resolver in @rnx-kit/typescript-react-native-resolver. Remove the unneeded "default" resolver. (afoxman@microsoft.com)
|
|
639
|
-
- Bump @rnx-kit/typescript-react-native-resolver to v0.1.0
|
|
640
|
-
- Bump @rnx-kit/typescript-service to v1.5.0
|
|
641
|
-
|
|
642
|
-
## 0.9.46
|
|
643
|
-
|
|
644
|
-
Mon, 08 Nov 2021 10:20:15 GMT
|
|
645
|
-
|
|
646
|
-
### Patches
|
|
647
|
-
|
|
648
|
-
- Default value for `projectRoot` overrides value in Metro config (4123478+tido64@users.noreply.github.com)
|
|
649
|
-
- Bump @rnx-kit/config to v0.4.19
|
|
650
|
-
- Bump @rnx-kit/dep-check to v1.8.18
|
|
651
|
-
|
|
652
|
-
## 0.9.45
|
|
653
|
-
|
|
654
|
-
Fri, 05 Nov 2021 19:24:49 GMT
|
|
655
|
-
|
|
656
|
-
### Patches
|
|
657
|
-
|
|
658
|
-
- Bump @rnx-kit/config to v0.4.18
|
|
659
|
-
- Bump @rnx-kit/console to v1.0.9
|
|
660
|
-
- Bump @rnx-kit/dep-check to v1.8.17
|
|
661
|
-
- Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.19
|
|
662
|
-
- Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.13
|
|
663
|
-
- Bump @rnx-kit/metro-serializer to v1.0.9
|
|
664
|
-
- Bump @rnx-kit/metro-serializer-esbuild to v0.0.21
|
|
665
|
-
- Bump @rnx-kit/metro-service to v1.1.11
|
|
666
|
-
- Bump @rnx-kit/third-party-notices to v1.2.11
|
|
667
|
-
- Bump @rnx-kit/tools-language to v1.2.4
|
|
668
|
-
- Bump @rnx-kit/tools-node to v1.2.4
|
|
669
|
-
- Bump @rnx-kit/tools-react-native to v1.0.8
|
|
670
|
-
- Bump @rnx-kit/typescript-service to v1.4.3
|
|
671
|
-
|
|
672
|
-
## 0.9.44
|
|
673
|
-
|
|
674
|
-
Fri, 05 Nov 2021 07:33:42 GMT
|
|
675
|
-
|
|
676
|
-
### Patches
|
|
677
|
-
|
|
678
|
-
- Bump @rnx-kit/config to v0.4.17
|
|
679
|
-
- Bump @rnx-kit/console to v1.0.8
|
|
680
|
-
- Bump @rnx-kit/dep-check to v1.8.16
|
|
681
|
-
- Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.18
|
|
682
|
-
- Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.12
|
|
683
|
-
- Bump @rnx-kit/metro-serializer to v1.0.8
|
|
684
|
-
- Bump @rnx-kit/metro-serializer-esbuild to v0.0.20
|
|
685
|
-
- Bump @rnx-kit/metro-service to v1.1.10
|
|
686
|
-
- Bump @rnx-kit/third-party-notices to v1.2.10
|
|
687
|
-
- Bump @rnx-kit/tools-language to v1.2.3
|
|
688
|
-
- Bump @rnx-kit/tools-node to v1.2.3
|
|
689
|
-
- Bump @rnx-kit/tools-react-native to v1.0.7
|
|
690
|
-
- Bump @rnx-kit/typescript-service to v1.4.2
|
|
691
|
-
|
|
692
|
-
## 0.9.43
|
|
693
|
-
|
|
694
|
-
Wed, 03 Nov 2021 18:15:39 GMT
|
|
695
|
-
|
|
696
|
-
### Patches
|
|
697
|
-
|
|
698
|
-
- Bump @rnx-kit/config to v0.4.16
|
|
699
|
-
- Bump @rnx-kit/console to v1.0.7
|
|
700
|
-
- Bump @rnx-kit/dep-check to v1.8.15
|
|
701
|
-
- Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.17
|
|
702
|
-
- Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.11
|
|
703
|
-
- Bump @rnx-kit/metro-serializer to v1.0.7
|
|
704
|
-
- Bump @rnx-kit/metro-serializer-esbuild to v0.0.19
|
|
705
|
-
- Bump @rnx-kit/metro-service to v1.1.9
|
|
706
|
-
- Bump @rnx-kit/third-party-notices to v1.2.9
|
|
707
|
-
- Bump @rnx-kit/tools-language to v1.2.2
|
|
708
|
-
- Bump @rnx-kit/tools-node to v1.2.2
|
|
709
|
-
- Bump @rnx-kit/tools-react-native to v1.0.6
|
|
710
|
-
- Bump @rnx-kit/typescript-service to v1.4.1
|
|
711
|
-
|
|
712
|
-
## 0.9.42
|
|
713
|
-
|
|
714
|
-
Mon, 01 Nov 2021 15:07:43 GMT
|
|
715
|
-
|
|
716
|
-
### Patches
|
|
717
|
-
|
|
718
|
-
- Update the CLI, adjusting it to use the new typescript-service package. (afoxman@microsoft.com)
|
|
719
|
-
- Bump @rnx-kit/typescript-service to v1.4.0
|
|
720
|
-
|
|
721
|
-
## 0.9.41
|
|
722
|
-
|
|
723
|
-
Mon, 01 Nov 2021 13:46:12 GMT
|
|
724
|
-
|
|
725
|
-
### Patches
|
|
726
|
-
|
|
727
|
-
- Normalize main and types fields across all packages which use them. (afoxman@microsoft.com)
|
|
728
|
-
- Bump @rnx-kit/config to v0.4.15
|
|
729
|
-
- Bump @rnx-kit/console to v1.0.6
|
|
730
|
-
- Bump @rnx-kit/dep-check to v1.8.14
|
|
731
|
-
- Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.16
|
|
732
|
-
- Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.10
|
|
733
|
-
- Bump @rnx-kit/metro-serializer to v1.0.6
|
|
734
|
-
- Bump @rnx-kit/metro-serializer-esbuild to v0.0.18
|
|
735
|
-
- Bump @rnx-kit/metro-service to v1.1.8
|
|
736
|
-
- Bump @rnx-kit/third-party-notices to v1.2.8
|
|
737
|
-
- Bump @rnx-kit/tools-language to v1.2.1
|
|
738
|
-
- Bump @rnx-kit/tools-node to v1.2.1
|
|
739
|
-
- Bump @rnx-kit/tools-react-native to v1.0.5
|
|
740
|
-
- Bump @rnx-kit/typescript-service to v1.3.10
|
|
741
|
-
|
|
742
|
-
## 0.9.40
|
|
743
|
-
|
|
744
|
-
Sat, 30 Oct 2021 07:50:51 GMT
|
|
745
|
-
|
|
746
|
-
### Patches
|
|
747
|
-
|
|
748
|
-
- Bump @rnx-kit/config to v0.4.14
|
|
749
|
-
- Bump @rnx-kit/dep-check to v1.8.13
|
|
750
|
-
- Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.15
|
|
751
|
-
- Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.9
|
|
752
|
-
- Bump @rnx-kit/metro-service to v1.1.7
|
|
753
|
-
- Bump @rnx-kit/third-party-notices to v1.2.7
|
|
754
|
-
- Bump @rnx-kit/tools-language to v1.2.0
|
|
755
|
-
- Bump @rnx-kit/tools-node to v1.2.0
|
|
756
|
-
- Bump @rnx-kit/typescript-service to v1.3.9
|
|
757
|
-
|
|
758
|
-
## 0.9.39
|
|
759
|
-
|
|
760
|
-
Fri, 29 Oct 2021 14:13:32 GMT
|
|
761
|
-
|
|
762
|
-
### Patches
|
|
763
|
-
|
|
764
|
-
- Bump @rnx-kit/dep-check to v1.8.12
|
|
765
|
-
|
|
766
|
-
## 0.9.38
|
|
767
|
-
|
|
768
|
-
Fri, 29 Oct 2021 12:14:31 GMT
|
|
769
|
-
|
|
770
|
-
### Patches
|
|
771
|
-
|
|
772
|
-
- Bump @rnx-kit/config to v0.4.13
|
|
773
|
-
- Bump @rnx-kit/console to v1.0.5
|
|
774
|
-
- Bump @rnx-kit/dep-check to v1.8.11
|
|
775
|
-
- Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.14
|
|
776
|
-
- Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.8
|
|
777
|
-
- Bump @rnx-kit/metro-serializer to v1.0.5
|
|
778
|
-
- Bump @rnx-kit/metro-serializer-esbuild to v0.0.17
|
|
779
|
-
- Bump @rnx-kit/metro-service to v1.1.6
|
|
780
|
-
- Bump @rnx-kit/third-party-notices to v1.2.6
|
|
781
|
-
- Bump @rnx-kit/tools-language to v1.1.4
|
|
782
|
-
- Bump @rnx-kit/tools-node to v1.1.6
|
|
783
|
-
- Bump @rnx-kit/tools-react-native to v1.0.4
|
|
784
|
-
- Bump @rnx-kit/typescript-service to v1.3.8
|
|
785
|
-
|
|
786
|
-
## 0.9.37
|
|
787
|
-
|
|
788
|
-
Fri, 29 Oct 2021 10:31:10 GMT
|
|
789
|
-
|
|
790
|
-
### Patches
|
|
791
|
-
|
|
792
|
-
- Bump @rnx-kit/config to v0.4.12
|
|
793
|
-
- Bump @rnx-kit/console to v1.0.4
|
|
794
|
-
- Bump @rnx-kit/dep-check to v1.8.10
|
|
795
|
-
- Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.13
|
|
796
|
-
- Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.7
|
|
797
|
-
- Bump @rnx-kit/metro-serializer to v1.0.4
|
|
798
|
-
- Bump @rnx-kit/metro-serializer-esbuild to v0.0.16
|
|
799
|
-
- Bump @rnx-kit/metro-service to v1.1.5
|
|
800
|
-
- Bump @rnx-kit/third-party-notices to v1.2.5
|
|
801
|
-
- Bump @rnx-kit/tools-language to v1.1.3
|
|
802
|
-
- Bump @rnx-kit/tools-node to v1.1.5
|
|
803
|
-
- Bump @rnx-kit/tools-react-native to v1.0.3
|
|
804
|
-
- Bump @rnx-kit/typescript-service to v1.3.7
|
|
805
|
-
|
|
806
|
-
## 0.9.36
|
|
807
|
-
|
|
808
|
-
Fri, 29 Oct 2021 08:51:30 GMT
|
|
809
|
-
|
|
810
|
-
### Patches
|
|
811
|
-
|
|
812
|
-
- Bump @rnx-kit/config to v0.4.11
|
|
813
|
-
- Bump @rnx-kit/console to v1.0.3
|
|
814
|
-
- Bump @rnx-kit/dep-check to v1.8.9
|
|
815
|
-
- Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.12
|
|
816
|
-
- Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.6
|
|
817
|
-
- Bump @rnx-kit/metro-serializer to v1.0.3
|
|
818
|
-
- Bump @rnx-kit/metro-serializer-esbuild to v0.0.15
|
|
819
|
-
- Bump @rnx-kit/metro-service to v1.1.4
|
|
820
|
-
- Bump @rnx-kit/third-party-notices to v1.2.4
|
|
821
|
-
- Bump @rnx-kit/tools-language to v1.1.2
|
|
822
|
-
- Bump @rnx-kit/tools-node to v1.1.4
|
|
823
|
-
- Bump @rnx-kit/tools-react-native to v1.0.2
|
|
824
|
-
- Bump @rnx-kit/typescript-service to v1.3.6
|
|
825
|
-
|
|
826
|
-
## 0.9.35
|
|
827
|
-
|
|
828
|
-
Tue, 26 Oct 2021 17:22:16 GMT
|
|
829
|
-
|
|
830
|
-
### Patches
|
|
831
|
-
|
|
832
|
-
- Bump @rnx-kit/dep-check to v1.8.8
|
|
833
|
-
|
|
834
|
-
## 0.9.34
|
|
835
|
-
|
|
836
|
-
Thu, 14 Oct 2021 07:54:03 GMT
|
|
837
|
-
|
|
838
|
-
### Patches
|
|
839
|
-
|
|
840
|
-
- Bump @rnx-kit/dep-check to v1.8.7
|
|
841
|
-
|
|
842
|
-
## 0.9.33
|
|
843
|
-
|
|
844
|
-
Wed, 29 Sep 2021 11:02:41 GMT
|
|
845
|
-
|
|
846
|
-
### Patches
|
|
847
|
-
|
|
848
|
-
- Bump @rnx-kit/config to v0.4.10
|
|
849
|
-
- Bump @rnx-kit/dep-check to v1.8.6
|
|
850
|
-
|
|
851
|
-
## 0.9.32
|
|
852
|
-
|
|
853
|
-
Wed, 29 Sep 2021 09:09:11 GMT
|
|
854
|
-
|
|
855
|
-
### Patches
|
|
856
|
-
|
|
857
|
-
- Bump @rnx-kit/dep-check to v1.8.5
|
|
858
|
-
|
|
859
|
-
## 0.9.31
|
|
860
|
-
|
|
861
|
-
Mon, 27 Sep 2021 12:28:41 GMT
|
|
862
|
-
|
|
863
|
-
### Patches
|
|
864
|
-
|
|
865
|
-
- Bump @rnx-kit/config to v0.4.9
|
|
866
|
-
- Bump @rnx-kit/dep-check to v1.8.4
|
|
867
|
-
|
|
868
|
-
## 0.9.30
|
|
869
|
-
|
|
870
|
-
Mon, 27 Sep 2021 10:56:47 GMT
|
|
871
|
-
|
|
872
|
-
### Patches
|
|
873
|
-
|
|
874
|
-
- Bump @rnx-kit/config to v0.4.8
|
|
875
|
-
- Bump @rnx-kit/dep-check to v1.8.3
|
|
876
|
-
|
|
877
|
-
## 0.9.29
|
|
878
|
-
|
|
879
|
-
Tue, 14 Sep 2021 15:28:16 GMT
|
|
880
|
-
|
|
881
|
-
### Patches
|
|
882
|
-
|
|
883
|
-
- Bump @rnx-kit/cli to v0.9.29 (4123478+tido64@users.noreply.github.com)
|
|
884
|
-
|
|
885
|
-
## 0.9.28
|
|
886
|
-
|
|
887
|
-
Mon, 13 Sep 2021 18:43:23 GMT
|
|
888
|
-
|
|
889
|
-
### Patches
|
|
890
|
-
|
|
891
|
-
- Fix plugins cannot be disabled when bundling/serving (4123478+tido64@users.noreply.github.com)
|
|
892
|
-
|
|
893
|
-
## 0.9.27
|
|
894
|
-
|
|
895
|
-
Mon, 13 Sep 2021 17:38:26 GMT
|
|
896
|
-
|
|
897
|
-
### Patches
|
|
898
|
-
|
|
899
|
-
- Bump @rnx-kit/cli to v0.9.27 (4123478+tido64@users.noreply.github.com)
|
|
900
|
-
|
|
901
|
-
## 0.9.26
|
|
902
|
-
|
|
903
|
-
Wed, 08 Sep 2021 07:04:15 GMT
|
|
904
|
-
|
|
905
|
-
### Patches
|
|
906
|
-
|
|
907
|
-
- Bump @rnx-kit/cli to v0.9.26 (4123478+tido64@users.noreply.github.com)
|
|
908
|
-
|
|
909
|
-
## 0.9.25
|
|
910
|
-
|
|
911
|
-
Mon, 06 Sep 2021 06:57:59 GMT
|
|
912
|
-
|
|
913
|
-
### Patches
|
|
914
|
-
|
|
915
|
-
- Bump @rnx-kit/cli to v0.9.25 (4123478+tido64@users.noreply.github.com)
|
|
916
|
-
|
|
917
|
-
## 0.9.24
|
|
918
|
-
|
|
919
|
-
Fri, 03 Sep 2021 12:18:30 GMT
|
|
920
|
-
|
|
921
|
-
### Patches
|
|
922
|
-
|
|
923
|
-
- Bump @rnx-kit/cli to v0.9.24 (4123478+tido64@users.noreply.github.com)
|
|
924
|
-
|
|
925
|
-
## 0.9.23
|
|
926
|
-
|
|
927
|
-
Fri, 03 Sep 2021 09:49:28 GMT
|
|
928
|
-
|
|
929
|
-
### Patches
|
|
930
|
-
|
|
931
|
-
- Bump @rnx-kit/cli to v0.9.23 (4123478+tido64@users.noreply.github.com)
|
|
932
|
-
|
|
933
|
-
## 0.9.22
|
|
934
|
-
|
|
935
|
-
Tue, 31 Aug 2021 10:50:41 GMT
|
|
936
|
-
|
|
937
|
-
### Patches
|
|
938
|
-
|
|
939
|
-
- Bump @rnx-kit/cli to v0.9.22 (4123478+tido64@users.noreply.github.com)
|
|
940
|
-
|
|
941
|
-
## 0.9.21
|
|
942
|
-
|
|
943
|
-
Tue, 31 Aug 2021 06:43:13 GMT
|
|
944
|
-
|
|
945
|
-
### Patches
|
|
946
|
-
|
|
947
|
-
- Bump @rnx-kit/cli to v0.9.21 (4123478+tido64@users.noreply.github.com)
|
|
948
|
-
|
|
949
|
-
## 0.9.20
|
|
950
|
-
|
|
951
|
-
Fri, 27 Aug 2021 18:41:43 GMT
|
|
952
|
-
|
|
953
|
-
### Patches
|
|
954
|
-
|
|
955
|
-
- Bump @rnx-kit/cli to v0.9.20 (4123478+tido64@users.noreply.github.com)
|
|
956
|
-
|
|
957
|
-
## 0.9.19
|
|
958
|
-
|
|
959
|
-
Thu, 26 Aug 2021 17:24:29 GMT
|
|
960
|
-
|
|
961
|
-
### Patches
|
|
962
|
-
|
|
963
|
-
- Bump @rnx-kit/cli to v0.9.19 (dannyvv@microsoft.com)
|
|
964
|
-
|
|
965
|
-
## 0.9.18
|
|
966
|
-
|
|
967
|
-
Wed, 25 Aug 2021 08:52:48 GMT
|
|
968
|
-
|
|
969
|
-
### Patches
|
|
970
|
-
|
|
971
|
-
- Bump @rnx-kit/cli to v0.9.18 (afoxman@microsoft.com)
|
|
972
|
-
|
|
973
|
-
## 0.9.17
|
|
974
|
-
|
|
975
|
-
Wed, 25 Aug 2021 08:31:56 GMT
|
|
976
|
-
|
|
977
|
-
### Patches
|
|
978
|
-
|
|
979
|
-
- Make `@react-native-community/cli-server-api` optional. We want to prevent cli from installing an extra copy, and also not require the user to explicitly add it to their dependencies. Since we're running inside `@react-native-community/cli`, it is reasonable to assume that this package will be installed. And if it isn't, we need to update our code anyway. (4123478+tido64@users.noreply.github.com)
|
|
980
|
-
|
|
981
|
-
## 0.9.16
|
|
982
|
-
|
|
983
|
-
Wed, 25 Aug 2021 07:32:57 GMT
|
|
984
|
-
|
|
985
|
-
### Patches
|
|
986
|
-
|
|
987
|
-
- Create a new type to encapsulate everything needed for bundling. Use this as the main type for driving metro bundle runs in the rnxBundle loop. (afoxman@microsoft.com)
|
|
988
|
-
- Bump @rnx-kit/cli to v0.9.16 (afoxman@microsoft.com)
|
|
989
|
-
|
|
990
|
-
## 0.9.15
|
|
991
|
-
|
|
992
|
-
Tue, 24 Aug 2021 09:20:39 GMT
|
|
993
|
-
|
|
994
|
-
### Patches
|
|
995
|
-
|
|
996
|
-
- Combine all kit config retrieval under getKitBundleConfigs. Move "apply overrides" out of the config loop. When applying overrides, do it across all kit bundle configs, not just one at a time. (afoxman@microsoft.com)
|
|
997
|
-
|
|
998
|
-
## 0.9.14
|
|
999
|
-
|
|
1000
|
-
Tue, 24 Aug 2021 08:15:03 GMT
|
|
1001
|
-
|
|
1002
|
-
### Patches
|
|
1003
|
-
|
|
1004
|
-
- Create type KitBundleConfig which combines a platform and its bundle configuration. Update rnxBundle to build a set of these, and apply command-line overrides to each one. Add/update related tests. (afoxman@microsoft.com)
|
|
1005
|
-
|
|
1006
|
-
## 0.9.13
|
|
1007
|
-
|
|
1008
|
-
Mon, 23 Aug 2021 18:57:47 GMT
|
|
1009
|
-
|
|
1010
|
-
### Patches
|
|
1011
|
-
|
|
1012
|
-
- Fix type-checking on windows (afoxman@microsoft.com)
|
|
1013
|
-
|
|
1014
|
-
## 0.9.12
|
|
1015
|
-
|
|
1016
|
-
Mon, 23 Aug 2021 18:18:31 GMT
|
|
1017
|
-
|
|
1018
|
-
### Patches
|
|
1019
|
-
|
|
1020
|
-
- Fix targeting bug in bundle command (afoxman@microsoft.com)
|
|
1021
|
-
|
|
1022
|
-
## 0.9.11
|
|
1023
|
-
|
|
1024
|
-
Mon, 23 Aug 2021 17:40:48 GMT
|
|
1025
|
-
|
|
1026
|
-
### Patches
|
|
1027
|
-
|
|
1028
|
-
- Update serializer hook to do full TypeScript validation with platform override support as well as module-name substitution support (afoxman@microsoft.com)
|
|
1029
|
-
- Bump @rnx-kit/cli to v0.9.11 (afoxman@microsoft.com)
|
|
1030
|
-
|
|
1031
|
-
## 0.9.10
|
|
1032
|
-
|
|
1033
|
-
Mon, 23 Aug 2021 17:18:07 GMT
|
|
1034
|
-
|
|
1035
|
-
### Patches
|
|
1036
|
-
|
|
1037
|
-
- Bump @rnx-kit/cli to v0.9.10 (sverre.johansen@gmail.com)
|
|
1038
|
-
|
|
1039
|
-
## 0.9.9
|
|
1040
|
-
|
|
1041
|
-
Mon, 23 Aug 2021 08:49:21 GMT
|
|
1042
|
-
|
|
1043
|
-
### Patches
|
|
1044
|
-
|
|
1045
|
-
- `--experimental-tree-shake` shouldn't need extra config (4123478+tido64@users.noreply.github.com)
|
|
1046
|
-
|
|
1047
|
-
## 0.9.8
|
|
1048
|
-
|
|
1049
|
-
Sat, 21 Aug 2021 08:22:48 GMT
|
|
1050
|
-
|
|
1051
|
-
### Patches
|
|
1052
|
-
|
|
1053
|
-
- Integrate tools package and other common libraries throughout monorepo, removing custom code. (afoxman@microsoft.com)
|
|
1054
|
-
- Bump @rnx-kit/cli to v0.9.8 (afoxman@microsoft.com)
|
|
1055
|
-
|
|
1056
|
-
## 0.9.7
|
|
1057
|
-
|
|
1058
|
-
Fri, 20 Aug 2021 09:36:58 GMT
|
|
1059
|
-
|
|
1060
|
-
### Patches
|
|
1061
|
-
|
|
1062
|
-
- Fix `--experimental-tree-shake` not being applied correctly (4123478+tido64@users.noreply.github.com)
|
|
1063
|
-
- Bump @rnx-kit/cli to v0.9.7 (4123478+tido64@users.noreply.github.com)
|
|
1064
|
-
|
|
1065
|
-
## 0.9.6
|
|
1066
|
-
|
|
1067
|
-
Thu, 19 Aug 2021 07:59:20 GMT
|
|
1068
|
-
|
|
1069
|
-
### Patches
|
|
1070
|
-
|
|
1071
|
-
- Bump @rnx-kit/cli to v0.9.6 (4123478+tido64@users.noreply.github.com)
|
|
1072
|
-
|
|
1073
|
-
## 0.9.5
|
|
1074
|
-
|
|
1075
|
-
Wed, 18 Aug 2021 14:54:20 GMT
|
|
1076
|
-
|
|
1077
|
-
### Patches
|
|
1078
|
-
|
|
1079
|
-
- Allow apps to depend on a newer version of React Native than their dependencies declare support for via the `--loose` flag. (4123478+tido64@users.noreply.github.com)
|
|
1080
|
-
- Bump @rnx-kit/cli to v0.9.5 (4123478+tido64@users.noreply.github.com)
|
|
1081
|
-
|
|
1082
|
-
## 0.9.4
|
|
1083
|
-
|
|
1084
|
-
Tue, 17 Aug 2021 20:18:02 GMT
|
|
1085
|
-
|
|
1086
|
-
### Patches
|
|
1087
|
-
|
|
1088
|
-
- Fix `rnx-test` failing under Jest 27 (4123478+tido64@users.noreply.github.com)
|
|
1089
|
-
|
|
1090
|
-
## 0.9.3
|
|
1091
|
-
|
|
1092
|
-
Tue, 17 Aug 2021 09:36:56 GMT
|
|
1093
|
-
|
|
1094
|
-
### Patches
|
|
1095
|
-
|
|
1096
|
-
- Fix arguments not being properly forwarded to dep-check (4123478+tido64@users.noreply.github.com)
|
|
1097
|
-
- Bump @rnx-kit/cli to v0.9.3 (4123478+tido64@users.noreply.github.com)
|
|
1098
|
-
|
|
1099
|
-
## 0.9.2
|
|
1100
|
-
|
|
1101
|
-
Mon, 16 Aug 2021 14:17:13 GMT
|
|
1102
|
-
|
|
1103
|
-
### Patches
|
|
1104
|
-
|
|
1105
|
-
- Bump @rnx-kit/console to 1.0.2 (4123478+tido64@users.noreply.github.com)
|
|
1106
|
-
|
|
1107
|
-
## 0.9.1
|
|
1108
|
-
|
|
1109
|
-
Fri, 13 Aug 2021 13:30:40 GMT
|
|
1110
|
-
|
|
1111
|
-
### Patches
|
|
1112
|
-
|
|
1113
|
-
- Bump @rnx-kit/cli to v0.9.1 (4123478+tido64@users.noreply.github.com)
|
|
1114
|
-
|
|
1115
|
-
## 0.9.0
|
|
1116
|
-
|
|
1117
|
-
Fri, 06 Aug 2021 22:07:45 GMT
|
|
1118
|
-
|
|
1119
|
-
### Minor changes
|
|
1120
|
-
|
|
1121
|
-
- Add `rnx-start` command to CLI. Update docs (afoxman@microsoft.com)
|
|
1122
|
-
- Bump @rnx-kit/cli to v0.9.0 (afoxman@microsoft.com)
|
|
1123
|
-
|
|
1124
|
-
## 0.8.0
|
|
1125
|
-
|
|
1126
|
-
Fri, 06 Aug 2021 18:23:09 GMT
|
|
1127
|
-
|
|
1128
|
-
### Minor changes
|
|
1129
|
-
|
|
1130
|
-
- Refactor bundle command, moving kit and metro config logic to separate files. Add failure when no target platform is given. Remove command-line props which have no effect. Remove Metro config validation as it isn't workable with all the props we override. Update Metro hook function to track one TS project per platform. Fix Metro hook function: incorrectly using modified to delete file from TS project. Change @rnx-kit dependencies to semver ranges. (afoxman@microsoft.com)
|
|
1131
|
-
|
|
1132
|
-
## 0.7.1
|
|
1133
|
-
|
|
1134
|
-
Fri, 06 Aug 2021 18:05:53 GMT
|
|
1135
|
-
|
|
1136
|
-
### Patches
|
|
1137
|
-
|
|
1138
|
-
- Bump @rnx-kit/cli to v0.7.1 (afoxman@microsoft.com)
|
|
1139
|
-
|
|
1140
|
-
## 0.7.0
|
|
1141
|
-
|
|
1142
|
-
Fri, 06 Aug 2021 17:50:49 GMT
|
|
1143
|
-
|
|
1144
|
-
### Minor changes
|
|
1145
|
-
|
|
1146
|
-
- Remove props which have no effect from bundle command. (afoxman@microsoft.com)
|
|
1147
|
-
- Bump @rnx-kit/cli to v0.7.0 (afoxman@microsoft.com)
|
|
1148
|
-
|
|
1149
|
-
## 0.6.8
|
|
1150
|
-
|
|
1151
|
-
Wed, 04 Aug 2021 10:08:23 GMT
|
|
1152
|
-
|
|
1153
|
-
### Patches
|
|
1154
|
-
|
|
1155
|
-
- Bump @rnx-kit/cli to v0.6.8 (4123478+tido64@users.noreply.github.com)
|
|
1156
|
-
|
|
1157
|
-
## 0.6.7
|
|
1158
|
-
|
|
1159
|
-
Mon, 02 Aug 2021 11:18:46 GMT
|
|
1160
|
-
|
|
1161
|
-
### Patches
|
|
1162
|
-
|
|
1163
|
-
- jest-cli allows passing argv directly to run() (4123478+tido64@users.noreply.github.com)
|
|
1164
|
-
- Bump @rnx-kit/cli to v0.6.7 (4123478+tido64@users.noreply.github.com)
|
|
1165
|
-
|
|
1166
|
-
## 0.6.6
|
|
1167
|
-
|
|
1168
|
-
Fri, 30 Jul 2021 18:00:51 GMT
|
|
1169
|
-
|
|
1170
|
-
### Patches
|
|
1171
|
-
|
|
1172
|
-
- Add JSON output format to `rnx-write-third-party-notices` (4123478+tido64@users.noreply.github.com)
|
|
1173
|
-
- Bump @rnx-kit/cli to v0.6.6 (4123478+tido64@users.noreply.github.com)
|
|
1174
|
-
|
|
1175
|
-
## 0.6.5
|
|
1176
|
-
|
|
1177
|
-
Thu, 29 Jul 2021 19:42:04 GMT
|
|
1178
|
-
|
|
1179
|
-
### Patches
|
|
1180
|
-
|
|
1181
|
-
- Add `rnx-test` command for running Jest with React Native platform awareness (4123478+tido64@users.noreply.github.com)
|
|
1182
|
-
- Bump @rnx-kit/cli to v0.6.5 (4123478+tido64@users.noreply.github.com)
|
|
1183
|
-
|
|
1184
|
-
## 0.6.4
|
|
1185
|
-
|
|
1186
|
-
Mon, 26 Jul 2021 15:59:59 GMT
|
|
1187
|
-
|
|
1188
|
-
### Patches
|
|
1189
|
-
|
|
1190
|
-
- Bump @rnx-kit/cli to v0.6.4 (4123478+tido64@users.noreply.github.com)
|
|
1191
|
-
|
|
1192
|
-
## 0.6.3
|
|
1193
|
-
|
|
1194
|
-
Thu, 22 Jul 2021 16:59:25 GMT
|
|
1195
|
-
|
|
1196
|
-
### Patches
|
|
1197
|
-
|
|
1198
|
-
- Bump @rnx-kit/cli to v0.6.3 (4123478+tido64@users.noreply.github.com)
|
|
1199
|
-
|
|
1200
|
-
## 0.6.2
|
|
1201
|
-
|
|
1202
|
-
Fri, 16 Jul 2021 21:45:40 GMT
|
|
1203
|
-
|
|
1204
|
-
### Patches
|
|
1205
|
-
|
|
1206
|
-
- Bump @rnx-kit/cli to v0.6.2 (4123478+tido64@users.noreply.github.com)
|
|
1207
|
-
|
|
1208
|
-
## 0.6.1
|
|
1209
|
-
|
|
1210
|
-
Tue, 13 Jul 2021 17:31:45 GMT
|
|
1211
|
-
|
|
1212
|
-
### Patches
|
|
1213
|
-
|
|
1214
|
-
- Bump @rnx-kit/cli to v0.6.1 (afoxman@microsoft.com)
|
|
1215
|
-
|
|
1216
|
-
## 0.6.0
|
|
1217
|
-
|
|
1218
|
-
Tue, 13 Jul 2021 17:03:23 GMT
|
|
1219
|
-
|
|
1220
|
-
### Minor changes
|
|
1221
|
-
|
|
1222
|
-
- Bump @rnx-kit/cli to v0.6.0 (afoxman@microsoft.com)
|
|
1223
|
-
|
|
1224
|
-
## 0.5.36
|
|
1225
|
-
|
|
1226
|
-
Tue, 13 Jul 2021 13:40:11 GMT
|
|
1227
|
-
|
|
1228
|
-
### Patches
|
|
1229
|
-
|
|
1230
|
-
- Bump @rnx-kit/cli to v0.5.36 (lsciandra@microsoft.com)
|
|
1231
|
-
|
|
1232
|
-
## 0.5.35
|
|
1233
|
-
|
|
1234
|
-
Mon, 12 Jul 2021 21:55:53 GMT
|
|
1235
|
-
|
|
1236
|
-
### Patches
|
|
1237
|
-
|
|
1238
|
-
- Bump @rnx-kit/cli to v0.5.35 (4123478+tido64@users.noreply.github.com)
|
|
1239
|
-
|
|
1240
|
-
## 0.5.34
|
|
1241
|
-
|
|
1242
|
-
Mon, 12 Jul 2021 17:30:15 GMT
|
|
1243
|
-
|
|
1244
|
-
### Patches
|
|
1245
|
-
|
|
1246
|
-
- Bump @rnx-kit/cli to v0.5.34 (4123478+tido64@users.noreply.github.com)
|
|
1247
|
-
|
|
1248
|
-
## 0.5.33
|
|
1249
|
-
|
|
1250
|
-
Mon, 12 Jul 2021 08:34:12 GMT
|
|
1251
|
-
|
|
1252
|
-
### Patches
|
|
1253
|
-
|
|
1254
|
-
- Bump @rnx-kit/cli to v0.5.33 (4123478+tido64@users.noreply.github.com)
|
|
1255
|
-
|
|
1256
|
-
## 0.5.32
|
|
1257
|
-
|
|
1258
|
-
Mon, 12 Jul 2021 07:51:46 GMT
|
|
1259
|
-
|
|
1260
|
-
### Patches
|
|
1261
|
-
|
|
1262
|
-
- Bump @rnx-kit/cli to v0.5.32 (afoxman@microsoft.com)
|
|
1263
|
-
|
|
1264
|
-
## 0.5.31
|
|
1265
|
-
|
|
1266
|
-
Fri, 09 Jul 2021 12:17:59 GMT
|
|
1267
|
-
|
|
1268
|
-
### Patches
|
|
1269
|
-
|
|
1270
|
-
- Bump @rnx-kit/cli to v0.5.31 (4123478+tido64@users.noreply.github.com)
|
|
1271
|
-
|
|
1272
|
-
## 0.5.30
|
|
1273
|
-
|
|
1274
|
-
Thu, 01 Jul 2021 13:59:39 GMT
|
|
1275
|
-
|
|
1276
|
-
### Patches
|
|
1277
|
-
|
|
1278
|
-
- Bump @rnx-kit/cli to v0.5.30 (4123478+tido64@users.noreply.github.com)
|
|
1279
|
-
|
|
1280
|
-
## 0.5.29
|
|
1281
|
-
|
|
1282
|
-
Tue, 29 Jun 2021 06:01:48 GMT
|
|
1283
|
-
|
|
1284
|
-
### Patches
|
|
1285
|
-
|
|
1286
|
-
- Bump @rnx-kit/cli to v0.5.29 (afoxman@microsoft.com)
|
|
1287
|
-
|
|
1288
|
-
## 0.5.28
|
|
1289
|
-
|
|
1290
|
-
Mon, 28 Jun 2021 14:19:44 GMT
|
|
1291
|
-
|
|
1292
|
-
### Patches
|
|
1293
|
-
|
|
1294
|
-
- Bump @rnx-kit/cli to v0.5.28 (4123478+tido64@users.noreply.github.com)
|
|
1295
|
-
|
|
1296
|
-
## 0.5.27
|
|
1297
|
-
|
|
1298
|
-
Fri, 25 Jun 2021 16:53:16 GMT
|
|
1299
|
-
|
|
1300
|
-
### Patches
|
|
1301
|
-
|
|
1302
|
-
- Bump @rnx-kit/cli to v0.5.27 (4123478+tido64@users.noreply.github.com)
|
|
1303
|
-
|
|
1304
|
-
## 0.5.26
|
|
1305
|
-
|
|
1306
|
-
Wed, 23 Jun 2021 17:54:11 GMT
|
|
1307
|
-
|
|
1308
|
-
### Patches
|
|
1309
|
-
|
|
1310
|
-
- Bump @rnx-kit/cli to v0.5.26 (4123478+tido64@users.noreply.github.com)
|
|
1311
|
-
|
|
1312
|
-
## 0.5.25
|
|
1313
|
-
|
|
1314
|
-
Tue, 22 Jun 2021 15:04:23 GMT
|
|
1315
|
-
|
|
1316
|
-
### Patches
|
|
1317
|
-
|
|
1318
|
-
- Bump @rnx-kit/cli to v0.5.25 (4123478+tido64@users.noreply.github.com)
|
|
1319
|
-
|
|
1320
|
-
## 0.5.24
|
|
1321
|
-
|
|
1322
|
-
Mon, 21 Jun 2021 17:32:05 GMT
|
|
1323
|
-
|
|
1324
|
-
### Patches
|
|
1325
|
-
|
|
1326
|
-
- Bump @rnx-kit/cli to v0.5.24 (4123478+tido64@users.noreply.github.com)
|
|
1327
|
-
|
|
1328
|
-
## 0.5.23
|
|
1329
|
-
|
|
1330
|
-
Mon, 21 Jun 2021 11:43:28 GMT
|
|
1331
|
-
|
|
1332
|
-
### Patches
|
|
1333
|
-
|
|
1334
|
-
- Bump @rnx-kit/cli to v0.5.23 (4123478+tido64@users.noreply.github.com)
|
|
1335
|
-
|
|
1336
|
-
## 0.5.22
|
|
1337
|
-
|
|
1338
|
-
Thu, 17 Jun 2021 06:05:20 GMT
|
|
1339
|
-
|
|
1340
|
-
### Patches
|
|
1341
|
-
|
|
1342
|
-
- Bump @rnx-kit/cli to v0.5.22 (4123478+tido64@users.noreply.github.com)
|
|
1343
|
-
|
|
1344
|
-
## 0.5.21
|
|
1345
|
-
|
|
1346
|
-
Sat, 05 Jun 2021 08:39:15 GMT
|
|
1347
|
-
|
|
1348
|
-
### Patches
|
|
1349
|
-
|
|
1350
|
-
- Bump @rnx-kit/cli to v0.5.21 (dannyvv@microsoft.com)
|
|
1351
|
-
|
|
1352
|
-
## 0.5.20
|
|
1353
|
-
|
|
1354
|
-
Fri, 04 Jun 2021 12:36:37 GMT
|
|
1355
|
-
|
|
1356
|
-
### Patches
|
|
1357
|
-
|
|
1358
|
-
- Bump @rnx-kit/config to v0.2.9 (4123478+tido64@users.noreply.github.com)
|
|
1359
|
-
|
|
1360
|
-
## 0.5.19
|
|
1361
|
-
|
|
1362
|
-
Fri, 04 Jun 2021 09:02:33 GMT
|
|
1363
|
-
|
|
1364
|
-
### Patches
|
|
1365
|
-
|
|
1366
|
-
- dep-check: Added --exclude-packages to vigilant mode (4123478+tido64@users.noreply.github.com)
|
|
1367
|
-
|
|
1368
|
-
## 0.5.18
|
|
1369
|
-
|
|
1370
|
-
Wed, 02 Jun 2021 17:08:58 GMT
|
|
1371
|
-
|
|
1372
|
-
### Patches
|
|
1373
|
-
|
|
1374
|
-
- Forward --init, --vigilant, --custom-profiles flags dep-check (4123478+tido64@users.noreply.github.com)
|
|
1375
|
-
|
|
1376
|
-
## 0.5.17
|
|
1377
|
-
|
|
1378
|
-
Thu, 27 May 2021 06:09:59 GMT
|
|
1379
|
-
|
|
1380
|
-
### Patches
|
|
1381
|
-
|
|
1382
|
-
- Bump @rnx-kit/dep-check to v1.4.2 (4123478+tido64@users.noreply.github.com)
|
|
1383
|
-
|
|
1384
|
-
## 0.5.16
|
|
1385
|
-
|
|
1386
|
-
Wed, 26 May 2021 13:22:22 GMT
|
|
1387
|
-
|
|
1388
|
-
### Patches
|
|
1389
|
-
|
|
1390
|
-
- Bump @rnx-kit/config to v0.2.8 (4123478+tido64@users.noreply.github.com)
|
|
1391
|
-
|
|
1392
|
-
## 0.5.15
|
|
1393
|
-
|
|
1394
|
-
Wed, 26 May 2021 06:53:03 GMT
|
|
1395
|
-
|
|
1396
|
-
### Patches
|
|
1397
|
-
|
|
1398
|
-
- Bump @rnx-kit/config to v0.2.7 (4123478+tido64@users.noreply.github.com)
|
|
1399
|
-
|
|
1400
|
-
## 0.5.14
|
|
1401
|
-
|
|
1402
|
-
Thu, 20 May 2021 16:06:43 GMT
|
|
1403
|
-
|
|
1404
|
-
### Patches
|
|
1405
|
-
|
|
1406
|
-
- Bump @rnx-kit/dep-check to v1.3.0 (4123478+tido64@users.noreply.github.com)
|
|
1407
|
-
|
|
1408
|
-
## 0.5.13
|
|
1409
|
-
|
|
1410
|
-
Thu, 20 May 2021 15:24:25 GMT
|
|
1411
|
-
|
|
1412
|
-
### Patches
|
|
1413
|
-
|
|
1414
|
-
- Bump @rnx-kit/dep-check to v1.2.2 (4123478+tido64@users.noreply.github.com)
|
|
1415
|
-
|
|
1416
|
-
## 0.5.12
|
|
1417
|
-
|
|
1418
|
-
Tue, 18 May 2021 18:41:27 GMT
|
|
1419
|
-
|
|
1420
|
-
### Patches
|
|
1421
|
-
|
|
1422
|
-
- Removed unused react-native dependency (4123478+tido64@users.noreply.github.com)
|
|
1423
|
-
|
|
1424
|
-
## 0.5.11
|
|
1425
|
-
|
|
1426
|
-
Tue, 18 May 2021 09:25:17 GMT
|
|
1427
|
-
|
|
1428
|
-
### Patches
|
|
1429
|
-
|
|
1430
|
-
- Bump @rnx-kit/dep-check to v1.2.1 (4123478+tido64@users.noreply.github.com)
|
|
1431
|
-
|
|
1432
|
-
## 0.5.10
|
|
1433
|
-
|
|
1434
|
-
Sat, 15 May 2021 09:02:22 GMT
|
|
1435
|
-
|
|
1436
|
-
### Patches
|
|
1437
|
-
|
|
1438
|
-
- dep-check: Added command for initializing a configuration (4123478+tido64@users.noreply.github.com)
|
|
1439
|
-
|
|
1440
|
-
## 0.5.9
|
|
1441
|
-
|
|
1442
|
-
Sat, 15 May 2021 08:55:08 GMT
|
|
1443
|
-
|
|
1444
|
-
### Patches
|
|
1445
|
-
|
|
1446
|
-
- Bump @rnx-kit/dep-check to v1.1.10 (4123478+tido64@users.noreply.github.com)
|
|
1447
|
-
|
|
1448
|
-
## 0.5.8
|
|
1449
|
-
|
|
1450
|
-
Sat, 15 May 2021 08:49:14 GMT
|
|
1451
|
-
|
|
1452
|
-
### Patches
|
|
1453
|
-
|
|
1454
|
-
- Bump @rnx-kit/dep-check to v1.1.9 (4123478+tido64@users.noreply.github.com)
|
|
1455
|
-
|
|
1456
|
-
## 0.5.7
|
|
1457
|
-
|
|
1458
|
-
Wed, 12 May 2021 11:52:17 GMT
|
|
1459
|
-
|
|
1460
|
-
### Patches
|
|
1461
|
-
|
|
1462
|
-
- Bump @rnx-kit/dep-check to v1.1.8 (4123478+tido64@users.noreply.github.com)
|
|
1463
|
-
|
|
1464
|
-
## 0.5.6
|
|
1465
|
-
|
|
1466
|
-
Tue, 11 May 2021 17:21:45 GMT
|
|
1467
|
-
|
|
1468
|
-
### Patches
|
|
1469
|
-
|
|
1470
|
-
- Fix a bug in handling the optional source map parameter. (afoxman@microsoft.com)
|
|
1471
|
-
|
|
1472
|
-
## 0.5.5
|
|
1473
|
-
|
|
1474
|
-
Tue, 11 May 2021 15:41:12 GMT
|
|
1475
|
-
|
|
1476
|
-
### Patches
|
|
1477
|
-
|
|
1478
|
-
- Bump @rnx-kit/dep-check to v1.1.7 (4123478+tido64@users.noreply.github.com)
|
|
1479
|
-
|
|
1480
|
-
## 0.5.4
|
|
1481
|
-
|
|
1482
|
-
Tue, 11 May 2021 15:28:18 GMT
|
|
1483
|
-
|
|
1484
|
-
### Patches
|
|
1485
|
-
|
|
1486
|
-
- Bump @rnx-kit/dep-check to v1.1.6 (4123478+tido64@users.noreply.github.com)
|
|
1487
|
-
|
|
1488
|
-
## 0.5.3
|
|
1489
|
-
|
|
1490
|
-
Mon, 10 May 2021 21:58:48 GMT
|
|
1491
|
-
|
|
1492
|
-
### Patches
|
|
1493
|
-
|
|
1494
|
-
- Bump @rnx-kit/dep-check to v1.1.5 (4123478+tido64@users.noreply.github.com)
|
|
1495
|
-
|
|
1496
|
-
## 0.5.2
|
|
1497
|
-
|
|
1498
|
-
Mon, 10 May 2021 14:10:30 GMT
|
|
1499
|
-
|
|
1500
|
-
### Patches
|
|
1501
|
-
|
|
1502
|
-
- Bump @rnx-kit/dep-check to v1.1.4 (4123478+tido64@users.noreply.github.com)
|
|
1503
|
-
|
|
1504
|
-
## 0.5.1
|
|
1505
|
-
|
|
1506
|
-
Sat, 08 May 2021 20:35:26 GMT
|
|
1507
|
-
|
|
1508
|
-
### Patches
|
|
1509
|
-
|
|
1510
|
-
- Bump @rnx-kit/dep-check to v1.1.3 (4123478+tido64@users.noreply.github.com)
|
|
1511
|
-
|
|
1512
|
-
## 0.5.0
|
|
1513
|
-
|
|
1514
|
-
Thu, 06 May 2021 16:54:17 GMT
|
|
1515
|
-
|
|
1516
|
-
### Minor changes
|
|
1517
|
-
|
|
1518
|
-
- Port third-party-notice extraction logic to rnx-kit. (dannyvv@microsoft.com)
|
|
1519
|
-
- Port third-party-notice extraction logic to rnx-kit (dannyvv@microsoft.com)
|
|
1520
|
-
|
|
1521
|
-
### Patches
|
|
1522
|
-
|
|
1523
|
-
- Bump @rnx-kit/third-party-notices to v1.0.0 (dannyvv@microsoft.com)
|
|
1524
|
-
|
|
1525
|
-
## 0.4.4
|
|
1526
|
-
|
|
1527
|
-
Wed, 05 May 2021 21:00:14 GMT
|
|
1528
|
-
|
|
1529
|
-
### Patches
|
|
1530
|
-
|
|
1531
|
-
- Bump @rnx-kit/dep-check to v1.1.2 (4123478+tido64@users.noreply.github.com)
|
|
1532
|
-
|
|
1533
|
-
## 0.4.3
|
|
1534
|
-
|
|
1535
|
-
Wed, 05 May 2021 20:55:03 GMT
|
|
1536
|
-
|
|
1537
|
-
### Patches
|
|
1538
|
-
|
|
1539
|
-
- Bump @rnx-kit/dep-check to v1.1.1 (4123478+tido64@users.noreply.github.com)
|
|
1540
|
-
|
|
1541
|
-
## 0.4.2
|
|
1542
|
-
|
|
1543
|
-
Wed, 05 May 2021 19:51:01 GMT
|
|
1544
|
-
|
|
1545
|
-
### Patches
|
|
1546
|
-
|
|
1547
|
-
- Bump @rnx-kit/config to v0.2.6 (4123478+tido64@users.noreply.github.com)
|
|
1548
|
-
|
|
1549
|
-
## 0.4.1
|
|
1550
|
-
|
|
1551
|
-
Thu, 29 Apr 2021 13:47:02 GMT
|
|
1552
|
-
|
|
1553
|
-
### Patches
|
|
1554
|
-
|
|
1555
|
-
- Bump @rnx-kit/dep-check to v1.0.3 (4123478+tido64@users.noreply.github.com)
|
|
1556
|
-
|
|
1557
|
-
## 0.4.0
|
|
1558
|
-
|
|
1559
|
-
Wed, 28 Apr 2021 17:08:34 GMT
|
|
1560
|
-
|
|
1561
|
-
### Minor changes
|
|
1562
|
-
|
|
1563
|
-
- Added `rnx-dep-check` command (4123478+tido64@users.noreply.github.com)
|
|
1564
|
-
|
|
1565
|
-
## 0.3.3
|
|
1566
|
-
|
|
1567
|
-
Wed, 28 Apr 2021 15:54:06 GMT
|
|
1568
|
-
|
|
1569
|
-
### Patches
|
|
1570
|
-
|
|
1571
|
-
- Bump @rnx-kit/config to v0.2.5 (4123478+tido64@users.noreply.github.com)
|
|
1572
|
-
|
|
1573
|
-
## 0.3.2
|
|
1574
|
-
|
|
1575
|
-
Tue, 27 Apr 2021 19:43:40 GMT
|
|
1576
|
-
|
|
1577
|
-
### Patches
|
|
1578
|
-
|
|
1579
|
-
- Bump @rnx-kit/config to v0.2.4 (4123478+tido64@users.noreply.github.com)
|
|
1580
|
-
|
|
1581
|
-
## 0.3.1
|
|
1582
|
-
|
|
1583
|
-
Tue, 27 Apr 2021 09:54:28 GMT
|
|
1584
|
-
|
|
1585
|
-
### Patches
|
|
1586
|
-
|
|
1587
|
-
- Bump @rnx-kit/config to v0.2.3 (4123478+tido64@users.noreply.github.com)
|
|
1588
|
-
|
|
1589
|
-
## 0.3.0
|
|
1590
|
-
|
|
1591
|
-
Fri, 16 Apr 2021 23:29:39 GMT
|
|
1592
|
-
|
|
1593
|
-
### Minor changes
|
|
1594
|
-
|
|
1595
|
-
- Removed `rnx-start` (4123478+tido64@users.noreply.github.com)
|
|
1596
|
-
|
|
1597
|
-
## 0.2.2
|
|
1598
|
-
|
|
1599
|
-
Fri, 09 Apr 2021 21:41:43 GMT
|
|
1600
|
-
|
|
1601
|
-
### Patches
|
|
1602
|
-
|
|
1603
|
-
- Remove default values that are no longer needed (4123478+tido64@users.noreply.github.com)
|
|
1604
|
-
|
|
1605
|
-
## 0.2.1
|
|
1606
|
-
|
|
1607
|
-
Fri, 09 Apr 2021 08:27:05 GMT
|
|
1608
|
-
|
|
1609
|
-
### Patches
|
|
1610
|
-
|
|
1611
|
-
- Exit with code if an error was encountered (4123478+tido64@users.noreply.github.com)
|
|
1612
|
-
|
|
1613
|
-
## 0.2.0
|
|
1614
|
-
|
|
1615
|
-
Thu, 11 Mar 2021 22:58:41 GMT
|
|
1616
|
-
|
|
1617
|
-
### Minor changes
|
|
1618
|
-
|
|
1619
|
-
- Add pass-through params to rnx-bundle, giving the caller control over all aspects of metro bundling. (afoxman@microsoft.com)
|
|
1620
|
-
|
|
1621
|
-
### Patches
|
|
1622
|
-
|
|
1623
|
-
- Bump @rnx-kit/config to v0.2.1 (afoxman@microsoft.com)
|
|
1624
|
-
|
|
1625
|
-
## 0.1.0
|
|
1626
|
-
|
|
1627
|
-
Wed, 10 Mar 2021 18:05:17 GMT
|
|
1628
|
-
|
|
1629
|
-
### Minor changes
|
|
1630
|
-
|
|
1631
|
-
- Change CLI args from camelCase to kebab-case. Add win32 as a platform. (afoxman@microsoft.com)
|
|
1632
|
-
|
|
1633
|
-
### Patches
|
|
1634
|
-
|
|
1635
|
-
- Bump @rnx-kit/config to v0.2.0 (afoxman@microsoft.com)
|
|
1636
|
-
|
|
1637
|
-
## 0.0.5
|
|
1638
|
-
|
|
1639
|
-
Mon, 08 Mar 2021 10:59:59 GMT
|
|
1640
|
-
|
|
1641
|
-
### Patches
|
|
1642
|
-
|
|
1643
|
-
- Manually bump version number to unblock publishing (4123478+tido64@users.noreply.github.com)
|
|
1644
|
-
|
|
1645
|
-
## 0.0.3
|
|
1646
|
-
|
|
1647
|
-
Mon, 22 Feb 2021 10:50:46 GMT
|
|
1648
|
-
|
|
1649
|
-
### Patches
|
|
1650
|
-
|
|
1651
|
-
- Add strictNullChecks and noImplicitAny to the shared tsconfig. Remove from metro-config. Fix code to meet more strict type checks. (afoxman@microsoft.com)
|
|
1652
|
-
|
|
1653
|
-
## 0.0.2
|
|
1654
|
-
|
|
1655
|
-
Fri, 19 Feb 2021 19:58:00 GMT
|
|
1656
|
-
|
|
1657
|
-
### Patches
|
|
1658
|
-
|
|
1659
|
-
- Create a CLI package which self-registers with @react-native-community/cli. Add bundling commands 'rnx-bundle' and 'rnx-start' which invoke metro. Move bundle code from build system to CLI package. (afoxman@microsoft.com)
|