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
base: v5.0.0
Choose a base ref
...
head repository: mochajs/mocha
compare: v5.0.1
Choose a head ref
  • 15 commits
  • 17 files changed
  • 6 contributors

Commits on Jan 18, 2018

  1. fix travis "before script" script

    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    boneskull committed Jan 18, 2018
    Copy the full SHA
    c0ac1b9 View commit details
    Browse the repository at this point in the history
  2. Revert "fix travis "before script" script"

    This reverts commit c0ac1b9.
    boneskull committed Jan 18, 2018
    Copy the full SHA
    2fe2d01 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Copy the full SHA
    bca57f4 View commit details
    Browse the repository at this point in the history
  2. rename "common-mistake" label to "faq"

    - update & sort exempt labels in stalebot config
    - update `MAINTAINERS.md`
    - lint markdown
    
    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    boneskull committed Jan 19, 2018
    Copy the full SHA
    2e7e4c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Add all supported wallaby editors

    ArtemGovorov authored and boneskull committed Jan 22, 2018
    Copy the full SHA
    14fc030 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. update docs for the glob

    outsideris authored and Munter committed Jan 23, 2018
    Copy the full SHA
    f687d2b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cd74322 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Copy the full SHA
    b57f623 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3509029 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. fix memory leak when run in v8; closes #3119

    - this means "multiple calls to done" will once again fail to produce a stack trace in the case that those multiple calls happen in separate tasks.
    - however, if the `done()` is called with an error, Mocha will emit that error, but also a note about multiple calls
    - some reformatting, evidently
    - removed some pointless checks of Mocha's exit code from "multiple done" integration tests
    
    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    boneskull committed Jan 29, 2018
    Copy the full SHA
    d975a6a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Copy the full SHA
    b7377b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. [Update] license year

    josephlin55555 authored and boneskull committed Feb 8, 2018
    Copy the full SHA
    412cf27 View commit details
    Browse the repository at this point in the history
  2. add working wallaby config

    ArtemGovorov authored and boneskull committed Feb 8, 2018
    Copy the full SHA
    44aae9f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    70027b6 View commit details
    Browse the repository at this point in the history
  4. Release v5.0.1

    boneskull committed Feb 8, 2018
    Copy the full SHA
    09ce746 View commit details
    Browse the repository at this point in the history