Skip to content

Releases: danielsaidi/MockingKit

0.5.0

03 Aug 07:03

Choose a tag to compare

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

  • MockNotificationCenter
  • MockUserDefaults

0.4.0

17 Jul 09:35

Choose a tag to compare

This version replaces the memory address resolve logic with a new MockReference approach.

MockReference, replaces the brittle memory address-based approach from previous versions and makes invokations much more reliable. This means that it's now possible to use Mockery for more architectures and devices than 64 bit, that mocks can be shared across frameworks etc.

0.3.3

29 Jun 06:55

Choose a tag to compare

This version removes deprecations and updates to latest Quick and Nimble.