8000 Comparing v13.1.1...v14.0.0 · yargs/yargs-parser · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yargs/yargs-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.1.1
Choose a base ref
...
head repository: yargs/yargs-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.0.0
Choose a head ref
  • 11 commits
  • 6 files changed
  • 6 contributors

Commits on Jun 22, 2019

  1. fix!: maybeCoerceNumber now takes precedence over coerce return value (

    juergba authored and Benjamin E. Coe committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    2f26436 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. fix!: boolean now behaves the same as other array types (#184)

    BREAKING CHANGE: we have dropped the broken "defaulted" functionality; we would like to revisit adding this in the future.
    juergba authored and Benjamin E. Coe committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    17ca3bd View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. feat!: maybeCoerceNumber() now takes into account arrays (#187)

    BREAKING CHANGE: unless "parse-numbers" is set to "false", arrays of numeric strings are now parsed as numbers, rather than strings.
    juergba authored and Benjamin E. Coe committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    31c204b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. fix: eatNargs() for 'opt.narg === 0' and boolean typed options (#188)

    juergba authored and Benjamin E. Coe committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    c5a1db0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. fix: boolean arrays with default values (#185)

    juergba authored and Benjamin E. Coe committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    7d42572 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. fix: take into account aliases when appending arrays from config obje…

    …ct (#199)
    juergba authored and Benjamin E. Coe committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    f8a2d3f View commit details
    Browse the repository at this point in the history
  2. docs: fix typoe (#195)

    0xflotus authored and Benjamin E. Coe committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    89d5a15 View commit details
    Browse the repository at this point in the history
  3. docs: fix typos (#194)

    XhmikosR authored and Benjamin E. Coe committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    d3d9027 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. feat: add configuration option to "collect-unknown-options" (#181)

    henderea authored and Benjamin E. Coe committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    7909cc4 View commit details
    Browse the repository at this point in the history
  2. docs: fix typo require (#200)

    Eomm authored and Benjamin E. Coe committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    0516019 View commit details
    Browse the repository at this point in the history
  3. chore(release): 14.0.0

    bcoe committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    ac11361 View commit details
    Browse the repository at this point in the history
Loading
0