Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 754 Bytes

3.6.3.md

File metadata and controls

25 lines (14 loc) · 754 Bytes

Jasmine NPM 3.6.3 Release Notes

Summary

This release fixes several bugs related to module loading.

Changes

Fixed ES module loading on Windows

Include the filename in the error when an ES module has syntax errors

Exit nonzero when a spec fails to load

Clarify which Node versions are supported

  • 10.x, 12.x, and 14.x are supported.
  • Odd-numbered major versions are very likely to work, but they aren't supported or tested against.
  • See the engines field in package.json in this and future releases for the current list.