Skip to content

Commit

Permalink
Updated readme, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldudek committed Dec 3, 2018
1 parent e202530 commit b374f9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
@@ -1,5 +1,7 @@
# Next (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](https://github.com/AirHelp/Mimus/blob/master/Documentation/Basics.md#argument-modes))
- Added additional `ClosureMatcher` and `NotMatcher` (see [here for details](https://github.com/AirHelp/Mimus/blob/master/Documentation/Additional%20Matchers.md#not))

# 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Mimus is a Swift mocking library, aiming to reduce boilerplate code required for

# Main features:

* Pure Swift 3.0
* Pure Swift (4.2 - 3.0 support)
* Protocol-oriented implementation
* Integrated with XCTest
* Support for basic types
Expand Down

0 comments on commit b374f9b

Please sign in to comment.