Skip to content

Commit

Permalink
Bump version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Sep 7, 2024
1 parent d0fe5c4 commit 5cd7d47
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/jasmine-core/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -10982,5 +10982,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};

getJasmineRequireObj().version = function() {
return '5.2.0';
return '5.3.0';
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasmine-core",
"license": "MIT",
"version": "5.2.0",
"version": "5.3.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"
Expand Down
35 changes: 35 additions & 0 deletions release_notes/5.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Jasmine Core 5.3.0 Release Notes

## Changes

* Improved performance in Safari
* Merges [#2040](https://github.com/jasmine/jasmine/pull/2040) from @dcsaszar
* Fixes [#2008](https://github.com/jasmine/jasmine/issues/2008)

* Improved performance in Playwright Webkit on Windows
* Merges [#2034](https://github.com/jasmine/jasmine/pull/2034) from @m-akinc

* Throw if spying has no effect, as when spying on localStorage methods in Firefox and Safari 17
* See [#2036](https://github.com/jasmine/jasmine/issues/2036) and [#2007](https://github.com/jasmine/jasmine/issues/2007)


## Documentation improvements

* Added API reference for reporter capabilities

## Supported environments

This version has been tested in the following environments.

| Environment | Supported versions |
|-------------------|--------------------|
| Node | 18, 20, 22 |
| Safari | 15-17 |
| Chrome | 128 |
| Firefox | 102, 115, 130 |
| Edge | 128 |


------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit 5cd7d47

Please sign in to comment.