Skip to content

Releases: yargs/yargs-parser

yargs-parser v19.0.4

27 Aug 05:37
d39ed80
Compare
Choose a tag to compare

Bug Fixes

yargs-parser v19.0.3

27 Aug 05:26
6a00737
Compare
Choose a tag to compare

Bug Fixes

yargs-parser v19.0.2

27 Aug 05:08
f8e15f7
Compare
Choose a tag to compare

Bug Fixes

yargs-parser v19.0.1

09 Aug 04:25
91ca926
Compare
Choose a tag to compare

Bug Fixes

  • build: push tag created for deno (2186a14)

yargs-parser v19.0.0

09 Aug 04:13
93591e1
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • adds support for ESM and Deno (#295)
  • ts: projects using @types/yargs-parser may see variations in type definitions.
  • drops Node 6. begin following Node.js LTS schedule (#278)

Features

  • adds support for ESM and Deno (#295) (195bc4a)
  • expose camelCase and decamelize helpers (#296) (39154ce)
  • deps: update to latest camelcase/decamelize (#281) (8931ab0)

Bug Fixes

  • boolean numeric short option (#294) (f600082)
  • raise permission error for Deno if config load fails (#298) (1174e2b)
  • deps: update dependency decamelize to v3 (#274) (4d98698)
  • types: switch back to using Partial types (#293) (bdc80ba)

Build System

  • drops Node 6. begin following Node.js LTS schedule (#278) (9014ed7)

Code Refactoring

v19.0.0-beta.1 Pre-release

19 Jul 02:16
bdc80ba
Compare
Choose a tag to compare
Pre-release

This is a pre-release for testing purposes of #279.

Install by running npm install yargs-parser@next

v19.0.0-beta.0 Pre-release

18 Jul 23:59
f78d2b9
Compare
Choose a tag to compare
Pre-release

This is a pre-release for testing purposes of #279.

Install by running npm install yargs-parser@next

yargs-parser v18.1.3

16 Apr 20:12
d301a56
Compare
Choose a tag to compare

Bug Fixes

  • setArg: options using camel-case and dot-notation populated twice (#268) (f7e15b9)

yargs-parser v18.1.2

26 Mar 17:13
78014fc
Compare
Choose a tag to compare

Bug Fixes

  • array, nargs: support -o=--value and --option=--value format (#262) (41d3f81)

yargs-parser v18.1.1

16 Mar 07:19
b96b989
Compare
Choose a tag to compare

Bug Fixes

  • __proto__ will now be replaced with ___proto___ in parse (#258), patching a potential
    prototype pollution vulnerability. This was reported by the Snyk Security Research Team.(63810ca)