-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Comparing changes
Open a pull request
base repository: jasmine/jasmine
base: v3.8.0
head repository: jasmine/jasmine
compare: v3.9.0
- 15 commits
- 37 files changed
- 2 contributors
Commits on Jul 1, 2021
-
Make j$.isError_ compatible with Trusted Types
The isError_ check uses a heuristic that calls the Function constructor to determine if the given value is an Error object. This results in a runtime violation in test suites that enforce Trusted Types. Since Trusted Types are only supported in modern browsers (currently, Chromium-based browsers), we can use a more straightforward heuristic in environments where Trusted Types are supported. Fixes #1910. See that thread for more details.
Configuration menu - View commit details
-
Copy full SHA for dc80a28 - Browse repository at this point
Copy the full SHA dc80a28View commit details
Commits on Jul 3, 2021
-
Removed property tests for MatchersUtil#equals
These might be useful for a function with a more restricted domain. But for equals, which accepts two of literally anything, the short run was too short to catch any problems and the long run tended to exceed the CircleCi timeout.
Configuration menu - View commit details
-
Copy full SHA for 3e64ce3 - Browse repository at this point
Copy the full SHA 3e64ce3View commit details
Commits on Jul 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 50c88e7 - Browse repository at this point
Copy the full SHA 50c88e7View commit details
Commits on Jul 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 88b90ec - Browse repository at this point
Copy the full SHA 88b90ecView commit details -
Merge branch 'iserror-tt' of https://github.com/bjarkler/jasmine into…
Configuration menu - View commit details
-
Copy full SHA for 21bfbbb - Browse repository at this point
Copy the full SHA 21bfbbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3513249 - Browse repository at this point
Copy the full SHA 3513249View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1d1d69 - Browse repository at this point
Copy the full SHA c1d1d69View commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2c32dd5 - Browse repository at this point
Copy the full SHA 2c32dd5View commit details
Commits on Jul 27, 2021
-
Split boot.js in two to allow the env to be configured in between
This is mainly intended to support jasmine-browser-runner, which will load a script that configures the env in between the two boot files (boot0.js and boot1.js). The single-file boot.js is retained for now but will be removed in a future release.
Configuration menu - View commit details
-
Copy full SHA for 2865249 - Browse repository at this point
Copy the full SHA 2865249View commit details
Commits on Jul 30, 2021
-
Added API docs for Suite#id and Spec#id
These properties are the only way to obtain runnable IDs, without which you can't call the form of Env#execute that takes an array of IDs.
Configuration menu - View commit details
-
Copy full SHA for 43073b3 - Browse repository at this point
Copy the full SHA 43073b3View commit details
Commits on Jul 31, 2021
-
Renamed failFast and oneFailurePerSpec config props to stopOnSpecFail…
…ure and stopSpecOnExpectationFailure The new names are more self-explanatory and consistent with jasmine-npm. The old names are deprecated but still work. [#178682783]
Configuration menu - View commit details
-
Copy full SHA for b696bec - Browse repository at this point
Copy the full SHA b696becView commit details -
Updated deprecaton messages for Env#throwOnExpectationFailure() and E…
…nv#stopOnSpecFailure()
Configuration menu - View commit details
-
Copy full SHA for dcaac62 - Browse repository at this point
Copy the full SHA dcaac62View commit details
Commits on Aug 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e72d161 - Browse repository at this point
Copy the full SHA e72d161View commit details
Commits on Aug 14, 2021
-
Better reporting of unhandled promise rejections with truthy but non-…
…`Error` reasons on Node [#179227413]
Configuration menu - View commit details
-
Copy full SHA for dd8a65c - Browse repository at this point
Copy the full SHA dd8a65cView commit details
Commits on Aug 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a6d7eb2 - Browse repository at this point
Copy the full SHA a6d7eb2View commit details
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 v3.8.0...v3.9.0