Skip to content

v0.11.1

Latest
Compare
Choose a tag to compare
@thesamet thesamet released this 11 Jun 01:10
· 179 commits to master since this release

add a parser option to validate oneofs: #236

In this release, if the input contains multiple values for the same oneofs, an exception will be raised. To recover the previous behavior, pass isIgnoringOverlappingOneofFields to the parser.