Skip to content

v1.0.0

Compare
Choose a tag to compare
@jonreid jonreid released this 19 Oct 21:05

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.