Skip to content

Latest commit

 

History

History
83 lines (42 loc) · 2.31 KB

3.2.0.md

File metadata and controls

83 lines (42 loc) · 2.31 KB

Jasmine-Core 3.2 Release Notes

Summary

This release contains a number of fixes and pull requests

Changes

  • Add spyOnAllFunctions function

  • Improve timeout error message

    • Merges #1567 from @ikonst
  • Fix JSDoc naming for Env functions

  • Add documentation for more public functions on Env

  • Added a basic set of async matchers

  • Properly cascade StopExecutionError's up the tree

  • Implemented hiding of disabled specs

    • Merges #1561 from @SamFare
  • Line-break long expectation failure messages

  • Better detection of DOM Nodes for equality

  • 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

  • Correctly format stack traces for errors with multiline messages

  • Change message for extra elements at end of actual array

  • Report unhandled rejections as globalErrors.

    • Merges #1521 from @johnjbarton
  • add some links to more tutorials from the api docs


_Release Notes generated with Anchorman