🔧 FIXED 🔧 * Removed `flake8-pyproject` from dependencies (should have been a dev dependency)
⚙️ Technical changes ⚙️ * Now using `ruff` for formatting and linting
1.4.3
✏️ CHANGED ✏️ * Improved documentation for some container matchers
🔧 FIXED 🔧 * Fixed missing documentation for `ListContainingOnly`
1.4.2
* I have a new name, so I need to update all the links
1.4.1
* Fixed an issue where errors would be incorrectly reported as type errors if the Jestspectation object was on the right-hand side of the equals expression * Fixed an issue where type mismatches weren't reported in some cases
1.4.0
✨ NEW ✨ * Added an `assert_eq` function which performs an assertion with a detailed error message.