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 6ba7aed commit fdabb5cCopy full SHA for fdabb5c
CHANGELOG.md
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Changed
11
12
+## 0.1.22 - 2018-09-11
13
+
14
+### Added
15
16
+### Changed
17
+- fixes #101 enhance TypeValidator trying to convert type from TEXT
18
19
## 0.1.21 - 2018-08-14
20
21
### Added
pom.xml
@@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
22
- <version>0.1.21</version>
+ <version>0.1.22</version>
23
<packaging>bundle</packaging>
24
<description>A json schema validator that supports draft v4</description>
25
<url>https://github.com/networknt/json-schema-validator</url>
0 commit comments