Releases: cfug/dio
Releases · cfug/dio
dio 5.3.2
What's new
- Revert removed
download
forDioMixin
. - Fix for
Dio.download
not cleaning the file on data handling error.
cookie_manager 3.1.0+1
What's new
- Add topics to packages.
dio 5.3.1
What's new
- Improve package descriptions and code formats.
- Improve comments.
- Fix error when cloning
MultipartFile
fromFormData
with regression test. - Deprecate
MulitpartFile
constructor in favorMultipartFile.fromStream
. - Add
FormData.clone
.
http2_adapter 2.3.1
What's new
- Fix cached
initFuture
not remove when throw exception.
dio 5.3.0
What's new
- Remove
http
fromdev_dependencies
. - Add support for cloning
MultipartFile
fromFormData
. - Only produce null response body when
ResponseType.json
.
dio 5.2.1+1
What's new
- Fix changelog on pub.dev.
dio 5.2.1
What's new
- Revert changes to handling of
List<int>
body data.
dio 5.2.0+1
What's new
- Fix
DioErrorType
deprecation hint.
native_dio_adapter 1.0.0+1
What's new
- Update dependencies to make use of stable versions.
- Replace
DioError
withDioException
. - Fix
onReceiveProgress
callback.
http2_adapter 2.3.0
What's new
- Replace
DioError
withDioException
.