v1.0.0-beta14
版本发布时间: 2022-09-24 20:06:14
Foso/Ktorfit最新发布版本:2.1.0(2024-09-01 21:49:53)
NEW:
Query parameters can now be nullable, null values will be ignored in requests
Function return types can now be nullable
FIX:
Url annotation not resolved correctly #65
BREAKING CHANGES:
Changed naming of Converters:
SuspendResponseConverter:
is now called RequestConverter
the wrapSuspendResponse is now called convertRequest.
returnTypeName is replaced through typeData, you can use typeData.qualifiedName to get the same value as returnTypeName RequestConverter need to be added with the requestConverter() on your Ktorfit object.
https://foso.github.io/Ktorfit/requestconverter/
ResponseConverters:
returnTypeName is replaced through typeData, you can use typeData.qualifiedName to get the same value as returnTypeName
https://foso.github.io/Ktorfit/responseconverter/
Full Changelog: https://github.com/Foso/Ktorfit/compare/v1.0.0-beta13...v1.0.0-beta14