Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

v0.3.5

Latest
Compare
Choose a tag to compare
@akitchen akitchen released this 19 May 23:16
· 13 commits to master since this release
  • 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.
  • 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!