Skip to content

Remove JSON from error message, fix generation

Compare
Choose a tag to compare
@davidmorgan davidmorgan released this 24 Aug 09:21
· 40 commits to master since this release
  • Remove JSON from DeserializationError message to prevent data accidentally
    leaking into logs. The JSON is still available on the DeserializationError
    object.
  • Fix generation for fields that are Function types that are declared
    separately, for example in a mixin defined in another source file, and use
    named or positional parameters.