We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34e3b9 commit 6087924Copy full SHA for 6087924
CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Changed
11
12
+## 0.1.8 - 2017-06-17
13
+### Added
14
+
15
+### Changed
16
+- Recursive load fix #36 Thanks @thekensta
17
18
## 0.1.7 - 2017-04-26
19
### Added
20
pom.xml
@@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
21
<artifactId>json-schema-validator</artifactId>
22
- <version>0.1.7</version>
+ <version>0.1.8</version>
23
<description>A json schema validator that supports draft v4</description>
24
<url>https://github.com/networknt/json-schema-validator</url>
25
<name>JsonSchemaValidator</name>
0 commit comments