- Expand
PathQueryCondition
to enable matching requests on multiple query parameters (per issue #16) - Compatibility is maintained with previous versions
- Add option to mock timeout failure
- Make FixtureDispatcher thread-safe
- Add option to mock connection failure
- Add fallback responses
- Allow matching request by HTTP method
- Sort with path if they are equal
- Update dependencies versions
- Add support for null bodies (for HTTP 204)
- Update dependencies versions
- Add enqueued responses support to
FixtureDispatcher
- Add YAML sanitizing - if raw extended Unicode character (>=U+D800) is found it will be escaped
- Update dependencies versions
- Change
infix
in methods names tosuffix
to better reflect actual behavior - Change method overload to Kotlin optional parameter
- Update dependencies versions
- Specify Kotlin compile dependency version explicitly
- Update Kotlin to 1.1.4-2
- Update Gradle to 4.1
- Initial release