Skip to content

2.0.0

Compare
Choose a tag to compare
@AvdLee AvdLee released this 08 Nov 16:16
· 96 commits to master since this release
fc74fac
  • A new completion callback can be set on Mock to use for expectation fulfilling once a Mock is completed.
  • A new onRequest callback can be set on Mock to use for expectation fulfilling once a Mock is requested.
  • Updated to Swift 5.0
  • Only dispatch to the background queue if needed
  • Correctly handle cancellation of delayed responses
  • Adding and reading mocks is now thread safe by using a Dispatch Semaphore
  • Add support for using Swift Package Manager
  • Improved checking for Mocks using URLRequest.