Bump version to 4.2.0
This commit is contained in:
@@ -10237,5 +10237,5 @@ getJasmineRequireObj().UserContext = function(j$) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
getJasmineRequireObj().version = function() {
|
getJasmineRequireObj().version = function() {
|
||||||
return '4.1.1';
|
return '4.2.0';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "4.1.1",
|
"version": "4.2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jasmine/jasmine.git"
|
"url": "https://github.com/jasmine/jasmine.git"
|
||||||
|
|||||||
29
release_notes/4.2.0.md
Normal file
29
release_notes/4.2.0.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Jasmine 4.2.0 Release Notes
|
||||||
|
|
||||||
|
## New Features
|
||||||
|
|
||||||
|
* Added a jasmine.is asymmetric equality tester
|
||||||
|
* Allows the use of === comparisons for specific fields of an object that
|
||||||
|
should otherwise be compared with the default deep value equality logic.
|
||||||
|
|
||||||
|
## Bug Fixes
|
||||||
|
|
||||||
|
* More reliably report errors that occur late in the suite/spec lifecycle
|
||||||
|
* Previously, an error that occurred after Jasmine started to report the
|
||||||
|
suiteDone or specDone event for the current runable would not be reliably
|
||||||
|
reported. Now such an error is reported on the nearest ancestor suite whose
|
||||||
|
suiteDone event has not yet been reported.
|
||||||
|
|
||||||
|
* Don't report a deprecation when a runnable uses two forms of async
|
||||||
|
* This was made into an error in 4.0, so the deprecation is redundant.
|
||||||
|
|
||||||
|
* Include property getter values in pretty-printed objects
|
||||||
|
|
||||||
|
## Documentation Updates
|
||||||
|
|
||||||
|
* Removed duplicate Suite and Spec jsdocs
|
||||||
|
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
||||||
Reference in New Issue
Block a user