Skip to content

Commit

Permalink
chore: Bump version (2.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
assemmarwan committed Nov 26, 2021
1 parent febd25e commit 4eddd61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0
- feat: Ability to print query parameters (Enabled by default: `includeRequestQueryParams` )
- docs: Added example of query parameters print output

## 2.0.1
- Fixed parsing request/response to String
- Fixed handling of JSON response if List
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dio_http_formatter
description: A Dio interceptor for pretty printing the HTTP request/response to be printed in the console for easier debugging
version: 2.0.1
version: 2.1.0
repository: https://github.com/assemmarwan/dio_http_formatter
homepage: https://github.com/assemmarwan/dio_http_formatter

Expand Down

0 comments on commit 4eddd61

Please sign in to comment.