8000 Release 1.1.0: Collecting all schema violations · everit-org/json-schema · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1.1.0: Collecting all schema violations

Compare
Choose a tag to compare
@erosb erosb released this 26 Nov 15:41
· 970 commits to master since this release

Improvement:

  • the validator now collects all schema violations instead of failing early on the first violation (requested at #6 ), each violation can be programmatically accessed (see the Investigating failures section for details)

Bugfix:

  • fixed NPE occuring if an empty object is validated by an ObjectSchema with additionalProperties = false (reported at #15 and #12 )
0