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 a8047ab commit ccd9212Copy full SHA for ccd9212
CHANGELOG.md
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Changed
11
12
+## 0.1.24 - 2018-11-21
13
+
14
+### Added
15
16
+### Changed
17
+- fixes #105 temporary fix to performance issue. Thanks @nitin456
18
19
## 0.1.23 - 2018-10-02
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.23</version>
+ <version>0.1.24</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