Skip to content

Releases: chaijs/chai

v5.1.0

12 Feb 13:59
2cf92f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.3...v5.1.0

v5.0.3

25 Jan 09:50
44b81df
Compare
Choose a tag to compare

Fix bad v5.0.2 publish.

Full Changelog: v5.0.2...v5.0.3

v5.0.2

25 Jan 09:46
57fef84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.0.2

v4.4.1

12 Jan 14:13
f4b2fbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.4.1

v4.4.0

05 Jan 13:21
Compare
Choose a tag to compare

What's Changed

  • Allow deepEqual fonction to be configured globally (4.x.x branch) by @forty in #1553

Full Changelog: v4.3.10...v4.4.0

v5.0.0-rc.0

06 Dec 12:58
Compare
Choose a tag to compare
v5.0.0-rc.0 Pre-release
Pre-release

The first Release Candidate of chai@v5 is here!

We've put out a few alpha versions and tested them out in various projects with good success. This RC includes all those changes plus any fixes that we've discovered since then.

Please try it out in your projects and let us know if you run into any issues so we can make fixes before version 5!

Thanks for using Chai 🙏🏻

What's Changed

New Contributors

Full Changelog: v4.3.10...v5.0.0-rc.0

v5.0.0

28 Dec 11:56
Compare
Choose a tag to compare

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).

What's Changed

New Contributors

Full Changelog: 4.3.1...v5.0.0

v5.0.0-alpha.2

30 Oct 11:01
Compare
Choose a tag to compare
v5.0.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v5.0.0-alpha.1...v5.0.0-alpha.2

v4.3.10

28 Sep 09:51
744a16e
Compare
Choose a tag to compare

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: v4.3.9...v4.3.10

v4.3.9

27 Sep 09:25
923d0a4
Compare
Choose a tag to compare

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: v4.3.8...v4.3.9