Releases: OptimumCode/json-schema-validator
Releases · OptimumCode/json-schema-validator
Release 0.0.13
Release 0.0.12
🚀 Features
- Add hostname and idn-hostname format validators (PR: #82)
🐛 Fixes
🤔 No bugs at all?
🧰 CI/CD
- Bump gradle/wrapper-validation-action from 2 to 3 (PR: #94)
Dependencies
- Bump com.networknt:json-schema-validator from 1.3.3 to 1.4.0 (PR: #89)
- Bump com.eygraber:uri-kmp from 0.0.17 to 0.0.18 (PR: #90)
- Bump io.openapiprocessor:json-schema-validator-bom from 2024.1 to 2024.2 (PR: #92)
- Bump io.gitlab.arturbosch.detekt from 1.23.5 to 1.23.6 (PR: #91)
- Bump gradle/wrapper-validation-action from 2 to 3 (PR: #94)
- Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 (PR: #93)
Uncategorized
Also merged but not included in notes
- Extract tests for each platform into separate jobs (PR: #96)
Release 0.0.11
🚀 Features
- Add uuid fromat validator (PR: #78)
🐛 Fixes
- Fix incorrect URI resolution when root schema
$id
is not an absolute URI (PR: #88)
Dependencies
- Bump kotest from 5.8.0 to 5.8.1 (PR: #80)
- Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.16.2 (PR: #81)
- Bump com.eygraber:uri-kmp from 0.0.16 to 0.0.17 (PR: #85)
- Bump okio from 3.8.0 to 3.9.0 (PR: #84)
- Bump com.fasterxml.jackson:jackson-bom from 2.16.2 to 2.17.0 (PR: #83)
Uncategorized
- Add configuration for devcontainers (PR: #79)
Also merged but not included in notes
Release 0.0.10
🚀 Features
- Add support for json-pointer and relative-json-pointer formats (PR: #73)
- Add ipv4 and ipv6 format validators (PR: #74)
🐛 Fixes
🤔 No bugs at all?
Dependencies
- Bump org.jetbrains.dokka from 1.9.10 to 1.9.20 (PR: #76)
- Bump kotlin from 1.9.22 to 1.9.23 (PR: #77)
Uncategorized
Also merged but not included in notes
Release 0.0.9
Release 0.0.8
Release 0.0.7
🚀 Features
- Provide ability to register custom assertion (PR: #53)
🐛 Fixes
🤔 No bugs at all?
🧰 CI/CD
- Update actions version to work on node 20 (PR: #52)
- Add Dependabot configuration to the project (PR: #55)
- Migrate to Gradle dependency submission (PR: #61)
Uncategorized
- Add benchmark sub-project (PR: #48)
- Add badges from bowtie report run (PR: #50)
- Pull latest updates from json schema test suite (PR: #51)
- Bump org.jlleitschuh.gradle.ktlint from 12.0.3 to 12.1.0 (PR: #60)
- Bump io.gitlab.arturbosch.detekt from 1.23.4 to 1.23.5 (PR: #58)
- Bump okio from 3.7.0 to 3.8.0 (PR: #59)
- Bump com.networknt:json-schema-validator from 1.3.1 to 1.3.2 (PR: #56)
- Add documentation and example for creating custom assertions (PR: #62)
Also merged but not included in notes
Release 0.0.6
Release 0.0.5
Release 0.0.4
🚀 Features
No new features today 😢
🐛 Fixes
- Correct companion object visibility (PR: #34)