0.2.1 - 2024-01-05
- (Beta) Added support for JSON Path.
- Internal dependency version bumps.
0.2.0 - 2023-04-24
- Switched to Gradle.
- Added support for JSON Schema draft 2019-09 and 2020-12.
- Internal dependency version bumps.
- Test suite cleanup.
- 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
.
0.1.5 - 2022-03-10
- Switched to Maven Wrapper.
- Internal dependency version bumps.
0.1.4 - 2021-07-21
0.1.3 - 2021-05-21
- Internal dependency version bumps.
- Fixed errors when building for JDK 11 and 12. See #6.
0.1.2 - 2020-03-12
- Internal dependency version bumps.