Skip to content

Releases: lipanski/mockito

0.31.1

05 Dec 08:26

Choose a tag to compare

  • Prevent tests from blocking endlessly when encountering HTTP parsing errors.

Thanks to @chantra

0.31.0

26 Feb 18:25

Choose a tag to compare

  • Replaced the unmaintained difference crate with the similar crate.

Thanks to @ameliabradley

0.30.0

18 Mar 17:50

Choose a tag to compare

  • Update the assert-json-diff dependency.

Thanks to @davidpdrsn

0.29.0

24 Jan 11:37

Choose a tag to compare

Thanks to @kornelski and @davidpdrsn

0.28.0

04 Nov 21:12

Choose a tag to compare

  • Introduced the Matcher::Binary variant for matching binary content.

Thanks to @torrefatto

0.27.0

25 Jul 07:46

Choose a tag to compare

  • Added a Mock#matched() as a soft way of checking that a Mock, as opposed to the Mock#assert() method, which panics.

Thanks @max-b

0.26.0

28 Jun 10:40

Choose a tag to compare

  • [Breaking] Increased the minimum supported Rust version to 1.36.0.

0.25.3

28 Jun 10:21

Choose a tag to compare

  • Fixed and issue where spaces encoded as + wouldn't be interpreted properly by Matcher::UrlEncoded.

Thanks to @cakekindel

0.25.2

30 May 17:36

Choose a tag to compare

  • Improve error messages and the String representation of mocks, especially when it comes to their AllOf and AnyOf parts.

Thanks to @max-b

0.25.1

08 Apr 18:49

Choose a tag to compare

  • When creating multiple mocks that match the same request, the last defined mock should be the one matched forever, once the all other mocks have reached their expected amount of hits. See #99 and 96f3e30