Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.06 KB

3.4.0.md

File metadata and controls

49 lines (33 loc) · 2.06 KB

Jasmine Core 3.4 Release Notes

Summary

This is a maintenance release of Jasmine with a number of new features and fixes

Changes

  • Handle WebSocket events in IE when detecting Errors

  • bump dependencies for security fixes

    • Merges #1672 from @wood1986
  • Make node execution default and override for browsers

  • feat(result.duration): report test duration in ms

  • refactor(Timer): share htmlReporter noopTimer via Timer.js

    • Merges #1669 from @johnjbarton
  • Fix various typos

    • Merges #1666 from @FelixRilling
    • Merges #1667 from @FelixRilling
    • Merges #1665 from @FelixRilling
    • Merges #1664 from @FelixRilling
    • Fixes #1663
  • When catching a global error in Node.js, print the type of error

    • Merges #1632 from @jbunton-atlassian
  • Support Error.stack in globalErrors.

    • Merges #1644 from @johnjbarton
  • Stop treating objects with a nodeType as if they are DOM Nodes

  • Fixes issue where PhantomJS 2 and IE 10 - 11 crashed when reporting SVG element equality


_Release Notes generated with Anchorman