Skip to content

The rule of three

Latest
Compare
Choose a tag to compare
@ecaselles ecaselles released this 12 Jan 14:50
· 32 commits to master since this release
4e42994

Or "every set of three is complete" (read more)

  • [added] Upgrade Kiwi to Xcode 9.2 πŸŽ‰ (Huge thanks to @SergeyKuryanov πŸ™‡)
  • [changed] Rename any helper to kw_any. This is a breaking change and you will have to update your tests accordingly.
  • [fixed] Release retained resources held by the verifiers (#667)
  • [fixed] Avoid initializing classes when registering matchers (#649)
  • [added] Support assertions from XCTest, Expecta and Nimble (#671, #636)
  • [changed] Rename -[KWNotificationMatcher bePostedWithObject:andUserInfo:] to -bePostedWithObject:userInfo: (#663). This is a breaking change and you will have to update your tests accordingly.
  • [fixed] Other minor fixes and improvements (#647, #610, #661, #663, #628)

Thanks @glentregoning, @samkrishna, @mhallendal, @ericbuehl, @yas375, @aspcartman, @tonyarnold, @sharplet and @orta πŸ‘

Install via CocoaPods or Carthage.

πŸ’