v0.14.2
Pre-release
Pre-release
Breaking Changes
None
New Features
- Adds a new
is_emptyalternative toemptyin #655 - Adds support for explicit type parameters in structs and method calls, in
property_matcher!andfield_matcher!. This effectively also adds support for these inmatches_pattern!in #650 - Adds support for struct paths with a leading
::by refactoringproperty_matcher!andfield_matcher!in #651
Bug Fixes
None
Other Minor Changes
-
Split up
matches_pattern_testsinto granular tests rather than making it a full glob of tests overlapping with all other tests in #649 -
Deduplicate
property_matcher!andfield_matcher!variants using the nifty trick from https://users.rust-lang.org/t/130872 in #652 -
Use UFCS for
with_messageassertions in #654
Full Changelog: v0.14.1...v0.14.2