v1.0.0
Version 1.0.0
06 Sep 2013
This release adopts Semantic Versioning (http://semver.org). Thanks to: Jens Nerup
New dependencies:
- Requires OCHamcrest 3.0.0.
Features:
- Added support for XCTest. Special thanks to Richard Clem for testing
- Added ability to match block arguments. Supported matchers:
anything()
nilValue()
notNilValue()
sameInstance()
- Added
-description
to mock objects to help when debugging.