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: mochajs/mocha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.2
Choose a base ref
...
head repository: mochajs/mocha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.3
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 9, 2019

  1. Fix yargs global pollution

    Yargs exports a global singleton by default. Using it directly will
    most likely break testing apps using yargs themselves.
    inukshuk authored and boneskull committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    f05a58f View commit details
    Browse the repository at this point in the history
  2. Do not pass argv twice

    inukshuk authored and boneskull committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    5121211 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    e73941a View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG for v6.1.3 [ci skip]

    Signed-off-by: Christopher Hiller <[email protected]>
    boneskull committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    ae3d53f View commit details
    Browse the repository at this point in the history
  3. Release v6.1.3

    boneskull committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    f1fe632 View commit details
    Browse the repository at this point in the history
Loading