Skip to content

Maintenance release

Compare
Choose a tag to compare
@erosb erosb released this 26 Jan 10:35
· 740 commits to master since this release

This is mainly a maintenance release of the library with compliance bugfixes. There are only a few new API changes.

Improvements

  • adding ValidationException#getAllMessages() - contributed by @srfarley
  • adding getters to some Schema properties ( StringSchema#formatValidator and NotSchema#mustNotMatch ) - requested in #53

Bugfixes

  • fixing seconds fraction parsing in date-time format validation - fixed by Deepak Halale
  • fixing minLength / maxLength validation for Unicode strings - fixed by @halvorgb
  • fixing schema loading in case of "implicit anyOf" types - fixed by @halvorgb

Docs / infrastructure improvements

  • measuring code coverage with JaCoCo and Corevalls.io - contributed by @agebhar1
  • README updates: license, build and code coverage badges, also updating some broken links - thanks again for @agebhar1