Releases: yargs/yargs-parser
Releases · yargs/yargs-parser
yargs-parser: v21.1.0
21.1.0 (2022-08-03)
Features
- allow the browser build to be imported (#443) (a89259f)
Bug Fixes
- halt-at-non-option: prevent known args from being parsed when "unknown-options-as-args" is enabled (#438) (c474bc1)
- node version check now uses process.versions.node (#450) (d07bcdb)
- parse options ending with 3+ hyphens (#434) (4f1060b)
yargs-parser yargs-parser-v21.0.0
⚠ BREAKING CHANGES
- drops support for 10 (#421)
Bug Fixes
Code Refactoring
yargs-parser yargs-parser-v20.2.9
Bug Fixes
- build: fixed automated release pipeline (1fe9135)
yargs-parser yargs-parser-v20.2.8
Bug Fixes
- deno: force relese for Deno (6687c97)
- locale: Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase (2617303)
- perf: address slow parse when using unknown-options-as-args (#394) (441f059)
- string-utils: detect [0,1] ranged values as numbers (#388) (efcc32c)
yargs-parser yargs-parser-v15.0.3
Bug Fixes
- build: should use releases_created when using manifest (49ea4ef)
yargs-parser yargs-parser-v15.0.2
Bug Fixes
- perf: address slow parse when using unknown-options-as-args (#400) (bc387ec)
yargs-parser v20.2.7
Bug Fixes
- deno: force relese for Deno (6687c97)