✏️ 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.
1.3.0
Add a `ListContainingOnly` matcher which is similar to `ListContaining` but doesn't allow duplicates or unexpected list members