Skip to content

Releases: kiwi-bdd/Kiwi

The rule of three

12 Jan 14:50
4e42994
Compare
Choose a tag to compare

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.

💝

Sharing is Caring

13 Aug 01:10
Compare
Choose a tag to compare
  • [added] Shared Example Groups. This has been a long time coming, but now it's here! To learn more take a look at #600 (thanks @modocache and @ecaselles!)
  • [changed] Kiwi now defines dynamic framework targets for OS X and iOS, and supports installation via Carthage. Building as a static library (in order to target iOS 7.x) is still supported via CocoaPods.
  • [fixed] An issue where Kiwi's tests wouldn't run on OS X 10.9. (#597, thanks @jerrymarino!)
  • [fixed] An issue with FRAMEWORK_SEARCH_PATHS (thanks Shalini Kurian!)

Install via CocoaPods or Carthage.

💝