From 5cd7d47f7254163e80ae9b6da10f45a4ba553657 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 7 Sep 2024 13:18:21 -0700 Subject: [PATCH] Bump version to 5.3.0 --- lib/jasmine-core/jasmine.js | 2 +- package.json | 2 +- release_notes/5.3.0.md | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 release_notes/5.3.0.md diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 8e30c4b6..88f10f86 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -10982,5 +10982,5 @@ getJasmineRequireObj().UserContext = function(j$) { }; getJasmineRequireObj().version = function() { - return '5.2.0'; + return '5.3.0'; }; diff --git a/package.json b/package.json index 37f6fb89..c2a7f96a 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/release_notes/5.3.0.md b/release_notes/5.3.0.md new file mode 100644 index 00000000..ec6088d0 --- /dev/null +++ b/release_notes/5.3.0.md @@ -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)_