0.2.0
Changed
- Switched to Gradle.
- Added support for JSON Schema draft 2019-09 and 2020-12.
- Internal dependency version bumps.
- Test suite cleanup.
Fixed
- Fixed the
time
format inference inFormatInferrers.dateTime()
to better adhere to the JSON Schema standard. It is trivial to restore the original behavior with a custom implementation ofFormatInferrer
.