WeTransfer / Mocker

Mock Alamofire and URLSession requests without touching your code implementation
MIT License
1.12k stars 96 forks source link

Add backwards compatibility for `onRequest` changes in `2.7.0` #132

Closed AvdLee closed 2 years ago

AvdLee commented 2 years ago

Our latest 2.7.0 release broke code from version 2.6.0: https://github.com/WeTransfer/Mocker/pull/125#issuecomment-1276809139

Let's see if we can write a overload that keeps both versions working.

AvdLee commented 2 years ago

Reverted 2.7.0 and we're working on a good fix #135