Skip to content

1.1.0: Collecting all schema violations

Compare
Choose a tag to compare
@erosb erosb released this 26 Nov 15:41
· 959 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 )