diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d232b5..df7c27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index bd0a270..71b648f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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