8000 Comparing v6.0.0...v6.1.0 · tj/commander.js · 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: tj/commander.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: tj/commander.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 10 commits
  • 13 files changed
  • 3 contributors

Commits on Jul 23, 2020

  1. Add document links to errors

    A link would also be helpful in resolving the error.
    
    link is to:
    https://github.com/tj/commander.js#avoiding-option-name-clashes
    abetomo committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    8fb669f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. tests: remove eslint-disable jest/no-test-callback (#1312)

    * tests: remove eslint-disable jest/no-test-callback
    
    Instead of using the `done` callback from the test function, we can be using a Promise instead.
    I've checked that if `resolve` is not called the test fails (timeout).
    
    * fix: code style
    
    * test: ensure an assertion is made (code review)
    michga authored Jul 25, 2020
    Configuration menu
    Copy the full SHA
    b915706 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    1b5ede8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    669190d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f47bdf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    c7f5f78 View commit details
    Browse the repository at this point in the history
  2. Improve basedir calculation to fix #1274 (#1322)

    * Improve basedir calculation to fix #1274
    
    * Improve comment
    shadowspawn authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    a71d592 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Allow disabling the built-in help option (#1325)

    * Allow disabling the built-in help option
    
    * Suppress Options section of help if no options
    
    * Fix suppressed options
    
    * Leave [options] out of usage if no options
    
    * Expand usage tests
    shadowspawn authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    6b2e42c View commit details
    Browse the repository at this point in the history
  2. Add combineFlagAndOptionalValue (#1326)

    * Add combineFlagAndOptionalValue
    
    * Add combineFlagAndOptionalValue to migration tips
    
    * Add missing minus
    
    * Reorder example
    shadowspawn authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    84fe0da View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Prepare for 6.1.0

    shadowspawn authored and abetomo committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    9c7cfc0 View commit details
    Browse the repository at this point in the history
Loading
0