Add release notes.

This commit is contained in:
Filip Dolník 2016-06-29 09:57:52 +02:00
parent 9d3388b066
commit d3d1a69ed7
1 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,18 @@ Unfortunately Swift does not have a proper reflection, so we decided to use a co
The generated files contain enough information to give you the right amount of power. They work based on inheritance and protocol adoption. This means that only overridable things can be mocked. We currently support all features which fulfill this rule except for things listed in TODO. Due to the complexity of Swift it is not easy to check for all edge cases so if you find some unexpected behavior please report it in issues.
## Release notes
### 0.6.0
* Add release notes
* Add stub resetting
* Add thenCallRealImplementation
* Add argument capturing
* Add verifyNoMoreInteractions
* Add on going stubbing
* Add thenDoNothing
## TODO
We are still missing support for some important features like: