Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.04 KB

File metadata and controls

34 lines (22 loc) · 1.04 KB

Jasmine NPM 6.0.0 Release Notes

Summary

This is a major release that includes breaking changes. Please read the list of breaking changes below and see the migration guide for more information. Be sure to read the release notes for jasmine-core 6.0.0 as well.

Changes to supported environments

  • Node 18 is no longer supported.

Breaking changes

  • Only the first config file is loaded when more than one is present.
  • ConsoleReporter is no longer exported by this package. It has been moved to @jasminejs/reporters.

New features

  • Console reporter respects the NO_COLOR environment variable.
  • Compatibility with glob 12 and 13 as well as 10 and 11. Glob 13 is considerably smaller than previous versions.

Supported environments

This package has been tested on Node 20, 22, and 24.


_Release Notes generated with Anchorman