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: v11.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: v12.0.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 28, 2019

  1. fix: better handling of quoted strings (#153)

    BREAKING CHANGE: quotes and beginning and endings of strings are not removed during parsing.
    bcoe authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    2fb71b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02b1d5 View commit details
    Browse the repository at this point in the history
  3. feat: default value is now used if no right-hand value provided for n…

    …umbers/strings (#156)
    
    BREAKING CHANGE: a flag with no right-hand value no longer populates defaulted options with `undefined`.
    bcoe authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    5a7c46a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. chore(release): 12.0.0

    bcoe committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    ea6ce05 View commit details
    Browse the repository at this point in the history
Loading