File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
1111### Changed
1212
13+ ## 1.0.77 - 2023-02-13
14+
15+ ### Added
16+
17+ - fixes #637 Setup CI based on GH Actions. Thanks @valfirst
18+ - fixes #635 add persian language to json validator. Thanks @mahdimalverdi
19+ ### Changed
20+
21+ - upgrade jackson to 2.14.2
22+ - fixes #651 Map BinaryNodes to type string. Thanks @k-oliver
23+ - fixes #649 Improve logging performance. Thanks @valfirst
24+ - fixes #648 Drop unused test dependency: Mockito. Thanks @valfirst
25+ - fixes #647 Use Javadoc badge with dynamic version instead of plain link in README. Thanks @valfirst
26+ - fixes #646 Add ability to detect spec version optionally. Thanks @valfirst
27+ - fixes #645 Add MavenCentral badge to README. Thanks @valfirst
28+ - fixes #644 Improve example of Gradle dependency in README. Thanks @valfirst
29+ - fixes #643 Make sure all constants are static final. Thanks @valfirst
30+ - fixes #642 Remove unused fields from JsonSchemaVersion. Thanks @valfirst
31+ - fixes #641 Improve error messages on spec version detection. Thanks @valfirst
32+ - fixes #640 Update build badge from README to point GH Actions CI. Thanks @valfirst
33+ - fixes #639 Drop Travis CI config. Thanks @valfirst
34+ - fixes #638 Restore code coverage calculation. Thanks @valfirst
35+ - fixes #636 Adding tests for overriding error messages at schema level for individual keywords. Thanks @anjnerajat
36+ - fixes #634 Quick fix for issue causing the wrong custom message to be used. Thanks @chaosape
37+ - fixes #627 custom message for format. Thanks @vickyrathod
38+
1339## 1.0.76 - 2022-12-19
1440
1541### Added
Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ Maven:
8282<dependency >
8383 <groupId >com.networknt</groupId >
8484 <artifactId >json-schema-validator</artifactId >
85- <version >1.0.76 </version >
85+ <version >1.0.77 </version >
8686</dependency >
8787```
8888
8989Gradle:
9090
9191``` java
9292dependencies {
93- compile(group: ' com.networknt' , name: ' json-schema-validator' , version: ' 1.0.76 ' );
93+ compile(group: ' com.networknt' , name: ' json-schema-validator' , version: ' 1.0.77 ' );
9494}
9595```
9696
You can’t perform that action at this time.
0 commit comments