Skip to content

Latest commit

 

History

History
99 lines (53 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

99 lines (53 loc) · 1.04 KB

Changelog

[1.3.1]

  • Add recommended lints
  • Fix connectTimeout and receiveTimeout

[1.3.1]

  • Fix connectTimeout and receiveTimeout #32
  • Update readme file badge

[1.3.0]

  • support dio >= 5.0.0
  • support Uint8List log

[1.2.0-beta-1]

  • support dio >= 4.0.0

[1.2.0-beta]

  • migrate to nullSafety

[1.1.1]

  • remove flutter as dependency

[1.1.0]

fix

  • remove ugly new lines from string values

[1.0.9]

fix

  • non string responses throw a mistype error (#4)

[1.0.8]

change

  • Update dio dependency to support dio 3.0.6 (#3).

[1.0.7]

add

  • log dio form data

[1.0.6]

fix

  • extra empty block when response logging is disabled (#2).
  • handle none response DioError types.

[1.0.5]

add

  • support for dio 3.0.3

[1.0.4]

add

  • support for dio 3.0.1
  • external logging

[1.0.3]

add

  • query parameters to logging;

[1.0.2+1]

fix

  • packaging typos.

[1.0.2]

add

  • support for dio 3.0.0

[1.0.1]

add

  • VSCode compatibility

[1.0.0]

  • initial release.