Mockiato v0.6.0 Release Notes

    • ๐Ÿ’ฅ Breaking: The expect_* methods now require passing a closure for each argument that receives a factory to create argument matchers. This has been changed so that crates using mocks from another crate no longer need to depend on the same version of mockiato.
    • ๐Ÿ’ฅ Breaking: It is now a hard error when name is specified more than once in the #[mockable] attribute.
    • The Display implementation of some argument matchers has been improved.
    • ๐Ÿ“š A lot of documentation has been added.