This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
- Deprecated NSURLConnection+Spec async helpers
- if you were using
-fetchSynchronouslyWithTimeout(NSTimeInterval):
or+fetchAllPendingConnectionsSynchronouslyWithTimeout(NSTimeInterval):
you will want to rewrite those tests before upgrading past this release. These will be removed in a future release.
- if you were using
- Fixed modulemap for iOS Foundation+PivotalSpecHelper dynamic framework
- Adds a spec helper for UIPageControl
- Support for determining visibility of UIViews
- Adds stub for testing UIView transition methods
- Add nullability annotations to PCK projects
- this should improve usability from Swift, but if you encounter problems, please report them!