Skip to content

Releases: jwfriese/Fleet

4.6.0

18 Apr 23:51
Compare
Choose a tag to compare
  • Adds support for tapping on nav bar items in test

4.5.0

15 Apr 06:04
Compare
Choose a tag to compare
  • Adds support for tapping on toolbar items in test

4.4.0

13 Apr 09:37
Compare
Choose a tag to compare
  • Add convenience functions on UITabBarController, in order to make it easier to use it in test.
  • Adds a descriptive error to steer people away from UICollectionViewController. Further work to allow it to be mocked will be captured by issue #23.

4.3.1

12 Apr 08:01
Compare
Choose a tag to compare

This release is frankly several months late, so sorry about that.

  • Disables animations in tapAlertAction() method. (thank you to @wojciechczerski for contributing this improvement and I apologize that I let this release slip off my radar)
  • Fires UIResponder.keyboardDidHideNotification at the appropriate time for UITextField and UITextView.

Thank you as always for using Fleet!

4.2.0

27 Jan 02:15
Compare
Choose a tag to compare
  • Fixes some bugs and potential crashes (particular thanks to @wojciechczerski for filing #19)
  • Updating source for Swift 4.2 compatibility.

4.1.1

10 Oct 16:22
Compare
Choose a tag to compare
  • Print the descriptive message of any error that gets eaten by a usage of the new Fleet.swallowAnyErrors method.

4.1.0

09 Oct 03:17
Compare
Choose a tag to compare
  • Remove other places with unnecessary throws declarations

4.0.0

09 Oct 02:55
Compare
Choose a tag to compare
  • Fleet no longer requires a try in front of many of its APIs
  • Ignore this option using Fleet.swallowAnyErrors(...)

3.3.0

04 Apr 06:02
Compare
Choose a tag to compare
  • Shuffled swizzling code around in preparation for Swift 4.

3.2.0

27 Mar 04:51
Compare
Choose a tag to compare
  • Adds deleteAll methods to UITextField and UITextView, allowing test code to easily clear those controls of text without access to the integrated clear button.
  • Cleans up error messages generated during invalid storyboard binding attempts.