1.7.0 (01/25/2017)
Baseline: [0768a62]
+ [0768a62]: Using custom text matcher instead of hasProperty matcher
Bug Fixes
- Fixed a flake in testTrackingZombieQueue.
- Fixed CGRectIntegralInside to handle negative rectangles.
- Improved memory handling by moving autorelease pool inside loops.
- Fixed the bundle id to be consistent across all the test projects.
- Minor CI and other bug fixes.
Compatibility
- Requires iOS 8 as the minimum deployment target.
- Supports with Xcode 8.2.1 and iOS 10.2.1 on devices and simulators.
New Features
- Updated analytics to include hash of test class name and hash of test case names to better estimate the volume of EarlGrey usage.
- Updated the readme to explain these changes.
- Updated tests for analytics to test new features.
Enhancements
- Improved EarlGrey error logging for better post processing Issue #392.
- Removed the deprecated methods and cleaned up private headers.
- The EarlGrey gem runs out of the box for Swift 3.0 and Swift 2.3.
Deprecations
- Removed deprecated methods
grey_pinchFastInDirection
and grey_pinchSlowInDirection
in favor of grey_pinchFastInDirectionAndAngle
and grey_pinchSlowInDirectionAndAngle
respectively.
Contributors
bootstraponline, stkhapugin and kebernet