All Versions
36
Latest Version
Avg Release Cycle
161 days
Latest Release
892 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.7.2 Changes
Baseline: [6d55af5] + [6d55af5]: 1.7.2 Release
๐ Bug Fixes
- ๐ Fixed Swizzler to properly reset swizzled selectors.
- ๐ Fixed typing by blacklisting UICompatibilityInputViewController in UIViewController tracking.
Compatibility
- ๐ Requires iOS 8 as the minimum deployment target.
- ๐ Supports Xcode 8.2.1 and iOS 10.2.1 on devices and simulators.
- The EarlGrey gem runs out of the box for Swift 3.0 and Swift 2.3.
โจ Enhancements
- โก๏ธ Updated analytics to use an client ID instead of user ID.
Contributors
mbaxley, thank you!
-
v1.7.1 Changes
March 02, 2017Baseline: [e026773] + [e026773]: Change version numbers for EarlGrey 1.7.1
๐ Bug Fixes
- ๐ Fixed an issue with constraint failure details not being logged in the error trace.
- โก๏ธ Updated nullability for GREYMatchers to improve Swift support.
- ๐ฒ Minor changes to logging strings and docs.
Compatibility
- ๐ Requires iOS 8 as the minimum deployment target.
- ๐ Supports Xcode 8.2.1 and iOS 10.2.1 on devices and simulators.
- The EarlGrey gem runs out of the box for Swift 3.0 and Swift 2.3.
โจ Enhancements
- โก๏ธ Updated analytics to use an md5 hashed uid.
-
v1.7.0 Changes
Baseline: [f823ff2] + [f823ff2]: Removing JSON escape in reported errors.
๐ 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 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
andgrey_pinchSlowInDirection
in favor ofgrey_pinchFastInDirectionAndAngle
andgrey_pinchSlowInDirectionAndAngle
respectively.
Contributors
-
v1.6.2 Changes
June 01, 2017Baseline: [0cdda9c] + [0cdda9c]: EarlGrey Sync for 1.6.2
๐ Bug Fixes
- โก๏ธ Updated the EarlGrey API for Swift 3.0 as per the latest guidelines.
- ๐ Improved web tests to work with current google.com UI.
- ๐ Fixed a bug in the visibility checker for 32bit platform.
- ๐ Fixed flakiness caused by NSDate issues in EarlGreyExampleSwiftTests.
โจ Enhancements
- โ Added a travis hook to stop CI runs for docs-only changes.
Contributors
Thanks to bootstraponline and the rest of the contributors!
-
v1.6.1 Changes
Baseline: [9e04024] + [9e04024]: Release 1.6.1
๐ Bug Fixes
- โ Add a test for long pressing the link in the UI webview.
- ๐ Fix issue with xcodeproj gem in travis runs.
โจ Enhancements
- โก๏ธ Update travis run to use Xcode 8.2
-
v1.6.0 Changes
June 12, 2016Baseline: [5080a21] + [5080a21]: Updated changelog info.plist pod spec and gem version for 1.6.0 release.
Compatibility
- ๐ Requires iOS 8 as the minimum deployment target.
- The EarlGrey gem runs out of the box for Swift 3.0 and Swift 2.3.
- โ Has been tested for support till iOS 10.1 on devices and simulator.
๐ Bug Fixes
- ๐ Fixed CocoaPods issue with using EarlGrey as a module in Swift projects.
- ๐ Fixed issue with Accessibility service not enabled for simulators and devices.
- ๐ Minor documentation and syntax fixes.
โจ Enhancements
- ๐ Moved failure handler from a global variable to a thread local storage, like NSAssertionHandlers.
- ๐ฆ Exposed the angle for pinch action in GREYPinchAction.
- โ Added EarlGreyExample CocoaPods project to travis.
๐ Deprecations
- Deprecated
grey_pinchSlowInDirection
andgrey_pinchFastInDirection
in favor ofgrey_pinchFastInDirectionAndAngle
andgrey_pinchSlowInDirectionAndAngle
.
-
v1.5.3 Changes
Baseline: [690eaa2] + [690eaa2]: Updated ChangeLog and pod spec for 1.5.3 release
โจ Enhancements
- Resolve CocoaPods rating Github issue
-
v1.5.2 Changes
November 11, 2016Baseline: [f3ee931] + [f3ee931]: Updated ChangeLog and pod spec for 1.5.2 release
Compatibility
- ๐ Requires iOS 8 as the minimum deployment target.
- The EarlGrey gem runs out of the box for Swift 3.0 and Swift 2.3.
- โ Has been tested for support till iOS 10.1 on devices and simulator.
โจ Enhancements
- โจ Enhance precision of timer used for touch injection
- โ Removed requirement for bridging header for Swift and EarlGrey
-
v1.5.1 Changes
July 11, 2016Baseline: [d9eb1bc] + [d9eb1bc]: Updated ChangeLog and pod spec for 1.5.1 release
Compatibility
- ๐ Requires iOS 8 as the minimum deployment target.
- The EarlGrey gem runs out of the box for Swift 3.0 and Swift 2.3.
- โ Has been tested for support till iOS 10.01 on devices and simulator.
๐ Bug Fixes
- ๐ Fixed CI Ruby test for Carthage.
โจ Enhancements
- ๐ Improved touch injection speed by making it work independent of the screen refresh rate.
- โ Added synchronization for
NSURLConnection::sendSynchronousRequest
. - ๐ Exclude URLs that start with
data
scheme from being synchronized. - โก๏ธ Updated
grey_clearText
action to accept elements conforming to UITextInput protocol.
-
v1.5.0 Changes
Baseline: [55d42a4] + [55d42a4]: Updated ChangeLog and pod spec for 1.5 release
Compatibility
- ๐ Requires iOS 8 as the minimum deployment target.
- ๐ The EarlGrey gem runs out of the box for Swift 3.0 and Swift 2.3.
- โ Has been tested for support till iOS 10.01 on devices and simulator.
๐ Bug Fixes
- ๐ Failing analytics tests fixes.
- ๐ Fixed flaky Travis Stopwatch Test.
- ๐ Fixed rspec tests broken by ruby update and changing the directory.
โจ Enhancements
- ๐ Improved UIAppStateTracker APIs to allow for ignoring states.
- ๐ Improved failure handlers for multiple invocations within context of a valid test case.
๐ Deprecations
- ๐ Swift 2.2 is no longer supported.