Skip to content

1.0.0

Compare
Choose a tag to compare
@CodingAleCR CodingAleCR released this 12 Jun 15:51
· 52 commits to main since this release
10f8ec1

Check out the 1.0.0 migration guide for information on how to migrate your code.

  • ❗️🛠  Changed: Renamed HttpClientWithInterceptor to InterceptedClient.
  • ❗️🛠  Changed: Renamed HttpWithInterceptor to InterceptedHttp.
  • ❗️🛠  Removed: badCertificateCallback from InterceptedClient and InterceptedHttp in order to fully support Flutter Web 🌐 . In order to use refer to the migration guide.
  • ✨  Added: Array parameters on RequestData following a similar principle than http's queryParametersAll .
  • ✨  Changed: ResponseData now has bodyBytes to allow encoding or decoding in the format desired.
  • ✨  Changed: Migrated tests to use test package instead of flutter_test.
  • ✨  Changed: More tests and coverage, this is a work in progress.
  • 🗑   Removed: Package no longer depends on Flutter, which means that it can be used with standalone Dart projects.