File tree 3 files changed +21
-4
lines changed
3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
11
11
### Changed
12
12
13
+ ## 1.0.67 - 2022-03-05
14
+
15
+ ### Changed
16
+
17
+ - fixes #525 Leap seconds are handled even better Thanks @aznan2 and @Matti Hansson
18
+ - fixes #524 Fix handling of leap seconds in date-time validation
19
+ - fixes #523 synched ipv4 and ipv6 and fix some gaps for the IP format
20
+ - fixes #522 synch the official test suite for draft v4 from schema.org
21
+ - fixes #509 NPE with oneOf and custom URI Fetcher or Factory
22
+ - fixes #508 Make date-time validation align with RFC3339 Thanks @aznan2 and @Matti Hansson
23
+ - fixes #519 Preserve # suffix during metaschema URI normalization Thanks @pondzix
24
+ - fixes #516 fix the additionalProperties in oneOf failed test cases
25
+ - fixes #505 AdditionalPropertiesOneOfFails test Thanks @huubfleuren
26
+ - fixes #510 try to reproduce the issue but failed
27
+ - fixes #511 Add German validation messages. Thanks @rustermi
28
+ - fixes #500 Support fragment references using $anchor @Whathecode
29
+
13
30
## 1.0.66 - 2022-01-24
14
31
15
32
### Changed
16
33
17
34
- fixes #496 Improve type validation of integrals. Thanks @christi-square
18
- - fixes #497 parent schema of additionItems can be correctly referenced @carolkao
35
+ - fixes #497 Support fragment references using $anchor @carolkao
19
36
20
37
## 1.0.65 - 2022-01-07
21
38
Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ Maven:
82
82
<dependency >
83
83
<groupId >com.networknt</groupId >
84
84
<artifactId >json-schema-validator</artifactId >
85
- <version >1.0.66 </version >
85
+ <version >1.0.67 </version >
86
86
</dependency >
87
87
```
88
88
89
89
Gradle:
90
90
91
91
```
92
92
dependencies {
93
- compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.66 ");
93
+ compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.67 ");
94
94
}
95
95
```
96
96
Original file line number Diff line number Diff line change 20
20
<modelVersion >4.0.0</modelVersion >
21
21
<groupId >com.networknt</groupId >
22
22
<artifactId >json-schema-validator</artifactId >
23
- <version >1.0.66 </version >
23
+ <version >1.0.67 </version >
24
24
<packaging >bundle</packaging >
25
25
<description >A json schema validator that supports draft v4, v6, v7 and v2019-09</description >
26
26
<url >https://github.com/networknt/json-schema-validator</url >
You can’t perform that action at this time.
0 commit comments