0.10.0
Pre-release
Pre-release
Added
- Added expected type checking to the linter. For example,
minimum
expects a type of "number" or "integer". - Added an "exclusive minimum" >= "exclusive maximum" check to the linter.
- README updates: "Schema and instance coverage" future plans and "IDN Hostnames" link in the reference list.
- Added annotation printing to
Main
. - Added an option,
Option.COLLECT_ANNOTATIONS_FOR_FAILED
, that controls whether annotation collection also retains annotations for schemas that failed validation.
Removed
- The notes for
Option.COLLECT_ERRORS
stated that it may need to befalse
in the presence of any$recursiveRef
s. This note has been removed.