Skip to content

Version 0.11

Choose a tag to compare

@Tarmil Tarmil released this 05 Apr 17:14
· 2 commits to v0.11 since this release
  • #54: Do throw an exception when a mandatory field is missing and an optional field was omitted. Thanks @fuchen!

  • #57: Do throw an exception when a parsed value is null inside an array, a set or a tuple, unless allowNullFields is true. Thanks @drhumlen!