Breaking Changes
None
New Features
- Change NearMatcher to support references to the target type in #628
Bug Fixes
- Fix the parsing logic of
matches_pattern!
to support_
at the top level in top-level structs in #627 - Fix the parsing logic of matches_pattern! to support
_
at the top level in braced enums in #634 - Fix Clippy warnings: variables can be used directly in the
format!
string in #639
Other Minor Changes
- Update documentation for
expect_true
,expect_false
,assert_pred
andexpect_pred
macros, which accept formatting args in #617 - Refactor and split similar tests in
matches_pattern_test.rs
to multiple files in #635
Full Changelog: v0.14.0...v0.14.1