84 lines
2.3 KiB
Markdown
84 lines
2.3 KiB
Markdown
# Jasmine-Core 3.2 Release Notes
|
|
|
|
## Summary
|
|
|
|
This release contains a number of fixes and pull requests
|
|
|
|
## Changes
|
|
|
|
* Add spyOnAllFunctions function
|
|
- Merges [#1581](https://github.com/jasmine/jasmine/issues/1581) from @aeisenberg
|
|
- Fixes [#1421](https://github.com/jasmine/jasmine/issues/1421)
|
|
|
|
|
|
* Improve timeout error message
|
|
- Merges [#1567](https://github.com/jasmine/jasmine/issues/1567) from @ikonst
|
|
|
|
|
|
* Fix JSDoc naming for Env functions
|
|
- See [#1565](https://github.com/jasmine/jasmine/issues/1565)
|
|
|
|
|
|
* Add documentation for more public functions on Env
|
|
- Fixes [#1565](https://github.com/jasmine/jasmine/issues/1565)
|
|
|
|
|
|
* Added a basic set of async matchers
|
|
- Fixes [#1447](https://github.com/jasmine/jasmine/issues/1447)
|
|
- Fixes [#1547](https://github.com/jasmine/jasmine/issues/1547)
|
|
|
|
|
|
* Properly cascade StopExecutionError's up the tree
|
|
- Fixes [#1563](https://github.com/jasmine/jasmine/issues/1563)
|
|
|
|
|
|
* Implemented hiding of disabled specs
|
|
- Merges [#1561](https://github.com/jasmine/jasmine/issues/1561) from @SamFare
|
|
|
|
|
|
* Line-break long expectation failure messages
|
|
- See [#296](https://github.com/jasmine/jasmine/issues/296)
|
|
|
|
|
|
* Better detection of DOM Nodes for equality
|
|
- Fixes [#1172](https://github.com/jasmine/jasmine/issues/1172)
|
|
|
|
|
|
* Fix typo from `incimplete` to `incomplete`
|
|
- Merges [#1555](https://github.com/jasmine/jasmine/issues/1555) from @yinm
|
|
|
|
|
|
* Allow omitting the name argument: `createSpy(func)`
|
|
- Merges [#1551](https://github.com/jasmine/jasmine/issues/1551) from @riophae
|
|
|
|
|
|
* name new global status stuff correctly in API docs
|
|
|
|
|
|
* Check for accidental global variable creation
|
|
|
|
|
|
* Fixed global variable leak
|
|
- Fixes [#1534](https://github.com/jasmine/jasmine/issues/1534)
|
|
|
|
|
|
* Correctly format stack traces for errors with multiline messages
|
|
- Fixes [#1526](https://github.com/jasmine/jasmine/issues/1526)
|
|
|
|
|
|
* Change message for extra elements at end of actual array
|
|
- Merges [#1527](https://github.com/jasmine/jasmine/issues/1527) from @majidmade
|
|
- Fixes [#1485](https://github.com/jasmine/jasmine/issues/1485)
|
|
|
|
|
|
* Report unhandled rejections as globalErrors.
|
|
- Merges [#1521](https://github.com/jasmine/jasmine/issues/1521) from @johnjbarton
|
|
|
|
|
|
* add some links to more tutorials from the api docs
|
|
|
|
|
|
------
|
|
|
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|