@rushstack/ts-command-line 4.10.4 → 4.10.7

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 DELETED
@@ -1,733 +0,0 @@
1
- # Change Log - @rushstack/ts-command-line
2
-
3
- This log was last generated on Fri, 05 Nov 2021 15:09:18 GMT and should not be manually modified.
4
-
5
- ## 4.10.4
6
- Fri, 05 Nov 2021 15:09:18 GMT
7
-
8
- _Version update only_
9
-
10
- ## 4.10.3
11
- Wed, 27 Oct 2021 00:08:15 GMT
12
-
13
- ### Patches
14
-
15
- - Update the package.json repository field to include the directory property.
16
-
17
- ## 4.10.2
18
- Wed, 13 Oct 2021 15:09:54 GMT
19
-
20
- _Version update only_
21
-
22
- ## 4.10.1
23
- Thu, 07 Oct 2021 07:13:35 GMT
24
-
25
- _Version update only_
26
-
27
- ## 4.10.0
28
- Mon, 04 Oct 2021 15:10:18 GMT
29
-
30
- ### Minor changes
31
-
32
- - Add safety check parametersProcessed to CommandLineParameterProvider
33
-
34
- ## 4.9.1
35
- Thu, 23 Sep 2021 00:10:41 GMT
36
-
37
- ### Patches
38
-
39
- - Upgrade the `@types/node` dependency to version to version 12.
40
-
41
- ## 4.9.0
42
- Fri, 20 Aug 2021 15:08:10 GMT
43
-
44
- ### Minor changes
45
-
46
- - Add getParameterStringMap to CommandLineParameterProvider, to easily query parameter usage for telemetry
47
-
48
- ## 4.8.1
49
- Mon, 12 Jul 2021 23:08:26 GMT
50
-
51
- _Version update only_
52
-
53
- ## 4.8.0
54
- Thu, 01 Jul 2021 15:08:27 GMT
55
-
56
- ### Minor changes
57
-
58
- - Add ChoiceList and IntegerList parameter types
59
-
60
- ## 4.7.10
61
- Mon, 12 Apr 2021 15:10:28 GMT
62
-
63
- _Version update only_
64
-
65
- ## 4.7.9
66
- Tue, 06 Apr 2021 15:14:22 GMT
67
-
68
- _Version update only_
69
-
70
- ## 4.7.8
71
- Thu, 10 Dec 2020 23:25:49 GMT
72
-
73
- _Version update only_
74
-
75
- ## 4.7.7
76
- Wed, 11 Nov 2020 01:08:59 GMT
77
-
78
- _Version update only_
79
-
80
- ## 4.7.6
81
- Fri, 30 Oct 2020 06:38:39 GMT
82
-
83
- _Version update only_
84
-
85
- ## 4.7.5
86
- Fri, 30 Oct 2020 00:10:14 GMT
87
-
88
- _Version update only_
89
-
90
- ## 4.7.4
91
- Wed, 28 Oct 2020 01:18:03 GMT
92
-
93
- _Version update only_
94
-
95
- ## 4.7.3
96
- Tue, 06 Oct 2020 00:24:06 GMT
97
-
98
- _Version update only_
99
-
100
- ## 4.7.2
101
- Mon, 05 Oct 2020 22:36:57 GMT
102
-
103
- _Version update only_
104
-
105
- ## 4.7.1
106
- Wed, 30 Sep 2020 18:39:17 GMT
107
-
108
- ### Patches
109
-
110
- - Update to build with @rushstack/heft-node-rig
111
-
112
- ## 4.7.0
113
- Wed, 30 Sep 2020 06:53:53 GMT
114
-
115
- ### Minor changes
116
-
117
- - Upgrade compiler; the API now requires TypeScript 3.9 or newer
118
-
119
- ### Patches
120
-
121
- - Update README.md
122
-
123
- ## 4.6.10
124
- Tue, 22 Sep 2020 05:45:57 GMT
125
-
126
- _Version update only_
127
-
128
- ## 4.6.9
129
- Tue, 22 Sep 2020 01:45:31 GMT
130
-
131
- _Version update only_
132
-
133
- ## 4.6.8
134
- Tue, 22 Sep 2020 00:08:53 GMT
135
-
136
- _Version update only_
137
-
138
- ## 4.6.7
139
- Sat, 19 Sep 2020 04:37:27 GMT
140
-
141
- _Version update only_
142
-
143
- ## 4.6.6
144
- Sat, 19 Sep 2020 03:33:07 GMT
145
-
146
- _Version update only_
147
-
148
- ## 4.6.5
149
- Fri, 18 Sep 2020 22:57:24 GMT
150
-
151
- _Version update only_
152
-
153
- ## 4.6.4
154
- Thu, 27 Aug 2020 11:27:06 GMT
155
-
156
- _Version update only_
157
-
158
- ## 4.6.3
159
- Mon, 24 Aug 2020 07:35:20 GMT
160
-
161
- _Version update only_
162
-
163
- ## 4.6.2
164
- Sat, 22 Aug 2020 05:55:43 GMT
165
-
166
- _Version update only_
167
-
168
- ## 4.6.1
169
- Fri, 21 Aug 2020 01:21:17 GMT
170
-
171
- ### Patches
172
-
173
- - Fix an issue where usage of a parameter specified undocumentedSynonyms yielded invalid data.
174
-
175
- ## 4.6.0
176
- Thu, 20 Aug 2020 15:13:52 GMT
177
-
178
- ### Minor changes
179
-
180
- - Add a feature for specifying "undocumented synonyms" for parameters.
181
-
182
- ## 4.5.0
183
- Tue, 18 Aug 2020 23:59:42 GMT
184
-
185
- ### Minor changes
186
-
187
- - Add support for shell tab completion.
188
-
189
- ## 4.4.8
190
- Mon, 17 Aug 2020 04:53:23 GMT
191
-
192
- _Version update only_
193
-
194
- ## 4.4.7
195
- Wed, 12 Aug 2020 00:10:05 GMT
196
-
197
- ### Patches
198
-
199
- - Updated project to build with Heft
200
-
201
- ## 4.4.6
202
- Fri, 03 Jul 2020 05:46:41 GMT
203
-
204
- ### Patches
205
-
206
- - Improve formatting of errors reported by CommandLineParser.execute()
207
-
208
- ## 4.4.5
209
- Thu, 25 Jun 2020 06:43:35 GMT
210
-
211
- _Version update only_
212
-
213
- ## 4.4.4
214
- Wed, 24 Jun 2020 09:50:48 GMT
215
-
216
- _Version update only_
217
-
218
- ## 4.4.3
219
- Wed, 24 Jun 2020 09:04:28 GMT
220
-
221
- _Version update only_
222
-
223
- ## 4.4.2
224
- Mon, 01 Jun 2020 08:34:17 GMT
225
-
226
- ### Patches
227
-
228
- - Fix a typo in the supplementary notes for parameters with environment variable mappings
229
-
230
- ## 4.4.1
231
- Wed, 27 May 2020 05:15:10 GMT
232
-
233
- _Version update only_
234
-
235
- ## 4.4.0
236
- Fri, 15 May 2020 08:10:59 GMT
237
-
238
- ### Minor changes
239
-
240
- - Add a new feature defineCommandLineRemainder() which allows additional unvalidated CLI arguments, e.g. to pass along to another tool
241
- - Add the ability for an environment variable to specify multiple values for CommandLineStringListParameter, encoded as a JSON array
242
- - Fix some bugs that prevented a CommandLineParser from being defined without any actions
243
-
244
- ### Patches
245
-
246
- - Fix a bug with environmentVariable mapping for CommandLineFlagParameter
247
- - Use API Extractor to trim internal APIs from the .d.ts rollup
248
- - Improve the README.md and API documentation
249
-
250
- ## 4.3.14
251
- Wed, 08 Apr 2020 04:07:33 GMT
252
-
253
- _Version update only_
254
-
255
- ## 4.3.13
256
- Sat, 28 Mar 2020 00:37:16 GMT
257
-
258
- _Version update only_
259
-
260
- ## 4.3.12
261
- Wed, 18 Mar 2020 15:07:47 GMT
262
-
263
- ### Patches
264
-
265
- - Upgrade cyclic dependencies
266
-
267
- ## 4.3.11
268
- Tue, 17 Mar 2020 23:55:58 GMT
269
-
270
- ### Patches
271
-
272
- - PACKAGE NAME CHANGE: The NPM scope was changed from `@microsoft/ts-command-line` to `@rushstack/ts-command-line`
273
-
274
- ## 4.3.10
275
- Tue, 21 Jan 2020 21:56:14 GMT
276
-
277
- _Version update only_
278
-
279
- ## 4.3.9
280
- Sun, 19 Jan 2020 02:26:52 GMT
281
-
282
- ### Patches
283
-
284
- - Upgrade Node typings to Node 10
285
-
286
- ## 4.3.8
287
- Fri, 17 Jan 2020 01:08:23 GMT
288
-
289
- _Version update only_
290
-
291
- ## 4.3.7
292
- Thu, 09 Jan 2020 06:44:13 GMT
293
-
294
- _Version update only_
295
-
296
- ## 4.3.6
297
- Wed, 08 Jan 2020 00:11:31 GMT
298
-
299
- _Version update only_
300
-
301
- ## 4.3.5
302
- Mon, 11 Nov 2019 16:07:56 GMT
303
-
304
- _Version update only_
305
-
306
- ## 4.3.4
307
- Tue, 22 Oct 2019 06:24:44 GMT
308
-
309
- _Version update only_
310
-
311
- ## 4.3.3
312
- Fri, 18 Oct 2019 15:15:00 GMT
313
-
314
- ### Patches
315
-
316
- - Fix Choice parameter error when only one alternative value is provided
317
-
318
- ## 4.3.2
319
- Sun, 29 Sep 2019 23:56:29 GMT
320
-
321
- ### Patches
322
-
323
- - Update repository URL
324
-
325
- ## 4.3.1
326
- Tue, 24 Sep 2019 02:58:49 GMT
327
-
328
- ### Patches
329
-
330
- - Add back a missing dependency.
331
-
332
- ## 4.3.0
333
- Mon, 23 Sep 2019 15:14:55 GMT
334
-
335
- ### Minor changes
336
-
337
- - Remove unnecessary dependencies on @types/argparse and @types/node
338
-
339
- ## 4.2.8
340
- Tue, 10 Sep 2019 22:32:23 GMT
341
-
342
- ### Patches
343
-
344
- - Update documentation
345
-
346
- ## 4.2.7
347
- Mon, 12 Aug 2019 15:15:14 GMT
348
-
349
- ### Patches
350
-
351
- - fix for #1443 allow rush command to use numbers
352
-
353
- ## 4.2.6
354
- Wed, 12 Jun 2019 19:12:33 GMT
355
-
356
- ### Patches
357
-
358
- - Update Readme.
359
-
360
- ## 4.2.5
361
- Mon, 27 May 2019 04:13:44 GMT
362
-
363
- ### Patches
364
-
365
- - Fix a broken link in the README.md (GitHub issue #1285)
366
-
367
- ## 4.2.4
368
- Mon, 06 May 2019 20:46:21 GMT
369
-
370
- ### Patches
371
-
372
- - Allow colons in command line action names
373
-
374
- ## 4.2.3
375
- Fri, 07 Dec 2018 17:04:56 GMT
376
-
377
- ### Patches
378
-
379
- - Updated to use the new InternalError class for reporting software defects
380
-
381
- ## 4.2.2
382
- Thu, 06 Sep 2018 01:25:26 GMT
383
-
384
- ### Patches
385
-
386
- - Update "repository" field in package.json
387
-
388
- ## 4.2.1
389
- Thu, 23 Aug 2018 18:18:53 GMT
390
-
391
- ### Patches
392
-
393
- - Republish all packages in web-build-tools to resolve GitHub issue #782
394
-
395
- ## 4.2.0
396
- Fri, 08 Jun 2018 08:43:52 GMT
397
-
398
- ### Minor changes
399
-
400
- - Add CommandLineChoiceParameter.appendToArgList() and CommandLineParser.tryGetAction()
401
-
402
- ## 4.1.0
403
- Fri, 27 Apr 2018 03:04:32 GMT
404
-
405
- ### Minor changes
406
-
407
- - Add "defaultValue", "environmentVariable", and "required" features for command-line parameters
408
-
409
- ## 4.0.0
410
- Thu, 19 Apr 2018 21:25:56 GMT
411
-
412
- ### Breaking changes
413
-
414
- - Rename "CommandLineOptionParameter" to "CommandLineChoiceParameter" (API change)
415
- - Rename "ICommandLineChoiceDefinition.options" to "alternatives" (API change)
416
- - Add DynamicCommandLineAction, DynamicCommandLineParser, and other APIs to support defining and reading command-line parameters at runtime
417
- - Rename "actionVerb" to "actionName" (API change)
418
- - Replace "CommandLineAction.options" with more concise top-level properties (API change)
419
-
420
- ## 3.1.1
421
- Fri, 23 Mar 2018 00:34:53 GMT
422
-
423
- ### Patches
424
-
425
- - Upgrade colors to version ~1.2.1
426
-
427
- ## 3.1.0
428
- Thu, 15 Mar 2018 20:00:50 GMT
429
-
430
- ### Minor changes
431
-
432
- - Add default error handler so the caller to CommandLineParser.execute() is not expected to handle promise rejections
433
- - Add a new API "CommandLineParser.executeWithoutErrorHandling()"
434
-
435
- ## 3.0.7
436
- Mon, 12 Mar 2018 20:36:19 GMT
437
-
438
- ### Patches
439
-
440
- - Locked down some "@types/" dependency versions to avoid upgrade conflicts
441
-
442
- ## 3.0.6
443
- Fri, 02 Mar 2018 01:13:59 GMT
444
-
445
- _Version update only_
446
-
447
- ## 3.0.5
448
- Tue, 27 Feb 2018 22:05:57 GMT
449
-
450
- _Version update only_
451
-
452
- ## 3.0.4
453
- Wed, 21 Feb 2018 22:04:19 GMT
454
-
455
- _Version update only_
456
-
457
- ## 3.0.3
458
- Wed, 21 Feb 2018 03:13:28 GMT
459
-
460
- _Version update only_
461
-
462
- ## 3.0.2
463
- Sat, 17 Feb 2018 02:53:49 GMT
464
-
465
- _Version update only_
466
-
467
- ## 3.0.1
468
- Fri, 16 Feb 2018 22:05:23 GMT
469
-
470
- _Version update only_
471
-
472
- ## 3.0.0
473
- Fri, 16 Feb 2018 17:05:11 GMT
474
-
475
- ### Breaking changes
476
-
477
- - Change all CommandLineActions to have an asychronous API that returns a promise.
478
-
479
- ## 2.3.10
480
- Wed, 07 Feb 2018 17:05:11 GMT
481
-
482
- _Version update only_
483
-
484
- ## 2.3.9
485
- Fri, 26 Jan 2018 22:05:30 GMT
486
-
487
- _Version update only_
488
-
489
- ## 2.3.8
490
- Fri, 26 Jan 2018 17:53:38 GMT
491
-
492
- ### Patches
493
-
494
- - Force a patch bump in case the previous version was an empty package
495
-
496
- ## 2.3.7
497
- Fri, 26 Jan 2018 00:36:51 GMT
498
-
499
- _Version update only_
500
-
501
- ## 2.3.6
502
- Tue, 23 Jan 2018 17:05:28 GMT
503
-
504
- _Version update only_
505
-
506
- ## 2.3.5
507
- Thu, 18 Jan 2018 03:23:46 GMT
508
-
509
- ### Patches
510
-
511
- - Enable package typings generated by api-extractor
512
-
513
- ## 2.3.4
514
- Thu, 18 Jan 2018 00:48:06 GMT
515
-
516
- _Version update only_
517
-
518
- ## 2.3.3
519
- Wed, 17 Jan 2018 10:49:31 GMT
520
-
521
- _Version update only_
522
-
523
- ## 2.3.2
524
- Fri, 12 Jan 2018 03:35:22 GMT
525
-
526
- _Version update only_
527
-
528
- ## 2.3.1
529
- Thu, 11 Jan 2018 22:31:51 GMT
530
-
531
- _Version update only_
532
-
533
- ## 2.3.0
534
- Wed, 10 Jan 2018 20:40:01 GMT
535
-
536
- ### Minor changes
537
-
538
- - Upgrade to Node 8
539
-
540
- ## 2.2.14
541
- Tue, 09 Jan 2018 17:05:51 GMT
542
-
543
- ### Patches
544
-
545
- - Get web-build-tools building with pnpm
546
-
547
- ## 2.2.13
548
- Sun, 07 Jan 2018 05:12:08 GMT
549
-
550
- _Version update only_
551
-
552
- ## 2.2.12
553
- Fri, 05 Jan 2018 20:26:45 GMT
554
-
555
- _Version update only_
556
-
557
- ## 2.2.11
558
- Fri, 05 Jan 2018 00:48:42 GMT
559
-
560
- _Version update only_
561
-
562
- ## 2.2.10
563
- Fri, 22 Dec 2017 17:04:46 GMT
564
-
565
- _Version update only_
566
-
567
- ## 2.2.9
568
- Tue, 12 Dec 2017 03:33:27 GMT
569
-
570
- _Version update only_
571
-
572
- ## 2.2.8
573
- Thu, 30 Nov 2017 23:59:09 GMT
574
-
575
- _Version update only_
576
-
577
- ## 2.2.7
578
- Thu, 30 Nov 2017 23:12:21 GMT
579
-
580
- _Version update only_
581
-
582
- ## 2.2.6
583
- Wed, 29 Nov 2017 17:05:37 GMT
584
-
585
- _Version update only_
586
-
587
- ## 2.2.5
588
- Tue, 28 Nov 2017 23:43:55 GMT
589
-
590
- _Version update only_
591
-
592
- ## 2.2.4
593
- Mon, 13 Nov 2017 17:04:50 GMT
594
-
595
- _Version update only_
596
-
597
- ## 2.2.3
598
- Mon, 06 Nov 2017 17:04:18 GMT
599
-
600
- _Version update only_
601
-
602
- ## 2.2.2
603
- Thu, 02 Nov 2017 16:05:24 GMT
604
-
605
- ### Patches
606
-
607
- - lock the reference version between web build tools projects
608
-
609
- ## 2.2.1
610
- Wed, 01 Nov 2017 21:06:08 GMT
611
-
612
- ### Patches
613
-
614
- - Upgrade cyclic dependencies
615
-
616
- ## 2.2.0
617
- Tue, 31 Oct 2017 21:04:04 GMT
618
-
619
- ### Minor changes
620
-
621
- - Add ability to specify default value for enum options.
622
-
623
- ## 2.1.4
624
- Tue, 31 Oct 2017 16:04:55 GMT
625
-
626
- _Version update only_
627
-
628
- ## 2.1.3
629
- Wed, 25 Oct 2017 20:03:59 GMT
630
-
631
- _Version update only_
632
-
633
- ## 2.1.2
634
- Tue, 24 Oct 2017 18:17:12 GMT
635
-
636
- _Version update only_
637
-
638
- ## 2.1.1
639
- Mon, 23 Oct 2017 21:53:12 GMT
640
-
641
- ### Patches
642
-
643
- - Updated cyclic dependencies
644
-
645
- ## 2.1.0
646
- Fri, 22 Sep 2017 01:04:02 GMT
647
-
648
- ### Minor changes
649
-
650
- - Upgrade to es6
651
-
652
- ## 2.0.7
653
- Fri, 08 Sep 2017 01:28:04 GMT
654
-
655
- ### Patches
656
-
657
- - Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'
658
-
659
- ## 2.0.6
660
- Thu, 31 Aug 2017 18:41:18 GMT
661
-
662
- _Version update only_
663
-
664
- ## 2.0.5
665
- Wed, 30 Aug 2017 01:04:34 GMT
666
-
667
- _Version update only_
668
-
669
- ## 2.0.4
670
- Tue, 22 Aug 2017 13:04:22 GMT
671
-
672
- _Version update only_
673
-
674
- ## 2.0.3
675
- Tue, 25 Jul 2017 20:03:31 GMT
676
-
677
- ### Patches
678
-
679
- - Upgrade to TypeScript 2.4
680
-
681
- ## 2.0.2
682
- Fri, 23 Jun 2017 20:05:07 GMT
683
-
684
- ### Patches
685
-
686
- - Initial open source release of this library
687
-
688
- ## 2.0.1
689
- Thu, 25 May 2017 21:09:42 GMT
690
-
691
- ### Patches
692
-
693
- - Dependency version change
694
-
695
- ## 2.0.0
696
- Fri, 17 Feb 2017 23:09:23 GMT
697
-
698
- ### Breaking changes
699
-
700
- - General availability
701
-
702
- ### Minor changes
703
-
704
- - Added a "option" parameter, which can limit the input to a list of possible strings.
705
- - Added the ability to give custom names to keys in the help menu.
706
-
707
- ### Patches
708
-
709
- - Locked version numbers for @types packages
710
- - Updated .npmignore
711
-
712
- ## 1.1.1
713
- Tue, 06 Dec 2016 20:44:26 GMT
714
-
715
- ### Patches
716
-
717
- - Changes for RC0 release.
718
-
719
- ## 1.2.0
720
-
721
- _Version update only_
722
-
723
- ## 1.1.0
724
-
725
- ### Minor changes
726
-
727
- - Introduces a new command line argument type for a list of strings
728
- - Introduces a new command line argument type for integers
729
-
730
- ## 1.0.1
731
-
732
- _Initial release_
733
-