Skip to content

Releases: lomsa-dev/http-mock-adapter

v0.6.1

23 Nov 07:53
f4fd52c
Compare
Choose a tag to compare
  • Fixes http-mock-adapter compatibility with flutter 3.16.0 #164 (@willckoan)

v0.6.0

30 Aug 15:06
e8298ff
Compare
Choose a tag to compare

[v0.6.0] (2023-08-30)

  • Add
    • #136: Next interceptor handler on DioInterceptor for missing mocks
    • #149: Exact body check option for FullHttpRequestMatcher
    • #153 #156: (async)callback
  • Fixed
    • #160: Downgrade collection to 1.17.1 due to incompability;

Special thanks to sebastianbuechler

v0.5.0

17 Aug 15:34
26eb57d
Compare
Choose a tag to compare

bump up versions:

BREAKING CHANGE:
#155

  • sdk: >=3.0.0
  • collection: ^1.18.0
  • dio: ^5.3.2

v0.4.4

03 May 18:58
Compare
Choose a tag to compare

v0.4.3

30 Apr 17:46
e5488a5
Compare
Choose a tag to compare
  • Add - Response like Protocol Buffer will have byte response body. Add support for mock response of byte data. (@maple135790 )
  • Add - unit tests for RequestHandler class. #146

v0.4.2

15 Feb 16:11
af264ae
Compare
Choose a tag to compare

v0.4.1

15 Feb 09:52
Compare
Choose a tag to compare

v0.4.0

v0.3.3

07 Jun 17:28
a1a5209
Compare
Choose a tag to compare
Update to v0.3.3 (#128)

- Added v0.0.3 changelog data to `CHANGELOG.md`.
- Updated version of library in `pubspec.yaml`.
- Updated version of library in `README.md`.