Releases: cfug/dio
Releases · cfug/dio
dio 5.7.0
web_adapter 2.0.0
What's new
- Supports the WASM environment. Users should upgrade the adapter with
dart pub upgrade
orflutter pub upgrade
to use the WASM-supported version.
dio 5.6.0
What's new
- Supports the WASM environment. Users should upgrade the adapter with
dart pub upgrade
orflutter pub upgrade
to use the WASM-supported version.
dio 5.5.0+1
What's new
- Fix WASM compile errors after moving the web implementation to
dio_web_adapter
.
web_adapter 1.0.1
What's new
- Improves warning logs on the Web platform.
http2_adapter 2.5.3
What's new
- Improves memory allocating when using
CancelToken
.
dio 5.5.0
What's new
- Raise the min Dart SDK version to 2.18.0.
- Add constructor for
DioExceptionType.badCertificate
. - Create type alias
DioMediaType
forhttp_parser
'sMediaType
. - Fix the type conversion regression when using
MultipartFile.fromBytes
. - Split the Web implementation to
package:dio_web_adapter
. - Add FusedTransformer for improved performance when decoding JSON.
- Set FusedTransformer as the default transformer.
- Improves
InterceptorState.toString()
. - If the
CancelToken
got canceled before making requests,
throws the exception directly rather than cut actual HTTP requests afterward. - Catch
MediaType
parse exception inTransformer.isJsonMimeType
. - Improves warning logs on the Web platform.
- Improves memory allocating when using
CancelToken
.
web_adapter 1.0.0
What's new
- Split the Web ability from the
package:dio
.
dio 5.4.3+1
What's new
- Fix type promotions for the UTF-8 encoder on previous Dart SDKs.
http2_adapter 2.5.2
What's new
- Remove client stream termination in
Http2Adapter
.