Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Version 2.4.0

Compare
Choose a tag to compare
@anthonycr anthonycr released this 24 Oct 19:11
· 241 commits to master since this release
  • Fixed bug where generated type adapters would write out an empty JSON object for a null value.
  • Type adapters now write null to JSON instead of {} for null field values.
  • Rewrote compiler tests in Kotlin and improved their readability.