Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 652 Bytes

File metadata and controls

24 lines (16 loc) · 652 Bytes

Change Log

Version 0.2.0 (2018-10-29)

  • New: stringBased and bytesBased have been removed in favor of a single serializationConverterFactory function with overloads for StringFormat and BinaryFormat instances (like JSON and ProtoBuf). For those configuring Retrofit from Java the API is now KotlinSerializationConverterFactory.create.
  • Kotlin updated to 1.3.0
  • Serialization updated to 0.9.0

Version 0.1.0 (2018-09-22)

Update to Kotlin 1.3.0-rc-57 and serialization 0.8.0-rc13.

Version 0.0.1 (2018-01-15)

Initial release.