Skip to content

Releases: WeTransfer/Mocker

2.5.0

24 Feb 14:58
Compare
Choose a tag to compare
  • Feat: Global mode to choose only to mock registered routes (#84) via @letatas
  • Update README.md (#74) via @airowe

2.3.0

29 May 06:58
2128c42
Compare
Choose a tag to compare

2.2.0

25 May 07:33
4529976
Compare
Choose a tag to compare

2.1.0

11 Feb 13:02
Compare
Choose a tag to compare
  • Enable post body checks (#41) via @AvdLee
  • Merge release 2.0.2 into master (#40)

2.0.2

28 Jan 14:09
e984416
Compare
Choose a tag to compare

2.0.1

27 Jan 16:26
Compare
Choose a tag to compare
  • Switch over to Danger-Swift & Bitrise (#34) via @AvdLee
  • Fix important mismatch for getting the right mock (#31) via @AvdLee

2.0.0

08 Nov 16:16
fc74fac
Compare
Choose a tag to compare
  • 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.

1.3.0

26 Nov 10:57
Compare
Choose a tag to compare
  • Updated to Swift 4.2

1.2.1 Release

11 Sep 09:22
Compare
Choose a tag to compare
  • Improved CI
  • Better matching Mocks based on absoluteString
  • Migrated to Swift 4.1

1.2.0 Release

09 Feb 10:49
Compare
Choose a tag to compare
  • Ignoring query path for mocks
  • Missing mocks no longer break tests (removed fatalError)
  • Improved SwiftLint implementation