Skip to content

v0.14.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaibhav-1207 vaibhav-1207 released this 25 Jun 15:49
· 5 commits to main since this release

Breaking Changes

None

New Features

  • Adds a new is_empty alternative to empty in #655
  • Adds support for explicit type parameters in structs and method calls, in property_matcher! and field_matcher!. This effectively also adds support for these in matches_pattern! in #650
  • Adds support for struct paths with a leading :: by refactoring property_matcher! and field_matcher! in #651

Bug Fixes

None

Other Minor Changes

  • Split up matches_pattern_tests into granular tests rather than making it a full glob of tests overlapping with all other tests in #649

  • Deduplicate property_matcher! and field_matcher! variants using the nifty trick from https://users.rust-lang.org/t/130872 in #652

  • Use UFCS for with_message assertions in #654

Full Changelog: v0.14.1...v0.14.2