Bump version to 5.7.0
This commit is contained in:
@@ -11391,5 +11391,5 @@ getJasmineRequireObj().UserContext = function(j$) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
getJasmineRequireObj().version = function() {
|
getJasmineRequireObj().version = function() {
|
||||||
return '5.6.0';
|
return '5.7.0';
|
||||||
};
|
};
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "5.6.0",
|
"version": "5.7.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jasmine/jasmine.git"
|
"url": "https://github.com/jasmine/jasmine.git"
|
||||||
|
|||||||
@@ -0,0 +1,64 @@
|
|||||||
|
# Jasmine Core 5.7.0 Release Notes
|
||||||
|
|
||||||
|
## New features
|
||||||
|
|
||||||
|
* Added [Clock#autoTick](https://jasmine.github.io/api/5.7/Clock.html#autoTick)
|
||||||
|
to automatically tick the clock asynchronously
|
||||||
|
* Merges #2042 from @atscott and @stephenfarrar
|
||||||
|
* Fixes #1725
|
||||||
|
* Fixes #1932
|
||||||
|
|
||||||
|
* Expose [spec path](https://jasmine.github.io/api/5.7/Spec.html#getPath) as an
|
||||||
|
array of names in addition to the existing concatenated name
|
||||||
|
|
||||||
|
This is meant to support tools like IDE integrations that need to filter a run
|
||||||
|
to an exact set of suites/specs.
|
||||||
|
|
||||||
|
|
||||||
|
## Documentation improvements
|
||||||
|
|
||||||
|
* Documented that [SpecResult#filename](https://jasmine.github.io/api/5.7/global.html#SpecResult)
|
||||||
|
and [SuiteResult#filename](https://jasmine.github.io/api/5.7/global.html#SuiteResult)
|
||||||
|
are wrong when zone.js is present and in some cases where it/describe/etc are
|
||||||
|
replaced
|
||||||
|
* Updated docs for expected and actual properties of
|
||||||
|
[expectation results](https://jasmine.github.io/api/5.7/global.html#ExpectationResult)
|
||||||
|
|
||||||
|
|
||||||
|
## Internal improvements
|
||||||
|
|
||||||
|
* Rewrote the build system to not use Grunt
|
||||||
|
|
||||||
|
Although Grunt has served Jasmine well over the years, it was keeping us tied
|
||||||
|
to an aging and increasingly questionable set of dev dependencies.
|
||||||
|
|
||||||
|
* Updated to eslint 9
|
||||||
|
* Removed mostly-unmaintained dev dependency 'temp'
|
||||||
|
* Updated most other dev dependencies to latest versions
|
||||||
|
* Fixed sass deprecation warning
|
||||||
|
* Updated to Sauce Connect 5
|
||||||
|
* Made stop-sauce-connect script more robust
|
||||||
|
|
||||||
|
|
||||||
|
## Supported environments
|
||||||
|
|
||||||
|
This version has been tested in the following environments.
|
||||||
|
|
||||||
|
| Environment | Supported versions |
|
||||||
|
|-------------------|-------------------------|
|
||||||
|
| Node | 18**, 20, 22 |
|
||||||
|
| Safari | 15**, 16**, 17** |
|
||||||
|
| Chrome | 135* |
|
||||||
|
| Firefox | 102**, 115**, 128, 137* |
|
||||||
|
| Edge | 135* |
|
||||||
|
|
||||||
|
\* Evergreen browser. Each version of Jasmine is tested against the latest
|
||||||
|
version available at release time.<br>
|
||||||
|
\** Environments that are past end of life are supported on a best-effort basis.
|
||||||
|
They may be dropped in a future minor release of Jasmine if continued support
|
||||||
|
becomes impractical.
|
||||||
|
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
||||||
Reference in New Issue
Block a user