Skip to content

Releases: lipanski/mockito

0.3.0

02 Apr 22:07
Compare
Choose a tag to compare
  • Introduced advanced header matchers: Matcher::Any to match only by the field name and Matcher::Missing to match the absence of a particular header. These are used within the Mock::match_header call.
  • The old behaviour of matching the header value by &str was kept backwards compatible.

0.2.5

26 Feb 20:31
Compare
Choose a tag to compare
  • Explicitly set an empty body for non-matching routes (prevents hanging requests for non-matching routes).
  • Added more tests.