Skip to content

v4.0.0

Compare
Choose a tag to compare
@jeffh jeffh released this 05 Apr 19:38
· 1359 commits to main since this release
v4.0.0

Breaking Changes

  • Remove FullMatcherFunc. Use Matcher or MatcherFunc instead. More
    breaking changes around the protocols will probably occur in the future.

Features

  • beEmpty() supports NSIndexSet
  • Expose stringify() which Nimble matchers use to convert values to string.
    • You can add custom support to stringify by conforming your type to
      TestDebugStringConvertible

Bug Fixes

  • Fix bug where exceptions weren't properly caught for cocoapods users
  • Resolve warnings for Xcode 7.3