release_notes/3.10.0.md
Added support for running Jasmine multiple times
autoCleanClosures: false, then it can be
executed repeatedly.Improved error message when an async expectation occurs after the spec finishes
Reject timeout values that are too large for setTimeout
Don't immediately move to the next queueable fn on async error
This allows assertion failures and other errors that occur after the async error to be routed to the correct spec/suite.
Added a stringContaining asymmetric equality tester
The jasmine-core Ruby gem now prints a deprecation message when loaded unless the SUPPRESS_JASMINE_DEPRECATION environment variable is set.
Added discussion of max timeout value to jsdocs
Added missing @since annotations
Improved jsdocs for asymmetric equality testers
Added a deprecation notice to the jasmine-core Ruby gem's description
jasmine-core 3.10.0 has been tested in the following environments.
| Environment | Supported versions |
|---|---|
| Node | 10, 12, 14, 16 |
| Safari | 8-14 |
| Chrome | 94 |
| Firefox | 93, 78, 68 |
| Edge | 94 |
| Internet Explorer | 10, 11 |
_Release Notes generated with Anchorman