You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for JSON Schema draft 2019-09 and 2020-12.
11
+
- Internal dependency version bumps.
12
+
- Test suite cleanup.
13
+
14
+
### Fixed
15
+
16
+
- Fixed the `time` format inference in `FormatInferrers.dateTime()` to better adhere to the JSON Schema standard. It is trivial to restore the original behavior with a custom implementation of `FormatInferrer`.
17
+
18
+
## [0.1.5] - 2022-03-10
19
+
20
+
### Changed
21
+
22
+
- Switched to Maven Wrapper.
23
+
- Internal dependency version bumps.
24
+
25
+
## [0.1.4] - 2021-07-21
26
+
27
+
## [0.1.3] - 2021-05-21
28
+
29
+
### Changed
30
+
31
+
- Internal dependency version bumps.
32
+
33
+
### Fixed
34
+
35
+
- Fixed errors when building for JDK 11 and 12. See [#6](https://github.com/saasquatch/json-schema-inferrer/pull/6).
0 commit comments