Mismatched arguments are now included in failure message (thanks @Eluss)
Added shorthand for AnyMatcher()
1.1.3
Add '.atMost' VerificationMode (thanks @kamwysoc)
Make failure messages more detailed (thanks @kamwysoc)
Allow passing of nil values to Equal and Identical matchers
1.1.2
Added out of the box comparison support for UInt
Fixed issues with comparing dictionary or array with a different yielded an incorrect message
1.1.1
Added out of the box system classes that support MockEquatable (thanks @karolus)
Allow specifying none or any arguments when verifying calls (see here for details)
Added additional ClosureMatcher and NotMatcher (see here for details)
1.1.0
BREAKING Changed MockEquatable equation function to equalTo(other: Any). This allows to record any type of value, not just types that conform to MockEquatable, greatly increasing how versatile this framework is
Added InstanceOf<T> matcher
Added EqualTo and IdenticalTo matchers
Fixed issue where matching dictionaries with subset of equal keys could be successful, even if they contained different amount of entires (Thanks @karolus for spotting this!)
1.0.2
Added convenience extension for MockEquatable to simplify matching of types that conform to Equatable