Bump version to 4.5.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "4.4.0",
|
"version": "4.5.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jasmine/jasmine.git"
|
"url": "https://github.com/jasmine/jasmine.git"
|
||||||
|
|||||||
40
release_notes/4.5.0.md
Normal file
40
release_notes/4.5.0.md
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
# Jasmine 4.5.0 Release Notes
|
||||||
|
|
||||||
|
## New Features
|
||||||
|
|
||||||
|
* Added Safari 16 to supported browsers
|
||||||
|
* Include inner exceptions in stack traces
|
||||||
|
|
||||||
|
## Bug Fixes
|
||||||
|
|
||||||
|
* Report exceptions thrown by a describe before any it calls
|
||||||
|
* Coerce the random string to a seed before sending it to reporters
|
||||||
|
* This fixes an error in HTMLReporter when the configured seed is a
|
||||||
|
number rather than a string, which has been allowed since 3.8.0
|
||||||
|
|
||||||
|
## Documentation updates
|
||||||
|
|
||||||
|
* Fixed the jsdoc types of SuiteResult and SpecResult ids
|
||||||
|
* Replaced var with const in API doc examples
|
||||||
|
* Updated the style of the examples that are included in jasmine-core
|
||||||
|
|
||||||
|
## Internal improvements
|
||||||
|
|
||||||
|
* Converted TreeProcessor to async/await
|
||||||
|
* Converted ReportDispatcher to promises
|
||||||
|
|
||||||
|
## Supported environments
|
||||||
|
|
||||||
|
jasmine-core 4.5.0 has been tested in the following environments.
|
||||||
|
|
||||||
|
| Environment | Supported versions |
|
||||||
|
|-------------------|--------------------|
|
||||||
|
| Node | 12.17+, 14, 16, 18 |
|
||||||
|
| Safari | 14-16 |
|
||||||
|
| Chrome | 107 |
|
||||||
|
| Firefox | 91, 102, 106 |
|
||||||
|
| Edge | 106 |
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
||||||
Reference in New Issue
Block a user