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