Skip to content

0.2.0

Compare
Choose a tag to compare
@Marcono1234 Marcono1234 released this 22 Jan 23:03
· 9 commits to main since this release

Breaking changes

  • Allow unknown JSON properties by default (#1)
    • RecordTypeAdapterFactory.DEFAULT (and the no-args constructor) has been changed to allow unknown JSON properties.
      Previously unknown properties were disallowed by default.
    • The method RecordTypeAdapterFactory.Builder.allowUnknownProperties() has been removed and instead a new method
      disallowUnknownProperties() has been added.

Changes

  • Update Gson dependency to 2.8.9
  • Make Gradle builds reproducible
  • Make exception for clashing property names deterministic
  • Fix bug in internal GenericArrayTypeImpl.equals