Releases: danielsaidi/MockingKit
Releases · danielsaidi/MockingKit
0.4.0
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
This version removes deprecations and updates to latest Quick and Nimble.