This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
Releases: pivotal-legacy/PivotalCoreKit
Releases · pivotal-legacy/PivotalCoreKit
v0.3.5
- 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!
v0.3.4
Version 0.3.3
- Carthage compatibility
- PCK now builds dynamic libraries
- UIAlertController SpecHelper stub raises nonexistant Cancel button error consistently for all styles.
- SpecHelper stub
-dismissViewController:animated:completion:
no longer invokes completion twice in some situations. - UIView SpecHelper stub can now control the execution of animations with
+resetAnimations
and+resumeAnimations
. - UIKit SpecHelper stubs throw exceptions in more illogical cases now, like tapping on non-displayed cells or buttons with no size.
transitionToViewController:fromViewController...
SpecHelper stub behaves more like UIKit.
PivotalCoreKit v0.3.1
0.3.1
- Further improvements to UIGestureRecognizer spec helper stub
- Improvements to PCK's fake operation queue.
- Adds support for inspecting the urls opened with UIApplication
- Adds support for inspecting the
-cameraDevice
set on a UIImagePickerController - UINavigationController stubs are now properly loaded.
- Adds a
triggerNonSegueAction
category on WKInterfaceButton to help test non-segue actions in WatchKit - Adds support for testing the configuration of WKInterfaceButtons with content type group in WatchKit
- Adds ability to toggle UIViewController spec stubs
- Adds support for inspecting data loaded directly into UIWebViews
- Adds support for resetting messages sent to WatchKit interface elements.
PivotalCoreKit v0.2.3
Refer to CHANGES.markdown for a list of changes in this release
PivotalCoreKit v0.2.2
Refer to CHANGES.markdown for a list of changes in this release
PivotalCoreKit v0.2.1
Refer to CHANGES.markdown for a list of changes in this release
PivotalCoreKit v0.2.0
Please see CHANGES.markdown for a list of changes in this release
PivotalCoreKit v0.1.1
Please see CHANGES.markdown for a list of changes in this release