Add issue links to release notes
This commit is contained in:
@@ -7,49 +7,49 @@ This release contains a number of fixes and pull requests
|
||||
## Changes
|
||||
|
||||
* Add spyOnAllFunctions function
|
||||
- Merges #1581 from @aeisenberg
|
||||
- Fixes #1421
|
||||
- Merges [#1581](https://github.com/jasmine/jasmine-npm/issues/1581) from @aeisenberg
|
||||
- Fixes [#1421](https://github.com/jasmine/jasmine-npm/issues/1421)
|
||||
|
||||
|
||||
* Improve timeout error message
|
||||
- Merges #1567 from @ikonst
|
||||
- Merges [#1567](https://github.com/jasmine/jasmine-npm/issues/1567) from @ikonst
|
||||
|
||||
|
||||
* Fix JSDoc naming for Env functions
|
||||
- See #1565
|
||||
- See [#1565](https://github.com/jasmine/jasmine-npm/issues/1565)
|
||||
|
||||
|
||||
* Add documentation for more public functions on Env
|
||||
- Fixes #1565
|
||||
- Fixes [#1565](https://github.com/jasmine/jasmine-npm/issues/1565)
|
||||
|
||||
|
||||
* Added a basic set of async matchers
|
||||
- Fixes #1447
|
||||
- Fixes #1547
|
||||
- Fixes [#1447](https://github.com/jasmine/jasmine-npm/issues/1447)
|
||||
- Fixes [#1547](https://github.com/jasmine/jasmine-npm/issues/1547)
|
||||
|
||||
|
||||
* Properly cascade StopExecutionError's up the tree
|
||||
- Fixes #1563
|
||||
- Fixes [#1563](https://github.com/jasmine/jasmine-npm/issues/1563)
|
||||
|
||||
|
||||
* Implemented hiding of disabled specs
|
||||
- Merges #1561 from @SamFare
|
||||
- Merges [#1561](https://github.com/jasmine/jasmine-npm/issues/1561) from @SamFare
|
||||
|
||||
|
||||
* Line-break long expectation failure messages
|
||||
- See #296
|
||||
- See [#296](https://github.com/jasmine/jasmine-npm/issues/296)
|
||||
|
||||
|
||||
* Better detection of DOM Nodes for equality
|
||||
- Fixes #1172
|
||||
- Fixes [#1172](https://github.com/jasmine/jasmine-npm/issues/1172)
|
||||
|
||||
|
||||
* Fix typo from `incimplete` to `incomplete`
|
||||
- Merges #1555 from @yinm
|
||||
- Merges [#1555](https://github.com/jasmine/jasmine-npm/issues/1555) from @yinm
|
||||
|
||||
|
||||
* Allow omitting the name argument: `createSpy(func)`
|
||||
- Merges #1551 from @riophae
|
||||
- Merges [#1551](https://github.com/jasmine/jasmine-npm/issues/1551) from @riophae
|
||||
|
||||
|
||||
* name new global status stuff correctly in API docs
|
||||
@@ -59,20 +59,20 @@ This release contains a number of fixes and pull requests
|
||||
|
||||
|
||||
* Fixed global variable leak
|
||||
- Fixes #1534
|
||||
- Fixes [#1534](https://github.com/jasmine/jasmine-npm/issues/1534)
|
||||
|
||||
|
||||
* Correctly format stack traces for errors with multiline messages
|
||||
- Fixes #1526
|
||||
- Fixes [#1526](https://github.com/jasmine/jasmine-npm/issues/1526)
|
||||
|
||||
|
||||
* Change message for extra elements at end of actual array
|
||||
- Merges #1527 from @majidmade
|
||||
- Fixes #1485
|
||||
- Merges [#1527](https://github.com/jasmine/jasmine-npm/issues/1527) from @majidmade
|
||||
- Fixes [#1485](https://github.com/jasmine/jasmine-npm/issues/1485)
|
||||
|
||||
|
||||
* Report unhandled rejections as globalErrors.
|
||||
- Merges #1521 from @johnjbarton
|
||||
- Merges [#1521](https://github.com/jasmine/jasmine-npm/issues/1521) from @johnjbarton
|
||||
|
||||
|
||||
* add some links to more tutorials from the api docs
|
||||
|
||||
Reference in New Issue
Block a user