Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sam-response-builder-…
Browse files Browse the repository at this point in the history
…refactor

* origin/main:
  chore: export some things for use by consumers, docs fixes, updates to the match not found message (#26)
  • Loading branch information
samandmoore committed Apr 13, 2023
2 parents a42724a + 0fad2e8 commit 3172ce4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
from `FutureOr<Object?> Function(CharlatanHttpRequest request, { int statusCode = 200 })`
to `FutureOr<CharlatanHttpResponse> Function(CharlatanHttpRequest request)`

## 0.3.1

- Export `CharlatanHttpRequest` and `CharlatanRequestMatcher`

## 0.3.0

- Add `whenMatch` for more complex matching scenarios
Expand Down
2 changes: 2 additions & 0 deletions lib/charlatan.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export 'src/charlatan.dart';
export 'src/charlatan_http_client_adapter.dart';
export 'src/charlatan_response_definition.dart'
show
CharlatanHttpRequest,
CharlatanHttpResponse,
CharlatanRequestMatcher,
charlatanResponse,
requestMatchesAll,
requestMatchesHttpMethod,
Expand Down

0 comments on commit 3172ce4

Please sign in to comment.