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
- feat: use chaijs/loupe for inspection by @pcorpet in #1401
- docs: fix URL in README by @Izzur in #1413
- Remove
get-func-name
dependency by @koddsson in #1416 - Convert Makefile script to npm scripts by @koddsson in #1424
- Clean up README badges by @koddsson in #1422
- fix: package.json - deprecation warning on exports field by @stevenjoezhang in #1400
- fix: deep-eql bump package to support symbols by @snewcomer in #1458
- ES module conversion PoC by @43081j in #1498
- chore: drop commonjs support by @43081j in #1503
- Update pathval by @koddsson in #1527
- Update check-error by @koddsson in #1528
- update
deep-eql
to latest version by @koddsson in #1542 - Inline
type-detect
as a simple function by @koddsson in #1544 - Update loupe by @koddsson in #1545
- Typo 'Test an object' not 'Test and object' by @mavaddat in #1460
- Update
assertion-error
to it's latest major version! by @koddsson in #1543 - Replacing Karma with Web Test Runner by @koddsson in #1546
- remove codecov by @koddsson in #1548
- remove chai version constant by @koddsson in #1550
- Remove istanbul by @koddsson in #1549
New Contributors
- @Izzur made their first contribution in #1413
- @koddsson made their first contribution in #1416
- @stevenjoezhang made their first contribution in #1400
- @43081j made their first contribution in #1498
Full Changelog: v4.3.10...v5.0.0-rc.0