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