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