Some achievements to celebrate this release: 100 closed issues and 14 contributors (1 new!)
Added
- [feature] Add numeric assertions for numerical comparisons: now we
have more semantic assertions to compare numbers, check out the readme/jsdoc for more info. Thank you,
@beluamat29, for your first contribution! 🎉
Fixed
- [bug] passing tests even if the objects under comparison are not equal:
this was a regression from a refactoring to add private methods in v7, it's not user-facing error.