charlatan
A library for configuring and providing fake HTTP responses to your dio HTTP client.
0.5.0
3.2K downloads/mo
#4513 most downloaded on pub.dev
Betterment/charlatan
What this package is like to depend on
Last release 1 years ago
03 Mar 2025
Release timing varies
gaps range from 2 months to 1.9 years
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
7 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Dec 2021 to Mar 2025Releases
latest 7-
0.5.003 Mar 2025Release notes
Open source →What's Changed
- feat: automate versioning and releases (NOBUMP) by @btrautmann in #28
- chore: add policy to point to mobile-oss-policy.yml (NOBUMP) by @btrautmann in #30
- fix(caserycrogers): export
CharlatanResponseBuilder(MINOR) by @caseycrogers in #31 - chore(release): update CHANGELOG and pubspec.yaml for version
0.5.0(NOBUMP) by @betterment-mobile-cicd in #32 - chore: set git identity prior to creating tag (NOBUMP) by @btrautmann in #33
- chore: use bot token when creating tag (NOBUMP) by @btrautmann in #34
- fix: more fixes for release pipeline (NOBUMP) by @btrautmann in #35
New Contributors
- @caseycrogers made their first contribution in #31
- @betterment-mobile-cicd made their first contribution in #32
Full Changelog: v0.4.0...v0.5.0
-
0.4.013 Apr 2023Release notes
Open source →What's Changed
- feat: add charlatanResponse helper, add type-safety by @samandmoore in #25
⚠️ Breaking Changes: See breaking changes mentioned in #25.
Full Changelog: v0.3.1...v0.4.0
Release notes
Open source →- Add
charlatanResponsehelper to concisely createCharlatanResponseBuildervalues - Remove
statusCodefromwhen*methods - Change type of
CharlatanResponseBuilderfromFutureOr<Object?> Function(CharlatanHttpRequest request, { int statusCode = 200 })toFutureOr<CharlatanHttpResponse> Function(CharlatanHttpRequest request)
-
0.3.113 Apr 2023Release notes
Open source →What's Changed
- chore: export some things for use by consumers, docs fixes, updates to the match not found message by @btrautmann in #26
Full Changelog: v0.3.0...v0.3.1
-
0.3.011 Apr 2023Release notes
Open source →What's Changed
- feat:
whenMatch- for more advanced matching needs by @samandmoore in #23
⚠️ Breaking changes: See breaking changes mentioned in #23.
Full Changelog: v0.2.0...v0.3.0
Release notes
Open source →- Add
whenMatchfor more complex matching scenarios - Remove
CharlatanHttpRequest#pathParameters
- feat:
-
0.2.016 Feb 2023Release notes
Open source →What's Changed
- chore: Add dependabot for github actions by @CelticMajora in #14
- chore: Add pana verification by @CelticMajora in #15
- chore(dependabot): Revert "chore: Add dependabot for github actions" by @samandmoore in #18
- fix(naming): Fix up some places that were still referring to fake_http by @btrautmann in #17
- feat: use codecov by @samandmoore in #20
- chore: policy-bot updates by @samandmoore in #21
- chore: upgrade dio to 5.0.0 by @btrautmann in #22
New Contributors
- @btrautmann made their first contribution in #17
Full Changelog: v0.1.0...v0.2.0
-
0.1.011 Feb 2022Release notes
Open source →What's Changed
- feat: Switch to analyzer that annotates on the PR by @CelticMajora in #9
- chore: Randomize CI test order by @CelticMajora in #10
- chore: Upgrade deps by @CelticMajora in #11
- chore: Release 0.1.0 by @CelticMajora in #12
- chore: Release/0.1.0 by @CelticMajora in #13
Full Changelog: v0.0.1...v0.1.0
-
0.0.116 Dec 2021