Releases: andrzejchm/RESTMock
Releases · andrzejchm/RESTMock
0.4.4
0.4.3
- Update OkHttp and MockWebServer version to
4.6.0
0.4.2
- Update OkHttp and MockWebServer version to 4.4.1.
NOTE: OkHttp dropped support for older android versions and since this library heavily relies on it, we had to upgrade aswell. Now the minSdk
is 21 and java 8+
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
- Made
MockAnswer
interface public to allow non-lambda usage
0.3.0
- Update OkHttp's version to 3.9.1,
- Add new request matcher:
hasHeaderNames
, - Add new request matcher:
pathEndsWithIgnoringQueryParams
(credits to @kkocel), - Add new request matcher:
hasQueryParameterNames
(credits to @kkocel), - Add convenient method
thenAnswer
to allow build responses based on the request's data dynamically. See more in "MockAnswer", - Remove robolectric samples.
- Upgrade to Android Studio 3.1