- feat: Ability to pass a
loggingFilter
that returns boolean determining whether to log the request/response or not. - chore: Deprecate
httpLoggerFilter
in favor of the newloggingFilter
- feat: Ability to pass a
loggingFilter
that returns boolean determining whether to log the request/response or not. - chore: Deprecate
httpLoggerFilter
in favor of the newloggingFilter
- Upgrade
logger
to v2
- Add support for FormData (including files) and x-www-form-urlencoded (#9)
- Upgrade dio to 5.0.0
- Upgrade dio to 5.0.0
Note: To use this package with dio 4.0.0, use version 2.x.x
- Use string interpolation instead of string concatenation
- Use
lints
in favor ofpedantic
- Update dependencies
- logger (1.0.0 --> 1.2.0)
- dio (4.0.0 --> 5.0.0)
- Include Dio version map in README
- fix: Avoid replacing
extra
property of options (#6)
- feat: Ability to print query parameters (Enabled by default:
includeRequestQueryParams
) - docs: Added example of query parameters print output
- Fixed parsing request/response to String
- Fixed handling of JSON response if List
- Fully migrated to Null Safety
- Migration to Null Safety
- Added validation for empty body (#1)
- Include option to filter logging using a function
- Update README and pubspec
- Initial version