-
-
Notifications
You must be signed in to change notification settings - Fork 787
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.4.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sinonjs/sinon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 67 files changed
- 5 contributors
Commits on Mar 15, 2018
-
test for combining onCall + yields + returns
Currently returns doesn't work with that combination See issue #1736
Configuration menu - View commit details
-
Copy full SHA for 6fd78e1 - Browse repository at this point
Copy the full SHA 6fd78e1View commit details -
Allow chained behaviors with a .onCall(#)
e.g. this code: stub.onCall(0).yields(x).returns(y) will once again both call the callback with x and return y. This feature was present in v1.17.7, but lost somewhere between there and v4.4.5 Fixes #1736
Configuration menu - View commit details
-
Copy full SHA for 1414afb - Browse repository at this point
Copy the full SHA 1414afbView commit details
Commits on Mar 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f547ef8 - Browse repository at this point
Copy the full SHA f547ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b9262 - Browse repository at this point
Copy the full SHA 48b9262View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2696bd - Browse repository at this point
Copy the full SHA f2696bdView commit details
Commits on Mar 28, 2018
-
Merge pull request #1738 from nfriedly/issue-1736
Fix onCall(#) with chained behaviors
Configuration menu - View commit details
-
Copy full SHA for cee8156 - Browse repository at this point
Copy the full SHA cee8156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d50435 - Browse repository at this point
Copy the full SHA 3d50435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1069f15 - Browse repository at this point
Copy the full SHA 1069f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d18f04 - Browse repository at this point
Copy the full SHA 3d18f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for d333180 - Browse repository at this point
Copy the full SHA d333180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba4de7 - Browse repository at this point
Copy the full SHA 4ba4de7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.4.9...v4.4.10