Skip to content

v4.0.0

Compare
Choose a tag to compare
@lejard-h lejard-h released this 17 May 14:30
· 178 commits to develop since this release
  • Null safety support
  • Fix infinite loop when using Authenticators
  • Remove deprecated FileField, use PartFile instead
  • Remove deprecated Request.replace, use Request.copyWith instead
  • Remove deprecated PartValue.replace, use PartValue.copyWith instead
  • Remove deprecated Response.replace, use Response.copyWith instead
  • Support for OPTIONS requests
  • Support for passing data in the body of GET requests (anti-pattern, but requested)
  • Support for OkHttp-like Authenticator implementation
  • Support for generic API methods
  • Updated public API documentation and how-tos