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: v5.0.2
Choose a base ref
...
head repository: sinonjs/sinon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.3
Choose a head ref
  • 9 commits
  • 25 files changed
  • 1 contributor

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    6c20e74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68883b0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    57fac55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80eca7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f45dc6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    724dd6c View commit details
    Browse the repository at this point in the history
  5. Fix #1775: Default sandbox does not restore stubs, spies, mocks

    This was caused by adding stub, spy, mock explicitly to apiMethods, thus
    shadowing the methods from Sanbox, which are the ones that collect the
    fakes for restoring.
    
    Removing these methods, allows the caller to use the sandbox methods,
    and all is well.
    mroderick committed May 2, 2018
    Configuration menu
    Copy the full SHA
    2a3696d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    454d77d View commit details
    Browse the repository at this point in the history
  7. 5.0.3

    mroderick committed May 2, 2018
    Configuration menu
    Copy the full SHA
    347eeb5 View commit details
    Browse the repository at this point in the history
Loading