File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
### Added
9
9
10
10
### Changed
11
+ - Sycn with official test suites and documented failed test cases.
11
12
12
13
13
14
## 0.1.2 - 2016-10-20
Original file line number Diff line number Diff line change @@ -50,3 +50,15 @@ Add the following to your `pom.xml`:
50
50
51
51
```
52
52
53
+ ## Known issues
54
+
55
+ I have just updated the test suites from the official website as the old ones were copied from another
56
+ Java validator. Now there are several issues that need to be addressed. All of them are edge cases
57
+ in my opinion but need to be investigated.
58
+
59
+ [ #7 ] ( https://github.com/networknt/json-schema-validator/issues/7 )
60
+ [ #6 ] ( https://github.com/networknt/json-schema-validator/issues/6 )
61
+ [ #5 ] ( https://github.com/networknt/json-schema-validator/issues/5 )
62
+ [ #4 ] ( https://github.com/networknt/json-schema-validator/issues/4 )
63
+
64
+
You can’t perform that action at this time.
0 commit comments