Skip to content

EarlGrey 1.9.0

Compare
Choose a tag to compare
@sid-github sid-github released this 01 Apr 03:04
· 242 commits to master since this release

1.9.0 (03/31/2017)

Baseline: [6bceffc]
   + [6bceffc]: Sync 1.9.0

Compatibility

  • Requires iOS 8 as the minimum deployment target.
  • Supports Xcode 8.3 and iOS 10.3 on devices and simulators.
  • The EarlGrey gem runs out of the box for Swift 3.0 and Swift 2.3.

New Features

  • Added -[GREYKeyboard dismissKeyboardWithError:] API to dismiss the keyboard.

Enhancements

  • Improved earlgrey gem by removing post_install and letting pod update
    the project.
  • Improved swift support for grey_allOf and grey_anyOf.
  • Several documentation updates including installation steps improvements.
  • Added gem badge to README.md.

Contributors