Releases: WeTransfer/Mocker
Releases · WeTransfer/Mocker
2.5.0
2.3.0
2.2.0
- ignoring query example swap i/o url (#54) via @GeRryCh
- Update README.md (#53) via @mtsrodrigues
- mixing in the ability to send an explicit error from a mock response (#52) via @heckj
- Document that onRequest and completion must be set before calling register() (#47) via @marcetcheverry
- Update readme for Alamofire 5 (#48) via @AvdLee
- Merge release 2.1.0 into master (#46) via @WeTransferBot
2.1.0
2.0.2
2.0.1
2.0.0
- A new completion callback can be set on
Mock
to use for expectation fulfilling once aMock
is completed. - A new onRequest callback can be set on
Mock
to use for expectation fulfilling once aMock
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
.
1.3.0
1.2.1 Release
- Improved CI
- Better matching Mocks based on absoluteString
- Migrated to Swift 4.1
1.2.0 Release
- Ignoring query path for mocks
- Missing mocks no longer break tests (removed fatalError)
- Improved SwiftLint implementation