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: 924b014
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: 4a383cf
Choose a head ref
  • 11 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 18, 2017

  1. fix: environment variables should take precedence over config file (#81)

    BREAKING CHANGE: environment variables will now override config files (args, env, config-file, config-object)
    bcoe authored Feb 18, 2017
    Configuration menu
    Copy the full SHA
    76cee1f View commit details
    Browse the repository at this point in the history
  2. docs: use absolute path to yargs logo

    Benjamin Coe committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    5755fa5 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.0

    Benjamin Coe committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    2c95ba9 View commit details
    Browse the repository at this point in the history
  4. docs: should use path to raw image

    Benjamin Coe committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    b0dc63d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. feat: add -- option which allows arguments after the -- flag to be re…

    …turned separated from positional arguments (#84)
    ruimarques authored and bcoe committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    2572ca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a76f0 View commit details
    Browse the repository at this point in the history
  3. chore: upgrade to newest version of camelcase (#87)

    BREAKING CHANGE: camelcase now requires Node 4+.
    bcoe authored Apr 15, 2017
    Configuration menu
    Copy the full SHA
    f1903aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e47d62 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2017

  1. chore: no longer run tests on 0.12

    Benjamin Coe committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    4a298d5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. feat: when parsing stops, we now populate "--" by default (#88)

    BREAKING CHANGE: rather than placing arguments in "_", when parsing is stopped via "--"; we now populate an array called "--" by default.
    bcoe authored May 1, 2017
    Configuration menu
    Copy the full SHA
    cd666db View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.0.0

    Benjamin Coe committed May 1, 2017
    Configuration menu
    Copy the full SHA
    4a383cf View commit details
    Browse the repository at this point in the history
Loading