bump version to 3.2.0
This commit is contained in:
@@ -6613,5 +6613,5 @@ getJasmineRequireObj().UserContext = function(j$) {
|
||||
};
|
||||
|
||||
getJasmineRequireObj().version = function() {
|
||||
return '3.1.0';
|
||||
return '3.2.0';
|
||||
};
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
#
|
||||
module Jasmine
|
||||
module Core
|
||||
VERSION = "3.1.0"
|
||||
VERSION = "3.2.0"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "jasmine-core",
|
||||
"license": "MIT",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jasmine/jasmine.git"
|
||||
|
||||
83
release_notes/3.2.0.md
Normal file
83
release_notes/3.2.0.md
Normal file
@@ -0,0 +1,83 @@
|
||||
# Jasmine-Core 3.2 Release Notes
|
||||
|
||||
## Summary
|
||||
|
||||
This release contains a number of fixes and pull requests
|
||||
|
||||
## Changes
|
||||
|
||||
* Add spyOnAllFunctions function
|
||||
- Merges #1581 from @aeisenberg
|
||||
- Fixes #1421
|
||||
|
||||
|
||||
* Improve timeout error message
|
||||
- Merges #1567 from @ikonst
|
||||
|
||||
|
||||
* Fix JSDoc naming for Env functions
|
||||
- See #1565
|
||||
|
||||
|
||||
* Add documentation for more public functions on Env
|
||||
- Fixes #1565
|
||||
|
||||
|
||||
* Added a basic set of async matchers
|
||||
- Fixes #1447
|
||||
- Fixes #1547
|
||||
|
||||
|
||||
* Properly cascade StopExecutionError's up the tree
|
||||
- Fixes #1563
|
||||
|
||||
|
||||
* Implemented hiding of disabled specs
|
||||
- Merges #1561 from @SamFare
|
||||
|
||||
|
||||
* Line-break long expectation failure messages
|
||||
- See #296
|
||||
|
||||
|
||||
* Better detection of DOM Nodes for equality
|
||||
- Fixes #1172
|
||||
|
||||
|
||||
* Fix typo from `incimplete` to `incomplete`
|
||||
- Merges #1555 from @yinm
|
||||
|
||||
|
||||
* Allow omitting the name argument: `createSpy(func)`
|
||||
- Merges #1551 from @riophae
|
||||
|
||||
|
||||
* name new global status stuff correctly in API docs
|
||||
|
||||
|
||||
* Check for accidental global variable creation
|
||||
|
||||
|
||||
* Fixed global variable leak
|
||||
- Fixes #1534
|
||||
|
||||
|
||||
* Correctly format stack traces for errors with multiline messages
|
||||
- Fixes #1526
|
||||
|
||||
|
||||
* Change message for extra elements at end of actual array
|
||||
- Merges #1527 from @majidmade
|
||||
- Fixes #1485
|
||||
|
||||
|
||||
* Report unhandled rejections as globalErrors.
|
||||
- Merges #1521 from @johnjbarton
|
||||
|
||||
|
||||
* add some links to more tutorials from the api docs
|
||||
|
||||
|
||||
------
|
||||
|
||||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
||||
Reference in New Issue
Block a user