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: sinonjs/sinon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.0
Choose a base ref
...
head repository: sinonjs/sinon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.0
Choose a head ref
  • 6 commits
  • 24 files changed
  • 3 contributors

Commits on Feb 10, 2018

  1. Configuration menu
    Copy the full SHA
    0b75f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7139e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Added comma, for clarity

    Wouldn't want anyone thinking sinon will in any way "fail to ensure you are creating less error prone tests" :)
    markstickley authored and mroderick committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    2c2bc0d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Change return value of yield and callArg

    Instead of returning false this change makes yield,
    yieldOn, yieldTo, yieldToOn, callArg, and callArgOn
    return the callbacks return values in an Array.
    
    Resolves #903
    stoically authored and mroderick committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    b81d20f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f0615e View commit details
    Browse the repository at this point in the history
  3. 4.4.0

    mroderick committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    a50f759 View commit details
    Browse the repository at this point in the history
Loading