Jasmine 2.8.0 Release Notes
Summary
This release contains a number of fixes and pull requests. 2.8 should be the last 2.x release of Jasmine, as we aim for 3.0.
Changes
- Create CODE_OF_CONDUCT.md
- Add jsdocs for reporter events
- Update jsApiReporter docs to link to new suite and spec results
- Add explicit docs for the callback function passed to
itetc. - Update afterAll documentation
Pull Requests & Issues
-
Add ’nothing’ matcher and tests
-
Make toEqual matcher report the difference between array elements when arrays have different length
- Closes #1375 from @kiewic
-
Add arrayWithExactContents asymmetric matcher
- Fixes #817
-
Ensure no message added on asym. match success
-
Better primitives detection for saveArgsByValue
-
Better pretty printing for typed arrays
-
Rewrite ES6 Set and Map comparison to ignore insertion order
_Release Notes generated with Anchorman