Releases: jwfriese/Fleet
Releases · jwfriese/Fleet
4.6.0
- Adds support for tapping on nav bar items in test
4.5.0
- Adds support for tapping on toolbar items in test
4.4.0
- 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
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
- Fixes some bugs and potential crashes (particular thanks to @wojciechczerski for filing #19)
- Updating source for Swift 4.2 compatibility.
4.1.1
- Print the descriptive message of any error that gets eaten by a usage of the new
Fleet.swallowAnyErrors
method.
4.1.0
- Remove other places with unnecessary
throws
declarations
4.0.0
- Fleet no longer requires a
try
in front of many of its APIs
- Ignore this option using
Fleet.swallowAnyErrors(...)
3.3.0
- Shuffled swizzling code around in preparation for Swift 4.
3.2.0
- 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.