@rushstack/ts-command-line 4.22.2 → 4.22.4

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.
Files changed (3) hide show
  1. package/CHANGELOG.json +2048 -0
  2. package/CHANGELOG.md +1036 -0
  3. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,1036 @@
1
+ # Change Log - @rushstack/ts-command-line
2
+
3
+ This log was last generated on Fri, 02 Aug 2024 17:26:42 GMT and should not be manually modified.
4
+
5
+ ## 4.22.4
6
+ Fri, 02 Aug 2024 17:26:42 GMT
7
+
8
+ ### Patches
9
+
10
+ - Remove @internal so that subclasses can call _getArgumentParser
11
+
12
+ ## 4.22.3
13
+ Sat, 27 Jul 2024 00:10:27 GMT
14
+
15
+ ### Patches
16
+
17
+ - Include CHANGELOG.md in published releases again
18
+
19
+ ## 4.22.2
20
+ Wed, 17 Jul 2024 06:55:10 GMT
21
+
22
+ _Version update only_
23
+
24
+ ## 4.22.1
25
+ Tue, 16 Jul 2024 00:36:21 GMT
26
+
27
+ _Version update only_
28
+
29
+ ## 4.22.0
30
+ Thu, 30 May 2024 00:13:05 GMT
31
+
32
+ ### Minor changes
33
+
34
+ - Eliminate a const enum from the public API.
35
+
36
+ ## 4.21.5
37
+ Wed, 29 May 2024 02:03:51 GMT
38
+
39
+ _Version update only_
40
+
41
+ ## 4.21.4
42
+ Tue, 28 May 2024 15:10:09 GMT
43
+
44
+ _Version update only_
45
+
46
+ ## 4.21.3
47
+ Tue, 28 May 2024 00:09:47 GMT
48
+
49
+ _Version update only_
50
+
51
+ ## 4.21.2
52
+ Sat, 25 May 2024 04:54:08 GMT
53
+
54
+ _Version update only_
55
+
56
+ ## 4.21.1
57
+ Thu, 23 May 2024 02:26:56 GMT
58
+
59
+ _Version update only_
60
+
61
+ ## 4.21.0
62
+ Thu, 16 May 2024 15:10:22 GMT
63
+
64
+ ### Minor changes
65
+
66
+ - Mark `onDefineParameters` and `onDefineUnscopedParameters` as deprecated and update README accordingly because defining parameters causes issues when the compiler targets >=es2022.
67
+
68
+ ## 4.20.1
69
+ Wed, 15 May 2024 23:42:58 GMT
70
+
71
+ _Version update only_
72
+
73
+ ## 4.20.0
74
+ Wed, 15 May 2024 06:04:17 GMT
75
+
76
+ ### Minor changes
77
+
78
+ - Rename `CommandLineParser.execute` to `CommandLineParser.executeAsync` and `CommandLineParser.executeWithoutErrorHandling` to `CommandLineParser.executeWithoutErrorHandlingAsync`. The old functions are marked as `@deprecated`.
79
+
80
+ ## 4.19.5
81
+ Fri, 10 May 2024 05:33:34 GMT
82
+
83
+ _Version update only_
84
+
85
+ ## 4.19.4
86
+ Wed, 08 May 2024 22:23:50 GMT
87
+
88
+ ### Patches
89
+
90
+ - Fix an issue where tab completions did not suggest parameter values.
91
+
92
+ ## 4.19.3
93
+ Mon, 06 May 2024 15:11:05 GMT
94
+
95
+ _Version update only_
96
+
97
+ ## 4.19.2
98
+ Wed, 10 Apr 2024 15:10:09 GMT
99
+
100
+ _Version update only_
101
+
102
+ ## 4.19.1
103
+ Sun, 03 Mar 2024 20:58:12 GMT
104
+
105
+ ### Patches
106
+
107
+ - Fix an issue where the `allowNonStandardEnvironmentVariableNames` parameter option had no effect.
108
+
109
+ ## 4.19.0
110
+ Sat, 02 Mar 2024 02:22:23 GMT
111
+
112
+ ### Minor changes
113
+
114
+ - Use more specific types for command line parameters' `kind` properties.
115
+ - Allow parameters that may be backed by an environment variable to be marked as `required`.
116
+ - Update the return type of `defineChoiceParameter`, `defineIntegerParameter`, and `defineStringParameter` respectively when the `defaultValue` option is provided to return `IRequiredCommandLineChoiceParameter`, `IRequiredCommandLineIntegerParameter`, and `IRequiredCommandLineStringParameter` respectively, as the value will definitely be defined in these cases.
117
+
118
+ ### Patches
119
+
120
+ - Include a missing `readonly` modifier on the `value` properties of `IRequiredCommandLineChoiceParameter`, `IRequiredCommandLineIntegerParameter`, and `IRequiredCommandLineStringParameter`.
121
+
122
+ ## 4.18.1
123
+ Fri, 01 Mar 2024 01:10:08 GMT
124
+
125
+ ### Patches
126
+
127
+ - Add an "allowNonStandardEnvironmentVariableNames" option to remove naming restrictions on parameter environment variables
128
+
129
+ ## 4.18.0
130
+ Wed, 28 Feb 2024 16:09:27 GMT
131
+
132
+ ### Minor changes
133
+
134
+ - Allow choice parameters alternatives to be typed.
135
+ - Update the return type of `defineChoiceParameter`, `defineIntegerParameter`, and `defineStringParameter` respectively when the `{ required: true }` option is set to a new type (`IRequiredCommandLineChoiceParameter`, `IRequiredCommandLineIntegerParameter`, and `IRequiredCommandLineStringParameter` respectively) with a required `value` property.
136
+
137
+ ## 4.17.4
138
+ Sat, 24 Feb 2024 23:02:51 GMT
139
+
140
+ _Version update only_
141
+
142
+ ## 4.17.3
143
+ Wed, 21 Feb 2024 21:45:28 GMT
144
+
145
+ ### Patches
146
+
147
+ - Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`.
148
+
149
+ ## 4.17.2
150
+ Sat, 17 Feb 2024 06:24:35 GMT
151
+
152
+ ### Patches
153
+
154
+ - Fix broken link to API documentation
155
+
156
+ ## 4.17.1
157
+ Wed, 01 Nov 2023 23:11:35 GMT
158
+
159
+ ### Patches
160
+
161
+ - Fix line endings in published package.
162
+
163
+ ## 4.17.0
164
+ Mon, 30 Oct 2023 23:36:37 GMT
165
+
166
+ ### Minor changes
167
+
168
+ - Consider parent tool and action parameters when determining ambiguous abbreviations. For example, if a CLI tool `mytool` has a parameter `--myparam` and an action `myaction`, then `myaction` would not accept a parameter named `--myparam` (i.e. - `mytool --myparam myaction` is valid, `mytool myaction --myparam` is not). Additionally, any parameter that can be abbreviated to `--myparam` must be uniquely provided (i.e. - `--myparam-2` can only be abbreviated to `--myparam-`, since any shorter abbreviation would be ambiguous with the original `--myparam` on the tool).
169
+
170
+ ## 4.16.1
171
+ Tue, 26 Sep 2023 09:30:33 GMT
172
+
173
+ ### Patches
174
+
175
+ - Update type-only imports to include the type modifier.
176
+
177
+ ## 4.16.0
178
+ Fri, 15 Sep 2023 00:36:58 GMT
179
+
180
+ ### Minor changes
181
+
182
+ - Update @types/node from 14 to 18
183
+
184
+ ## 4.15.2
185
+ Tue, 08 Aug 2023 07:10:40 GMT
186
+
187
+ _Version update only_
188
+
189
+ ## 4.15.1
190
+ Thu, 15 Jun 2023 00:21:01 GMT
191
+
192
+ _Version update only_
193
+
194
+ ## 4.15.0
195
+ Tue, 13 Jun 2023 01:49:01 GMT
196
+
197
+ ### Minor changes
198
+
199
+ - Add support for handling ambiguous parameters when conflicting parameters are provided but they provide a non-conflicting alternative (e.g. parameters with the same short-name but different long-names, scoped parameters with the same long-name but different scopes). When using an ambiguous parameter on the CLI, an error message describing the ambiguous parameter usage will appear.
200
+
201
+ ## 4.14.0
202
+ Wed, 07 Jun 2023 22:45:16 GMT
203
+
204
+ ### Minor changes
205
+
206
+ - Add AliasCommandLineAction, a CommandLineAction that can be used to redirect commands with optional default arguments to existing commands.
207
+
208
+ ## 4.13.3
209
+ Mon, 22 May 2023 06:34:33 GMT
210
+
211
+ _Version update only_
212
+
213
+ ## 4.13.2
214
+ Fri, 10 Feb 2023 01:18:50 GMT
215
+
216
+ _Version update only_
217
+
218
+ ## 4.13.1
219
+ Tue, 08 Nov 2022 01:20:55 GMT
220
+
221
+ ### Patches
222
+
223
+ - Make ScopedCommandLineAction.onDefineUnscopedParameters optional to match CommandLineAciton.onDefineParameters
224
+
225
+ ## 4.13.0
226
+ Mon, 17 Oct 2022 22:14:21 GMT
227
+
228
+ ### Minor changes
229
+
230
+ - Make the onDefineParameters function optional for `CommandLineAction`s and `CommandLineParser`s that either don't have parameters or that define their parameters in their constructor.
231
+
232
+ ## 4.12.5
233
+ Mon, 10 Oct 2022 15:23:44 GMT
234
+
235
+ _Version update only_
236
+
237
+ ## 4.12.4
238
+ Thu, 29 Sep 2022 07:13:06 GMT
239
+
240
+ _Version update only_
241
+
242
+ ## 4.12.3
243
+ Thu, 15 Sep 2022 00:18:51 GMT
244
+
245
+ _Version update only_
246
+
247
+ ## 4.12.2
248
+ Wed, 03 Aug 2022 18:40:35 GMT
249
+
250
+ _Version update only_
251
+
252
+ ## 4.12.1
253
+ Tue, 28 Jun 2022 00:23:32 GMT
254
+
255
+ _Version update only_
256
+
257
+ ## 4.12.0
258
+ Thu, 23 Jun 2022 22:14:24 GMT
259
+
260
+ ### Minor changes
261
+
262
+ - Add parameter scopes. Parameter scopes allow for behind-the-scenes conflict resolution between parameters with the same long name. For example, when provided scope "my-scope", a parameter can be referenced on the CLI as "--my-parameter" or as "--my-scope:my-parameter". In the case that multiple parameters are registered with the same long name but different scopes, the parameters can only be referenced by their scoped long names, eg. "--my-scope:my-parameter" and "--my-other-scope:my-parameter".
263
+
264
+ ## 4.11.1
265
+ Fri, 17 Jun 2022 00:16:18 GMT
266
+
267
+ _Version update only_
268
+
269
+ ## 4.11.0
270
+ Tue, 10 May 2022 01:20:43 GMT
271
+
272
+ ### Minor changes
273
+
274
+ - Add ScopedCommandLineAction class, which allows for the definition of actions that have dynamic arguments whose definition depends on a provided scope. See https://github.com/microsoft/rushstack/pull/3364
275
+
276
+ ## 4.10.10
277
+ Sat, 23 Apr 2022 02:13:07 GMT
278
+
279
+ _Version update only_
280
+
281
+ ## 4.10.9
282
+ Fri, 15 Apr 2022 00:12:36 GMT
283
+
284
+ _Version update only_
285
+
286
+ ## 4.10.8
287
+ Sat, 09 Apr 2022 02:24:27 GMT
288
+
289
+ ### Patches
290
+
291
+ - Rename the "master" branch to "main".
292
+
293
+ ## 4.10.7
294
+ Tue, 15 Mar 2022 19:15:53 GMT
295
+
296
+ _Version update only_
297
+
298
+ ## 4.10.6
299
+ Mon, 27 Dec 2021 16:10:40 GMT
300
+
301
+ _Version update only_
302
+
303
+ ## 4.10.5
304
+ Mon, 06 Dec 2021 16:08:32 GMT
305
+
306
+ _Version update only_
307
+
308
+ ## 4.10.4
309
+ Fri, 05 Nov 2021 15:09:18 GMT
310
+
311
+ _Version update only_
312
+
313
+ ## 4.10.3
314
+ Wed, 27 Oct 2021 00:08:15 GMT
315
+
316
+ ### Patches
317
+
318
+ - Update the package.json repository field to include the directory property.
319
+
320
+ ## 4.10.2
321
+ Wed, 13 Oct 2021 15:09:54 GMT
322
+
323
+ _Version update only_
324
+
325
+ ## 4.10.1
326
+ Thu, 07 Oct 2021 07:13:35 GMT
327
+
328
+ _Version update only_
329
+
330
+ ## 4.10.0
331
+ Mon, 04 Oct 2021 15:10:18 GMT
332
+
333
+ ### Minor changes
334
+
335
+ - Add safety check parametersProcessed to CommandLineParameterProvider
336
+
337
+ ## 4.9.1
338
+ Thu, 23 Sep 2021 00:10:41 GMT
339
+
340
+ ### Patches
341
+
342
+ - Upgrade the `@types/node` dependency to version to version 12.
343
+
344
+ ## 4.9.0
345
+ Fri, 20 Aug 2021 15:08:10 GMT
346
+
347
+ ### Minor changes
348
+
349
+ - Add getParameterStringMap to CommandLineParameterProvider, to easily query parameter usage for telemetry
350
+
351
+ ## 4.8.1
352
+ Mon, 12 Jul 2021 23:08:26 GMT
353
+
354
+ _Version update only_
355
+
356
+ ## 4.8.0
357
+ Thu, 01 Jul 2021 15:08:27 GMT
358
+
359
+ ### Minor changes
360
+
361
+ - Add ChoiceList and IntegerList parameter types
362
+
363
+ ## 4.7.10
364
+ Mon, 12 Apr 2021 15:10:28 GMT
365
+
366
+ _Version update only_
367
+
368
+ ## 4.7.9
369
+ Tue, 06 Apr 2021 15:14:22 GMT
370
+
371
+ _Version update only_
372
+
373
+ ## 4.7.8
374
+ Thu, 10 Dec 2020 23:25:49 GMT
375
+
376
+ _Version update only_
377
+
378
+ ## 4.7.7
379
+ Wed, 11 Nov 2020 01:08:59 GMT
380
+
381
+ _Version update only_
382
+
383
+ ## 4.7.6
384
+ Fri, 30 Oct 2020 06:38:39 GMT
385
+
386
+ _Version update only_
387
+
388
+ ## 4.7.5
389
+ Fri, 30 Oct 2020 00:10:14 GMT
390
+
391
+ _Version update only_
392
+
393
+ ## 4.7.4
394
+ Wed, 28 Oct 2020 01:18:03 GMT
395
+
396
+ _Version update only_
397
+
398
+ ## 4.7.3
399
+ Tue, 06 Oct 2020 00:24:06 GMT
400
+
401
+ _Version update only_
402
+
403
+ ## 4.7.2
404
+ Mon, 05 Oct 2020 22:36:57 GMT
405
+
406
+ _Version update only_
407
+
408
+ ## 4.7.1
409
+ Wed, 30 Sep 2020 18:39:17 GMT
410
+
411
+ ### Patches
412
+
413
+ - Update to build with @rushstack/heft-node-rig
414
+
415
+ ## 4.7.0
416
+ Wed, 30 Sep 2020 06:53:53 GMT
417
+
418
+ ### Minor changes
419
+
420
+ - Upgrade compiler; the API now requires TypeScript 3.9 or newer
421
+
422
+ ### Patches
423
+
424
+ - Update README.md
425
+
426
+ ## 4.6.10
427
+ Tue, 22 Sep 2020 05:45:57 GMT
428
+
429
+ _Version update only_
430
+
431
+ ## 4.6.9
432
+ Tue, 22 Sep 2020 01:45:31 GMT
433
+
434
+ _Version update only_
435
+
436
+ ## 4.6.8
437
+ Tue, 22 Sep 2020 00:08:53 GMT
438
+
439
+ _Version update only_
440
+
441
+ ## 4.6.7
442
+ Sat, 19 Sep 2020 04:37:27 GMT
443
+
444
+ _Version update only_
445
+
446
+ ## 4.6.6
447
+ Sat, 19 Sep 2020 03:33:07 GMT
448
+
449
+ _Version update only_
450
+
451
+ ## 4.6.5
452
+ Fri, 18 Sep 2020 22:57:24 GMT
453
+
454
+ _Version update only_
455
+
456
+ ## 4.6.4
457
+ Thu, 27 Aug 2020 11:27:06 GMT
458
+
459
+ _Version update only_
460
+
461
+ ## 4.6.3
462
+ Mon, 24 Aug 2020 07:35:20 GMT
463
+
464
+ _Version update only_
465
+
466
+ ## 4.6.2
467
+ Sat, 22 Aug 2020 05:55:43 GMT
468
+
469
+ _Version update only_
470
+
471
+ ## 4.6.1
472
+ Fri, 21 Aug 2020 01:21:17 GMT
473
+
474
+ ### Patches
475
+
476
+ - Fix an issue where usage of a parameter specified undocumentedSynonyms yielded invalid data.
477
+
478
+ ## 4.6.0
479
+ Thu, 20 Aug 2020 15:13:52 GMT
480
+
481
+ ### Minor changes
482
+
483
+ - Add a feature for specifying "undocumented synonyms" for parameters.
484
+
485
+ ## 4.5.0
486
+ Tue, 18 Aug 2020 23:59:42 GMT
487
+
488
+ ### Minor changes
489
+
490
+ - Add support for shell tab completion.
491
+
492
+ ## 4.4.8
493
+ Mon, 17 Aug 2020 04:53:23 GMT
494
+
495
+ _Version update only_
496
+
497
+ ## 4.4.7
498
+ Wed, 12 Aug 2020 00:10:05 GMT
499
+
500
+ ### Patches
501
+
502
+ - Updated project to build with Heft
503
+
504
+ ## 4.4.6
505
+ Fri, 03 Jul 2020 05:46:41 GMT
506
+
507
+ ### Patches
508
+
509
+ - Improve formatting of errors reported by CommandLineParser.execute()
510
+
511
+ ## 4.4.5
512
+ Thu, 25 Jun 2020 06:43:35 GMT
513
+
514
+ _Version update only_
515
+
516
+ ## 4.4.4
517
+ Wed, 24 Jun 2020 09:50:48 GMT
518
+
519
+ _Version update only_
520
+
521
+ ## 4.4.3
522
+ Wed, 24 Jun 2020 09:04:28 GMT
523
+
524
+ _Version update only_
525
+
526
+ ## 4.4.2
527
+ Mon, 01 Jun 2020 08:34:17 GMT
528
+
529
+ ### Patches
530
+
531
+ - Fix a typo in the supplementary notes for parameters with environment variable mappings
532
+
533
+ ## 4.4.1
534
+ Wed, 27 May 2020 05:15:10 GMT
535
+
536
+ _Version update only_
537
+
538
+ ## 4.4.0
539
+ Fri, 15 May 2020 08:10:59 GMT
540
+
541
+ ### Minor changes
542
+
543
+ - Add a new feature defineCommandLineRemainder() which allows additional unvalidated CLI arguments, e.g. to pass along to another tool
544
+ - Add the ability for an environment variable to specify multiple values for CommandLineStringListParameter, encoded as a JSON array
545
+ - Fix some bugs that prevented a CommandLineParser from being defined without any actions
546
+
547
+ ### Patches
548
+
549
+ - Fix a bug with environmentVariable mapping for CommandLineFlagParameter
550
+ - Use API Extractor to trim internal APIs from the .d.ts rollup
551
+ - Improve the README.md and API documentation
552
+
553
+ ## 4.3.14
554
+ Wed, 08 Apr 2020 04:07:33 GMT
555
+
556
+ _Version update only_
557
+
558
+ ## 4.3.13
559
+ Sat, 28 Mar 2020 00:37:16 GMT
560
+
561
+ _Version update only_
562
+
563
+ ## 4.3.12
564
+ Wed, 18 Mar 2020 15:07:47 GMT
565
+
566
+ ### Patches
567
+
568
+ - Upgrade cyclic dependencies
569
+
570
+ ## 4.3.11
571
+ Tue, 17 Mar 2020 23:55:58 GMT
572
+
573
+ ### Patches
574
+
575
+ - PACKAGE NAME CHANGE: The NPM scope was changed from `@microsoft/ts-command-line` to `@rushstack/ts-command-line`
576
+
577
+ ## 4.3.10
578
+ Tue, 21 Jan 2020 21:56:14 GMT
579
+
580
+ _Version update only_
581
+
582
+ ## 4.3.9
583
+ Sun, 19 Jan 2020 02:26:52 GMT
584
+
585
+ ### Patches
586
+
587
+ - Upgrade Node typings to Node 10
588
+
589
+ ## 4.3.8
590
+ Fri, 17 Jan 2020 01:08:23 GMT
591
+
592
+ _Version update only_
593
+
594
+ ## 4.3.7
595
+ Thu, 09 Jan 2020 06:44:13 GMT
596
+
597
+ _Version update only_
598
+
599
+ ## 4.3.6
600
+ Wed, 08 Jan 2020 00:11:31 GMT
601
+
602
+ _Version update only_
603
+
604
+ ## 4.3.5
605
+ Mon, 11 Nov 2019 16:07:56 GMT
606
+
607
+ _Version update only_
608
+
609
+ ## 4.3.4
610
+ Tue, 22 Oct 2019 06:24:44 GMT
611
+
612
+ _Version update only_
613
+
614
+ ## 4.3.3
615
+ Fri, 18 Oct 2019 15:15:00 GMT
616
+
617
+ ### Patches
618
+
619
+ - Fix Choice parameter error when only one alternative value is provided
620
+
621
+ ## 4.3.2
622
+ Sun, 29 Sep 2019 23:56:29 GMT
623
+
624
+ ### Patches
625
+
626
+ - Update repository URL
627
+
628
+ ## 4.3.1
629
+ Tue, 24 Sep 2019 02:58:49 GMT
630
+
631
+ ### Patches
632
+
633
+ - Add back a missing dependency.
634
+
635
+ ## 4.3.0
636
+ Mon, 23 Sep 2019 15:14:55 GMT
637
+
638
+ ### Minor changes
639
+
640
+ - Remove unnecessary dependencies on @types/argparse and @types/node
641
+
642
+ ## 4.2.8
643
+ Tue, 10 Sep 2019 22:32:23 GMT
644
+
645
+ ### Patches
646
+
647
+ - Update documentation
648
+
649
+ ## 4.2.7
650
+ Mon, 12 Aug 2019 15:15:14 GMT
651
+
652
+ ### Patches
653
+
654
+ - fix for #1443 allow rush command to use numbers
655
+
656
+ ## 4.2.6
657
+ Wed, 12 Jun 2019 19:12:33 GMT
658
+
659
+ ### Patches
660
+
661
+ - Update Readme.
662
+
663
+ ## 4.2.5
664
+ Mon, 27 May 2019 04:13:44 GMT
665
+
666
+ ### Patches
667
+
668
+ - Fix a broken link in the README.md (GitHub issue #1285)
669
+
670
+ ## 4.2.4
671
+ Mon, 06 May 2019 20:46:21 GMT
672
+
673
+ ### Patches
674
+
675
+ - Allow colons in command line action names
676
+
677
+ ## 4.2.3
678
+ Fri, 07 Dec 2018 17:04:56 GMT
679
+
680
+ ### Patches
681
+
682
+ - Updated to use the new InternalError class for reporting software defects
683
+
684
+ ## 4.2.2
685
+ Thu, 06 Sep 2018 01:25:26 GMT
686
+
687
+ ### Patches
688
+
689
+ - Update "repository" field in package.json
690
+
691
+ ## 4.2.1
692
+ Thu, 23 Aug 2018 18:18:53 GMT
693
+
694
+ ### Patches
695
+
696
+ - Republish all packages in web-build-tools to resolve GitHub issue #782
697
+
698
+ ## 4.2.0
699
+ Fri, 08 Jun 2018 08:43:52 GMT
700
+
701
+ ### Minor changes
702
+
703
+ - Add CommandLineChoiceParameter.appendToArgList() and CommandLineParser.tryGetAction()
704
+
705
+ ## 4.1.0
706
+ Fri, 27 Apr 2018 03:04:32 GMT
707
+
708
+ ### Minor changes
709
+
710
+ - Add "defaultValue", "environmentVariable", and "required" features for command-line parameters
711
+
712
+ ## 4.0.0
713
+ Thu, 19 Apr 2018 21:25:56 GMT
714
+
715
+ ### Breaking changes
716
+
717
+ - Rename "CommandLineOptionParameter" to "CommandLineChoiceParameter" (API change)
718
+ - Rename "ICommandLineChoiceDefinition.options" to "alternatives" (API change)
719
+ - Add DynamicCommandLineAction, DynamicCommandLineParser, and other APIs to support defining and reading command-line parameters at runtime
720
+ - Rename "actionVerb" to "actionName" (API change)
721
+ - Replace "CommandLineAction.options" with more concise top-level properties (API change)
722
+
723
+ ## 3.1.1
724
+ Fri, 23 Mar 2018 00:34:53 GMT
725
+
726
+ ### Patches
727
+
728
+ - Upgrade colors to version ~1.2.1
729
+
730
+ ## 3.1.0
731
+ Thu, 15 Mar 2018 20:00:50 GMT
732
+
733
+ ### Minor changes
734
+
735
+ - Add default error handler so the caller to CommandLineParser.execute() is not expected to handle promise rejections
736
+ - Add a new API "CommandLineParser.executeWithoutErrorHandling()"
737
+
738
+ ## 3.0.7
739
+ Mon, 12 Mar 2018 20:36:19 GMT
740
+
741
+ ### Patches
742
+
743
+ - Locked down some "@types/" dependency versions to avoid upgrade conflicts
744
+
745
+ ## 3.0.6
746
+ Fri, 02 Mar 2018 01:13:59 GMT
747
+
748
+ _Version update only_
749
+
750
+ ## 3.0.5
751
+ Tue, 27 Feb 2018 22:05:57 GMT
752
+
753
+ _Version update only_
754
+
755
+ ## 3.0.4
756
+ Wed, 21 Feb 2018 22:04:19 GMT
757
+
758
+ _Version update only_
759
+
760
+ ## 3.0.3
761
+ Wed, 21 Feb 2018 03:13:28 GMT
762
+
763
+ _Version update only_
764
+
765
+ ## 3.0.2
766
+ Sat, 17 Feb 2018 02:53:49 GMT
767
+
768
+ _Version update only_
769
+
770
+ ## 3.0.1
771
+ Fri, 16 Feb 2018 22:05:23 GMT
772
+
773
+ _Version update only_
774
+
775
+ ## 3.0.0
776
+ Fri, 16 Feb 2018 17:05:11 GMT
777
+
778
+ ### Breaking changes
779
+
780
+ - Change all CommandLineActions to have an asychronous API that returns a promise.
781
+
782
+ ## 2.3.10
783
+ Wed, 07 Feb 2018 17:05:11 GMT
784
+
785
+ _Version update only_
786
+
787
+ ## 2.3.9
788
+ Fri, 26 Jan 2018 22:05:30 GMT
789
+
790
+ _Version update only_
791
+
792
+ ## 2.3.8
793
+ Fri, 26 Jan 2018 17:53:38 GMT
794
+
795
+ ### Patches
796
+
797
+ - Force a patch bump in case the previous version was an empty package
798
+
799
+ ## 2.3.7
800
+ Fri, 26 Jan 2018 00:36:51 GMT
801
+
802
+ _Version update only_
803
+
804
+ ## 2.3.6
805
+ Tue, 23 Jan 2018 17:05:28 GMT
806
+
807
+ _Version update only_
808
+
809
+ ## 2.3.5
810
+ Thu, 18 Jan 2018 03:23:46 GMT
811
+
812
+ ### Patches
813
+
814
+ - Enable package typings generated by api-extractor
815
+
816
+ ## 2.3.4
817
+ Thu, 18 Jan 2018 00:48:06 GMT
818
+
819
+ _Version update only_
820
+
821
+ ## 2.3.3
822
+ Wed, 17 Jan 2018 10:49:31 GMT
823
+
824
+ _Version update only_
825
+
826
+ ## 2.3.2
827
+ Fri, 12 Jan 2018 03:35:22 GMT
828
+
829
+ _Version update only_
830
+
831
+ ## 2.3.1
832
+ Thu, 11 Jan 2018 22:31:51 GMT
833
+
834
+ _Version update only_
835
+
836
+ ## 2.3.0
837
+ Wed, 10 Jan 2018 20:40:01 GMT
838
+
839
+ ### Minor changes
840
+
841
+ - Upgrade to Node 8
842
+
843
+ ## 2.2.14
844
+ Tue, 09 Jan 2018 17:05:51 GMT
845
+
846
+ ### Patches
847
+
848
+ - Get web-build-tools building with pnpm
849
+
850
+ ## 2.2.13
851
+ Sun, 07 Jan 2018 05:12:08 GMT
852
+
853
+ _Version update only_
854
+
855
+ ## 2.2.12
856
+ Fri, 05 Jan 2018 20:26:45 GMT
857
+
858
+ _Version update only_
859
+
860
+ ## 2.2.11
861
+ Fri, 05 Jan 2018 00:48:42 GMT
862
+
863
+ _Version update only_
864
+
865
+ ## 2.2.10
866
+ Fri, 22 Dec 2017 17:04:46 GMT
867
+
868
+ _Version update only_
869
+
870
+ ## 2.2.9
871
+ Tue, 12 Dec 2017 03:33:27 GMT
872
+
873
+ _Version update only_
874
+
875
+ ## 2.2.8
876
+ Thu, 30 Nov 2017 23:59:09 GMT
877
+
878
+ _Version update only_
879
+
880
+ ## 2.2.7
881
+ Thu, 30 Nov 2017 23:12:21 GMT
882
+
883
+ _Version update only_
884
+
885
+ ## 2.2.6
886
+ Wed, 29 Nov 2017 17:05:37 GMT
887
+
888
+ _Version update only_
889
+
890
+ ## 2.2.5
891
+ Tue, 28 Nov 2017 23:43:55 GMT
892
+
893
+ _Version update only_
894
+
895
+ ## 2.2.4
896
+ Mon, 13 Nov 2017 17:04:50 GMT
897
+
898
+ _Version update only_
899
+
900
+ ## 2.2.3
901
+ Mon, 06 Nov 2017 17:04:18 GMT
902
+
903
+ _Version update only_
904
+
905
+ ## 2.2.2
906
+ Thu, 02 Nov 2017 16:05:24 GMT
907
+
908
+ ### Patches
909
+
910
+ - lock the reference version between web build tools projects
911
+
912
+ ## 2.2.1
913
+ Wed, 01 Nov 2017 21:06:08 GMT
914
+
915
+ ### Patches
916
+
917
+ - Upgrade cyclic dependencies
918
+
919
+ ## 2.2.0
920
+ Tue, 31 Oct 2017 21:04:04 GMT
921
+
922
+ ### Minor changes
923
+
924
+ - Add ability to specify default value for enum options.
925
+
926
+ ## 2.1.4
927
+ Tue, 31 Oct 2017 16:04:55 GMT
928
+
929
+ _Version update only_
930
+
931
+ ## 2.1.3
932
+ Wed, 25 Oct 2017 20:03:59 GMT
933
+
934
+ _Version update only_
935
+
936
+ ## 2.1.2
937
+ Tue, 24 Oct 2017 18:17:12 GMT
938
+
939
+ _Version update only_
940
+
941
+ ## 2.1.1
942
+ Mon, 23 Oct 2017 21:53:12 GMT
943
+
944
+ ### Patches
945
+
946
+ - Updated cyclic dependencies
947
+
948
+ ## 2.1.0
949
+ Fri, 22 Sep 2017 01:04:02 GMT
950
+
951
+ ### Minor changes
952
+
953
+ - Upgrade to es6
954
+
955
+ ## 2.0.7
956
+ Fri, 08 Sep 2017 01:28:04 GMT
957
+
958
+ ### Patches
959
+
960
+ - Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'
961
+
962
+ ## 2.0.6
963
+ Thu, 31 Aug 2017 18:41:18 GMT
964
+
965
+ _Version update only_
966
+
967
+ ## 2.0.5
968
+ Wed, 30 Aug 2017 01:04:34 GMT
969
+
970
+ _Version update only_
971
+
972
+ ## 2.0.4
973
+ Tue, 22 Aug 2017 13:04:22 GMT
974
+
975
+ _Version update only_
976
+
977
+ ## 2.0.3
978
+ Tue, 25 Jul 2017 20:03:31 GMT
979
+
980
+ ### Patches
981
+
982
+ - Upgrade to TypeScript 2.4
983
+
984
+ ## 2.0.2
985
+ Fri, 23 Jun 2017 20:05:07 GMT
986
+
987
+ ### Patches
988
+
989
+ - Initial open source release of this library
990
+
991
+ ## 2.0.1
992
+ Thu, 25 May 2017 21:09:42 GMT
993
+
994
+ ### Patches
995
+
996
+ - Dependency version change
997
+
998
+ ## 2.0.0
999
+ Fri, 17 Feb 2017 23:09:23 GMT
1000
+
1001
+ ### Breaking changes
1002
+
1003
+ - General availability
1004
+
1005
+ ### Minor changes
1006
+
1007
+ - Added a "option" parameter, which can limit the input to a list of possible strings.
1008
+ - Added the ability to give custom names to keys in the help menu.
1009
+
1010
+ ### Patches
1011
+
1012
+ - Locked version numbers for @types packages
1013
+ - Updated .npmignore
1014
+
1015
+ ## 1.1.1
1016
+ Tue, 06 Dec 2016 20:44:26 GMT
1017
+
1018
+ ### Patches
1019
+
1020
+ - Changes for RC0 release.
1021
+
1022
+ ## 1.2.0
1023
+
1024
+ _Version update only_
1025
+
1026
+ ## 1.1.0
1027
+
1028
+ ### Minor changes
1029
+
1030
+ - Introduces a new command line argument type for a list of strings
1031
+ - Introduces a new command line argument type for integers
1032
+
1033
+ ## 1.0.1
1034
+
1035
+ _Initial release_
1036
+