-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add extra capabilities for on request handling #139
Conversation
SwiftLint found issues
Code Coverage Report
Generated by 🚫 Danger Swift against b0d713e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this breaking change expected after already having released a v3?
Congratulations! 🎉 This was released as part of Release 3.0.1 🚀 Generated by GitBuddy |
During updating our internal projects to the latest major release of Mocker it turned out that the on-request handler could be improved with a few common scenarios. We now offer callbacks for:
I'm convinced this will level up the possibilities our framework offers to all our users.
Secondly, we didn't test all scenarios, so I added a few more to increase coverage.