Releases: danielsaidi/MockingKit
Releases · danielsaidi/MockingKit
1.5.0
1.4.1
The package now supports visionOS.
1.4.0
This version bumps Swift to 5.9.
1.3.0
Thanks to Tim Andersson and the people at BookBeat, MockingKit now supports keypaths.
✨ New Features
Mockable
now supports keypaths for all functions exceptcall
.
1.2.0
This version removes all external dependencies.
📦 Dependencies
- MockingKit no longer uses Quick and Nimble.
1.1.1
This version adds a mock pasteboard for macOS and adjusts the documentation setup.
✨ New Features
MockPasteboard
now supports macOS as well.
💡 Behavior changes
- MockingKit no longer uses the DocC documentation plugin.
1.1.0
✨ New Features
- This version adds support for Swift concurrency and
async
functions.
💥 Breaking Changes
- Since Swift Concurrency requires iOS 13 and tvOS and later, the minimum platform versions for this library have been bumped.
1.0.0
This version bumps the package Swift version to 5.5 to enable extended DocC support.
It also removes previously deprecated parts of the library and removes call
functions with implicitly unwrapped args.
0.9.4
0.9.3
MockTextDocumentProxy
no longer modifies its state when calling its functions.