Skip to content

Releases: danielsaidi/MockingKit

0.4.0

17 Jul 09:35
Compare
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
Compare
Choose a tag to compare

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