Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.17 KB

File metadata and controls

47 lines (30 loc) · 1.17 KB

Change Log

Version 0.5.0 (2020-03-06)

  • Kotlin updated to 1.3.70
  • Serialization updated to 0.20.0
  • Retrofit updated to 2.6.4

Version 0.4.0 (2019-04-12)

  • Serialization updated to 0.11.0

Version 0.3.0 (2019-02-25)

  • New: asConverterFactory() extension API on StringFormat and BinaryFormat. This deprecates the old serializationConverterFactory top-level function.
  • Kotlin updated to 1.3.20
  • Serialization updated to 0.10.0

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.