Skip to content

Releases: yargs/yargs-parser

v20.2.6-deno

10 Mar 19:17
Compare
Choose a tag to compare
chore: v20.2.6 release

yargs-parser v20.2.6

22 Feb 02:45
0d2d111
Compare
Choose a tag to compare

Bug Fixes

  • populate--: -- should always be array (#354) (585ae8f)

yargs-parser v20.2.5

13 Feb 20:11
a4000b6
Compare
Choose a tag to compare

Bug Fixes

yargs-parser v20.2.4

09 Nov 01:49
637690d
Compare
Choose a tag to compare

Bug Fixes

yargs-parser v20.2.3

16 Oct 15:43
b6974c9
Compare
Choose a tag to compare

Bug Fixes

  • exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#336) (3ae7242)

yargs-parser v20.2.2

14 Oct 18:58
3fe41fe
Compare
Choose a tag to compare

Bug Fixes

  • exports: node 13.0-13.6 require a string fallback (#333) (291aeda)

yargs-parser v20.2.1

01 Oct 18:21
251951b
Compare
Choose a tag to compare

Bug Fixes

yargs-parser v20.2.0

21 Sep 02:52
98584bf
Compare
Choose a tag to compare

Features

  • string-utils: export looksLikeNumber helper (#324) (c8580a2)

Bug Fixes

  • unknown-options-as-args: convert positionals that look like numbers (#326) (f85ebb4)

yargs-parser v20.1.0

20 Sep 04:32
c653b22
Compare
Choose a tag to compare

Features

  • adds parse-positional-numbers configuration (#321) (9cec00a)

Bug Fixes

  • build: update release-please; make labels kick off builds (#323) (09f448b)

yargs-parser v20.0.0

09 Sep 17:52
50cee72
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • do not ship type definitions (#318)

Bug Fixes

Code Refactoring