-
Kotlin updated to 1.4.10
-
Serialization updated to 1.0.0
Note that the APIs used by this converter are marked as experimental. As such, the experimental annotation has been propagated to the public API such that you will need to opt-in to using it or receive a warning. It is also why this library is not a 1.0.0 since those APIs may have backwards-incompatible changes in the future requiring an update.
- New: Add support for contextual serializers which are registered with the supplied format. No new API or action is required for this to work–it's all implementation detail. Since it's a potentially incompatible behavior change, the version was bumped.
-
Kotlin updated to 1.4.0
-
Serialization updated to 1.0.0-rc
Note that the APIs used by this converter are marked as experimental. As such, the experimental annotation has been propagated to the public API such that you will need to opt-in to using it or receive a warning.
- 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.