- Kotlin updated to 1.3.70
- Serialization updated to 0.20.0
- Retrofit updated to 2.6.4
- Serialization updated to 0.11.0
- New:
asConverterFactory()
extension API onStringFormat
andBinaryFormat
. This deprecates the oldserializationConverterFactory
top-level function. - Kotlin updated to 1.3.20
- Serialization updated to 0.10.0
- New:
stringBased
andbytesBased
have been removed in favor of a singleserializationConverterFactory
function with overloads forStringFormat
andBinaryFormat
instances (likeJSON
andProtoBuf
). For those configuring Retrofit from Java the API is nowKotlinSerializationConverterFactory.create
. - Kotlin updated to 1.3.0
- Serialization updated to 0.9.0
Update to Kotlin 1.3.0-rc-57 and serialization 0.8.0-rc13.
Initial release.