Skip to content

v6.1.0

Compare
Choose a tag to compare
@jeffh jeffh released this 28 Mar 06:39
· 982 commits to main since this release
v6.1.0

This is a relatively small release that addresses issues for Xcode 8.3 / Swift 3.1. Merry Testing! 👾

New:

  • Add float and double overloads to beGreaterThan for ObjC (Thanks @soranoba)

Changes:

  • SwiftLint no longer runs for framework targets. Instead an internal SwiftLint target is used instead. (Thanks @wongzigii)

Bugfixes:

  • Fixes throwError matcher with the latest version of Swift (Thanks @aaroncrespo)
  • Fixes throwError matcher warning for Xcode 8.3