Skip to content

Draft 7 support

Compare
Choose a tag to compare
@erosb erosb released this 04 Mar 22:58
· 340 commits to master since this release

This is a fairly big release, coming with support of the Draft-07 version of the JSON Schema Core and Validation specifications.

Special thanks for @zgyorffi for his contribution to this release.

Improvements

  • supporting JSON Schema Draft 07
  • improving regular expression performance by using re2j - thanks for @rkeytacked

Bugfixes

  • fixing custom format handling in schemas referring to external schemas - reported in #152 , fixed by @hansmire
  • fixing a bug related to the validation of combined schemas in early failure mode