Releases: yargs/yargs-parser
Releases · yargs/yargs-parser
yargs-parser v20.2.3
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
Bug Fixes
- exports: node 13.0-13.6 require a string fallback (#333) (291aeda)
yargs-parser v20.2.0
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
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
⚠ BREAKING CHANGES
- do not ship type definitions (#318)
Bug Fixes
Code Refactoring