MyGit

v1.0.0-beta14

Foso/Ktorfit

版本发布时间: 2022-09-24 20:06:14

Foso/Ktorfit最新发布版本:2.0.0-beta1(2024-04-29 02:22:49)

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

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-09-24发行的版本