Skip to content

Releases: danielsaidi/MockingKit

0.9.2

24 Mar 15:25
Compare
Choose a tag to compare

MockTextDocumentProxy has a new keyboardAppearance property.

0.9.1

19 Feb 10:49
Compare
Choose a tag to compare

Thanks to @jinuman this version fixes the incorrectly high deployment targets.

This version also annotates another invoke function as deprecated.

0.9.0

19 Feb 10:49
Compare
Choose a tag to compare

This version renames invoke/invocation to call/calls to make the code cleaner and less technical:

  • AnyInvokationAnyCall
  • MockInvokationMockCall
  • Mock registeredInvokationsregisteredCalls
  • Mockable hasInvoked(_)hasCalled(_)
  • Mockable hasInvoked(_, numberOfTimes:)hasCalled(_, numberOfTimes:)
  • Mockable invokecall
  • Mockable invokations(of:)calls(to:)
  • Mockable resetInvokationsresetCalls
  • Mockable resetInvokations(for:)resetCalls(to:)

This also solves that with my Swedish eyes spelled invocation as invokation, which is how it's spelled here :)

The old invoke/invokation parts are marked as deprecated and will be removed in 1.0.

0.8.2

28 Jan 08:35
Compare
Choose a tag to compare

This version adds a MockPasteboard and a MockTextDocumentProxy.

0.8.1

16 Jan 10:00
Compare
Choose a tag to compare

This version adds stringArray support to MockUserDefaults.

0.8.0

16 Jan 10:01
Compare
Choose a tag to compare

This version renames Mockery to MockingKit.

0.7.0

07 Dec 22:56
Compare
Choose a tag to compare

This version's podspec has been adjusted to support macOS 10.10.

There is also a new demo app with more demos and examples.

0.6.1

15 Sep 06:47
Compare
Choose a tag to compare

This version supports macOS 10.10 instead of 10.15.

0.6.0

05 Sep 10:22
Compare
Choose a tag to compare

This version adds improved support for watchOS, tvOS and macOS.

0.5.0

03 Aug 07:03
Compare
Choose a tag to compare

This version adds mock classes that lets you commonly used Foundation classes:

  • MockNotificationCenter
  • MockUserDefaults