charlatan 0.5.0
charlatan: ^0.5.0 copied to clipboard
A library for configuring and providing fake HTTP responses to your dio HTTP client.
0.5.0 - 2025-02-24 #
๐ Features #
- feat: automate versioning and releases (NOBUMP) (3e0b6351e429da236b5fd54c145cc955fa4a6e59) [btrautmann]
๐ Fixes #
- fix(caserycrogers): export (MINOR) (ea96282a9a4cb69e023b7d68167d6a9d5f7393d6) [caseycrogers]
๐งน Chores #
- chore: add policy to point to mobile-oss-policy.yml (NOBUMP) (c6d0a169cdcc4fcd74ef38c337f6e1e75e5ef200) [btrautmann]
0.4.0 - 2023-04-13 #
- Add
charlatanResponse
helper to concisely createCharlatanResponseBuilder
values - Remove
statusCode
fromwhen*
methods - Change type of
CharlatanResponseBuilder
fromFutureOr<Object?> Function(CharlatanHttpRequest request, { int statusCode = 200 })
toFutureOr<CharlatanHttpResponse> Function(CharlatanHttpRequest request)
0.3.1 - 2023-04-13 #
- Export
CharlatanHttpRequest
andCharlatanRequestMatcher
0.3.0 - 2023-04-11 #
- Add
whenMatch
for more complex matching scenarios - Remove
CharlatanHttpRequest#pathParameters
0.2.0 - 2023-02-16 #
- Upgrade
dio
to5.0.0
0.1.0 - 2022-02-11 #
- Upgrade
dio
andtest
- Upgrade to dart 2.15.0
0.0.1 - 2021-12-16 #
- Initial version.