Skip to content

Commit 3416e28

Browse files
committed
upgrade to 1.4.0 and update changelog
1 parent 6f44455 commit 3416e28

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
1111

1212
### Changed
1313

14+
## 1.4.0 - 2024-03-16
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Explicitly handle if the discriminator property value is null (#988) Thanks @justin-tay
21+
- Refactor walk (#986) Thanks @justin-tay
22+
- Fixes uri, uri-reference, iri, iri-reference formats and does iri to uri conversion (#983) Thanks @justin-tay
23+
- Support custom vocabularies and unknown keyword and meta-schema handling (#980) Thanks @justin-tay
24+
- Fix message (#975) Thanks @justin-tay
25+
- Make ethlo excludable (#974) Thanks @justin-tay
26+
1427
## 1.3.3 - 2024-02-19
1528

1629
### Added

pom.xml

+1-1
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.3.3</version>
26+
<version>1.4.0</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)