Skip to content

Releases: andrzejchm/RESTMock

0.4.4

06 Sep 12:46
7fa3da4
Compare
Choose a tag to compare

Update Hamcrest to support espresso 3.4.0 (#115)

0.4.3

29 Apr 09:32
fec3d92
Compare
Choose a tag to compare
  • Update OkHttp and MockWebServer version to 4.6.0

0.4.2

26 Mar 22:11
Compare
Choose a tag to compare
  • 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

29 Oct 10:28
Compare
Choose a tag to compare
  • Allow for delaying response headers in addition to response body (as per #109)

0.4.0

23 Jul 19:07
4513882
Compare
Choose a tag to compare
  • Upgraded OkHttp version to 4.0.1
  • improved thread-safety (#103)

0.3.3

12 Feb 06:36
628b485
Compare
Choose a tag to compare
  • Updated OkHttp version to 3.13.1 (this should solve #93 #97)
  • add pathMatchesRegex request matcher that will match against specified regex pattern

0.3.2

10 Oct 10:03
Compare
Choose a tag to compare
  • Add HTTPS support 🎉 (reffer to"HTTPS" for more info)

0.3.1

07 Feb 09:45
Compare
Choose a tag to compare
  • Made MockAnswer interface public to allow non-lambda usage

0.3.0

20 Jan 09:25
Compare
Choose a tag to compare
  • 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

0.2.2

24 Jun 12:45
Compare
Choose a tag to compare
  • Update OkHttp's MockWebServer version to 3.8.0
  • Improve logging for situations where NOT MOCKED error appears
  • Add pure JVM-based RESTMockFileParser for mocking in JVM-based unit test (thanks to @alapshin )