This release: - Adds the InAnyOrder Matcher - Adds a test for usage with `unittest.mock` call assertions - Fixes API docs of IsEmpty - Fixes parameter names in API docs
0.0.7
This release: - Adds the IsEmpty Matcher for containers
0.0.6
Improvements for MatchesRegex and Or, as well as development tooling
0.0.5
- Documentation: API Reference - `MatchesRegex` Matcher introduced for regular expression matching
0.0.4
- Reworked negative matching (subtle API change for custom Matchers) - Other minor improvements
0.0.3
This release: - Adds ConvertsTo to check whether the matched value can successfully be converted to a type - Upgrades development environment from Python 3.8 to 3.9