- A new completion callback can be set on
Mock
to use for expectation fulfilling once aMock
is used. - Updated to Swift 5.0
- Correctly handle cancellation of delayed responses
- Updated to Swift 4.2
- Improved CI
- Better matching Mocks based on
absoluteString
- Migrated to Swift 4.1
- Ignoring query path for mocks
- Missing mocks no longer break tests (removed fatalError)
- Improved SwiftLint implementation
- Adds support for delayed responses
- Adds support for ignoring URLs
- Adds support for redirects
- Migrated to Swift 4.0
- First public release! 🎉