Skip to content

Releases: assemmarwan/dio_http_formatter

3.2.1

26 Sep 14:46
Compare
Choose a tag to compare
  • fix: Parse application/x-www-form-urlencoded (#11)
  • perf: Single JsonEncoder instance (#11)

3.2.0

17 Sep 20:22
Compare
Choose a tag to compare
  • Upgrade logger to v2

3.1.0

03 Apr 21:13
Compare
Choose a tag to compare
  • Add support for FormData (including files) and x-www-form-urlencoded (#9)

3.0.0

16 Mar 18:04
Compare
Choose a tag to compare
  • Upgrade dio to 5.0.0

3.0.0-preview.1

24 Feb 13:56
Compare
Choose a tag to compare
3.0.0-preview.1 Pre-release
Pre-release

Breaking Changes

  • Upgrade dio to 5.0.0

Note: To use this package with dio 4.0.0, use version 2.x.x

Refactors

  • Use string interpolation instead of string concatenation

Chores

  • Use lints in favor of pedantic
  • Update dependencies
    • logger (1.0.0 --> 1.2.0)
    • dio (4.0.0 --> 5.0.0)
  • Include Dio version map in README

2.1.1

24 Feb 11:47
Compare
Choose a tag to compare
  • fix: Avoid replacing extra property of options (#6)

2.1.0

26 Nov 12:19
Compare
Choose a tag to compare
  • feat: Ability to print query parameters (Enabled by default: includeRequestQueryParams )
  • docs: Added example of query parameters print output

2.0.1

14 Nov 19:38
Compare
Choose a tag to compare

Fixes

  • Fixed parsing request/response to String
  • Fixed handling of JSON response if List

2.0.0 (Null Safety)

02 Jul 13:54
Compare
Choose a tag to compare
  • Update dependencies to null safety
  • Update the package to null safety