Skip to content

Commit 270df62

Browse files
committed
upgrade to 1.5.9 and update changelog
1 parent 61fa3a5 commit 270df62

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
1111

1212
### Changed
1313

14+
## 1.5.8- 2025-09-13
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Fix idn-hostname format and update json schema test suite (#1191) Thanks @justin-tay
21+
- Fix JoniRegularExpression compatibility issues with ECMA-262 (#1193) Thanks @justin-tay
22+
- Fix time format validation (#1188) Thanks @justin-tay
23+
- Fix eclipse junit issue due to m2e-core (#1189) Thanks @justin-tay
24+
- Support readOnly and writeOnly for required validation (#1186) Thanks @justin-tay
25+
- Spanish translations (#1183) Thanks @MickMonaghanGW
26+
- Upgrade to ITU 1.14.0 (#1184) Thanks @ethlo
27+
- Add mpenet/legba to list of librairies (#1181) Thanks @mpenet
28+
1429
## 1.5.8- 2025-06-27
1530

1631
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ This package is available on Maven central.
222222
<dependency>
223223
<groupId>com.networknt</groupId>
224224
<artifactId>json-schema-validator</artifactId>
225-
<version>1.5.8</version>
225+
<version>1.5.9</version>
226226
</dependency>
227227
```
228228

229229
#### Gradle:
230230

231231
```java
232232
dependencies {
233-
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.8');
233+
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.9');
234234
}
235235
```
236236

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.networknt</groupId>
2525
<artifactId>json-schema-validator</artifactId>
26-
<version>1.5.8</version>
26+
<version>1.5.9</version>
2727
<packaging>bundle</packaging>
2828
<name>JsonSchemaValidator</name>
2929
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>

0 commit comments

Comments
 (0)