-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: jasmine/jasmine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jasmine/jasmine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 102 files changed
- 2 contributors
Commits on Feb 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f7132d9 - Browse repository at this point
Copy the full SHA f7132d9View commit details
Commits on Feb 25, 2026
-
feat: Add new toBeRejectedWithMatching async matcher
Addresses #1781
Benoit CHOMEL committedFeb 25, 2026 Configuration menu - View commit details
-
Copy full SHA for 0a5acd9 - Browse repository at this point
Copy the full SHA 0a5acd9View commit details
Commits on Feb 28, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6e52b97 - Browse repository at this point
Copy the full SHA 6e52b97View commit details
Commits on Mar 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fc2de63 - Browse repository at this point
Copy the full SHA fc2de63View commit details
Commits on Mar 4, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 46338ad - Browse repository at this point
Copy the full SHA 46338adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a91a6 - Browse repository at this point
Copy the full SHA 25a91a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b864eff - Browse repository at this point
Copy the full SHA b864effView commit details
Commits on Mar 7, 2026
-
This file hasn't done anything since the upgrade to eslint 9.
Configuration menu - View commit details
-
Copy full SHA for 03ebebf - Browse repository at this point
Copy the full SHA 03ebebfView commit details
Commits on Mar 11, 2026
-
Use one declaration per statement
The old style of merging all of a function's variable declarations into a single statement made some sense back in the days of var, but there's no reason to keep doing it now that we use const and let.
Configuration menu - View commit details
-
Copy full SHA for 434575f - Browse repository at this point
Copy the full SHA 434575fView commit details
Commits on Mar 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6c61b11 - Browse repository at this point
Copy the full SHA 6c61b11View commit details
Commits on Mar 14, 2026
-
Drop support for Firefox 102, 115, and 128 (old ESRs)
These browsers have bugs that occasionally cause typed array comparisons to pass when they should fail, or vice versa: * for...in loops sometimes omit keys, such that two typed arrays with different lengths appear to have the same set of keys. * Typed arrays sometimes have mulitple undefined keys (which is to say that the key itself is undefined). Two typed arrays with identical length and contents can compare unequal because of the spurious undefined keys.) Those problems could be avoided by comparing keys 0...length-1 rather than the actual set of exposed keys, but that would be a pretty nasty breaking change for anyone whose code tacks extra properties onto typed arrays. So far these bugs haven't been seen in anything newer than FF 128. Since the affected browsers are all past end of life, the most sensible thing is to just stop testing against them.
Configuration menu - View commit details
-
Copy full SHA for 4ddb07a - Browse repository at this point
Copy the full SHA 4ddb07aView commit details
Commits on Apr 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b05ea4b - Browse repository at this point
Copy the full SHA b05ea4bView 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 v6.1.0...v6.2.0