Skip to content

Releases: yargs/yargs-parser

yargs-parser: v22.0.0

Choose a tag to compare

@github-actions github-actions released this 26 May 20:11
553c808

22.0.0 (2025-05-26)

⚠ BREAKING CHANGES

  • yargs is now ESM first (#503)

Features

yargs-parser: v21.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 21:12
3aba24c

21.1.1 (2022-08-04)

Bug Fixes

  • typescript: ignore .cts files during publish (#454) (d69f9c3), closes #452

yargs-parser: v21.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 19:23
90067a0

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: v21.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Feb 15:09
0fdbfa1

21.0.1 (2022-02-27)

Bug Fixes

yargs-parser yargs-parser-v21.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Nov 02:47
217aa62

⚠ BREAKING CHANGES

  • drops support for 10 (#421)

Bug Fixes

Code Refactoring

yargs-parser yargs-parser-v20.2.9

Choose a tag to compare

@github-actions github-actions released this 20 Jun 23:42
3859e74

Bug Fixes

  • build: fixed automated release pipeline (1fe9135)

yargs-parser yargs-parser-v20.2.8

Choose a tag to compare

@github-actions github-actions released this 20 Jun 23:00
9eb9c2f

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

Choose a tag to compare

@github-actions github-actions released this 20 Jun 22:49
50a7aeb

Bug Fixes

  • build: should use releases_created when using manifest (49ea4ef)

yargs-parser yargs-parser-v15.0.2

Choose a tag to compare

@github-actions github-actions released this 20 Jun 22:42
89e2580

Bug Fixes

  • perf: address slow parse when using unknown-options-as-args (#400) (bc387ec)

yargs-parser v20.2.7

Choose a tag to compare

@github-actions github-actions released this 10 Mar 19:32
6c60415

Bug Fixes

  • deno: force relese for Deno (6687c97)