Skip to content

Releases: jwfriese/Fleet

0.2.3

08 Sep 00:59
Compare
Choose a tag to compare
  • Fixes bug where enterText(_:) and typeText(_:) on UITextField was not actually entering text if the text field had a delegate
  • Hides some internal Fleet methods that were accidentally exposed publicly.
  • Adds support for clearing text from a UITextField

0.2.1

03 Sep 12:45
Compare
Choose a tag to compare
  • Adds support for UINavigationController view stack methods, allowing Fleet users to immediately test the results of pushing/popping stuff on/off the stack.
  • Clarifies interface of FLTScreen, and also allows Fleet users to create screens from UIWindow objects other than the main application window.
  • Alters the topmost view controller property on FLTScreen to handle the presence of UINavigationControllers in screen's view hierarchy.

0.1.9

26 Aug 14:56
Compare
Choose a tag to compare
  • Adds missing support for automatically dismissing an alert controller when a .Cancel style action is tapped on it.

0.1.7

02 Aug 00:30
Compare
Choose a tag to compare
  • Fix for bug in script that prevented all storyboard resources from being compiled for use in test

0.1.6

01 Aug 02:39
Compare
Choose a tag to compare
  • Improved error handing and messaging around the storyboard-related features.

0.1.5

01 Aug 02:25
Compare
Choose a tag to compare
  • Adds support for storyboard-related features in iOS versions less than 9
  • Removes swizzling of private storyboard init method

0.1.1

11 Jun 15:49
Compare
Choose a tag to compare

This release adds support for UIBarButtonItem.