Releases: danielsaidi/MockingKit
0.9.2
MockTextDocumentProxy
has a new keyboardAppearance
property.
0.9.1
0.9.0
This version renames invoke/invocation to call/calls to make the code cleaner and less technical:
AnyInvokation
→AnyCall
MockInvokation
→MockCall
Mock
registeredInvokations
→registeredCalls
Mockable
hasInvoked(_)
→hasCalled(_)
Mockable
hasInvoked(_, numberOfTimes:)
→hasCalled(_, numberOfTimes:)
Mockable
invoke
→call
Mockable
invokations(of:)
→calls(to:)
Mockable
resetInvokations
→resetCalls
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
This version adds a MockPasteboard and a MockTextDocumentProxy.
0.8.1
This version adds stringArray
support to MockUserDefaults
.
0.8.0
This version renames Mockery to MockingKit.
0.7.0
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
This version supports macOS 10.10 instead of 10.15.
0.6.0
This version adds improved support for watchOS, tvOS and macOS.
0.5.0
This version adds mock classes that lets you commonly used Foundation
classes:
- MockNotificationCenter
- MockUserDefaults