Back to Jasmine

Jasmine 2.8.0 Release Notes

release_notes/2.8.0.md

6.2.01.8 KB
Original Source

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 it etc.
  • 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

  • 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