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

Releases: pivotal-legacy/PivotalCoreKit

v0.3.5

19 May 23:16
Compare
Choose a tag to compare
  • 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!

v0.3.4

04 Feb 05:10
Compare
Choose a tag to compare
  • Support for long press on views
  • Minor project housekeeping
  • Support for latest pod linting

Version 0.3.3

01 Apr 19:36
Compare
Choose a tag to compare
  • 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

08 Dec 21:35
Compare
Choose a tag to compare

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

21 Jan 22:23
Compare
Choose a tag to compare
Refer to CHANGES.markdown for a list of changes in this release

PivotalCoreKit v0.2.2

21 Jan 20:16
Compare
Choose a tag to compare

Refer to CHANGES.markdown for a list of changes in this release

PivotalCoreKit v0.2.1

16 Dec 01:24
Compare
Choose a tag to compare
Refer to CHANGES.markdown for a list of changes in this release

PivotalCoreKit v0.2.0

16 Dec 00:51
Compare
Choose a tag to compare

Please see CHANGES.markdown for a list of changes in this release

PivotalCoreKit v0.1.1

12 Nov 22:43
Compare
Choose a tag to compare

Please see CHANGES.markdown for a list of changes in this release