Skip to content

Releases: danielsaidi/MockingKit

1.4.1

10 Mar 09:23
Compare
Choose a tag to compare

The package now supports visionOS.

1.4.0

08 Dec 11:00
Compare
Choose a tag to compare

This version bumps Swift to 5.9.

1.3.0

02 Dec 09:37
Compare
Choose a tag to compare

Thanks to Tim Andersson and the people at BookBeat, MockingKit now supports keypaths.

✨ New Features

  • Mockable now supports keypaths for all functions except call.

1.2.0

04 Oct 07:02
Compare
Choose a tag to compare

This version removes all external dependencies.

📦 Dependencies

  • MockingKit no longer uses Quick and Nimble.

1.1.1

31 Aug 06:45
Compare
Choose a tag to compare

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

10 May 06:37
Compare
Choose a tag to compare

✨ 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

27 Oct 20:29
Compare
Choose a tag to compare

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

24 Mar 15:26
Compare
Choose a tag to compare

This version replaces the accidental SSH dependencies to Quick and Nimble with HTTPS ones.

Big thanks to Dave Verwer and SPI for noticing this!

0.9.3

24 Mar 15:26
Compare
Choose a tag to compare

MockTextDocumentProxy no longer modifies its state when calling its functions.

0.9.2

24 Mar 15:25
Compare
Choose a tag to compare

MockTextDocumentProxy has a new keyboardAppearance property.