Back to Jasmine

Jasmine 4.1.1 Release Notes

release_notes/4.1.1.md

6.2.01.1 KB
Original Source

Jasmine 4.1.1 Release Notes

Summary

This release fixes several bugs involving equality comparison of properties with Symbol keys.

Bug fixes

  • Fixes for crash bugs and output problems when comparing objects with Symbol keys

    • Include symbol properties in matcher diffs
    • Fixed exception when comparing arrays with Symbol keys
    • Include symbol properties in matcher diffs
    • Include symbol keys when pretty-printing objects
    • Fixes #1966
  • Exclude non-enumerable symbol properties from equality comparison

    • Merges #1963 from @suke

Supported environments

jasmine-core 4.1.1 has been tested in the following environments.

EnvironmentSupported versions
Node12.17+, 14, 16, 18
Safari14, 15
Chrome101
Firefox91, 100
Edge101

_Release Notes generated with Anchorman