File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Changed
11
11
12
- ## 0.1.15 - 2017-02-16
12
+ ## 0.1.16 - 2018-03-03
13
+
14
+ ### Added
15
+
16
+ ### Changed
17
+ - Fixes #62 Correct behavior when both allOf and type are present. Thanks @ehrmann
18
+ - Fixes #70 Minor optimizations. Thanks @ehrmann
19
+
20
+ ## 0.1.15 - 2018-02-16
13
21
14
22
### Added
15
23
16
24
### Changed
17
25
- Fixes #65 enhance day validation regex for date format. Thanks @chenyan71
18
26
19
27
20
- ## 0.1.14 - 2017 -02-14
28
+ ## 0.1.14 - 2018 -02-14
21
29
22
30
### Added
23
31
Original file line number Diff line number Diff line change 19
19
<modelVersion >4.0.0</modelVersion >
20
20
<groupId >com.networknt</groupId >
21
21
<artifactId >json-schema-validator</artifactId >
22
- <version >0.1.15 </version >
22
+ <version >0.1.16 </version >
23
23
<description >A json schema validator that supports draft v4</description >
24
24
<url >https://github.com/networknt/json-schema-validator</url >
25
25
<name >JsonSchemaValidator</name >
You can’t perform that action at this time.
0 commit comments