Skip to content

Releases: OptimumCode/json-schema-validator

Release 0.0.13

26 Apr 09:51
cb90f5e
Compare
Choose a tag to compare

🚀 Features

  • Add support for uri and iri formats (PR: #99)

🐛 Fixes

  • Fix algorithm for dynamic reference resolution (PR: #101)

Dependencies

  • Bump graphql from 6.7.0 to 6.8.0 (PR: #98)
Uncategorized
Also merged but not included in notes

0.0.12...0.0.13

Release 0.0.12

17 Apr 10:25
8d92590
Compare
Choose a tag to compare

🚀 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)

0.0.11...0.0.12

Release 0.0.11

16 Mar 11:19
68414e7
Compare
Choose a tag to compare

🚀 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

0.0.10..0.0.11

Release 0.0.10

08 Mar 07:37
f0e6a4a
Compare
Choose a tag to compare

🚀 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

29 Feb 19:45
a6318d3
Compare
Choose a tag to compare

🚀 Features

  • Add partial support for format keyword (PR: #72)

🐛 Fixes

  • Fix double rounding issues for multipleOf assertion (PR: #71)
Uncategorized
  • Add issue templates (PR: #68)
Also merged but not included in notes

Release 0.0.8

21 Feb 13:18
4bfa737
Compare
Choose a tag to compare

🚀 Features

  • Support vocabulary customization in custom meta-schemes (PR: #66)

🐛 Fixes

  • Rework the way the circled references are determine to avoid false-positive results (PR: #63)
Uncategorized
  • Bump serialization from 1.6.2 to 1.6.3 (PR: #64)
  • Bump org.jetbrains.kotlinx.kover from 0.7.5 to 0.7.6 (PR: #65)
  • Bump com.networknt:json-schema-validator from 1.3.2 to 1.3.3 (PR: #67)
Also merged but not included in notes

Release 0.0.7

10 Feb 17:35
db19e49
Compare
Choose a tag to compare

🚀 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

01 Feb 18:49
8f277d1
Compare
Choose a tag to compare

🚀 Features

  • Create JsonSchemaLoader interface to support external schema loading (PR: #42)

🐛 Fixes

  • Move references validation to the latter stage (PR: #45)

🧰 CI/CD

  • Update actions versions (PR: #41)
  • Add upload coverage results to codecov (PR: #44)
Uncategorized
  • Update dependencies to support Kotlin 1.9 (PR: #39)
  • Update uri-kmp to 0.0.16 and binary-compatibility-validator to 0.14.0 (PR: #43)
Also merged but not included in notes

Release 0.0.5

01 Jan 14:31
30f94f8
Compare
Choose a tag to compare

🚀 Features

  • Add support for Draft 2020-12 (PR: #36)

🐛 Fixes

🤔 No bugs at all?

Uncategorized
  • Refactor assertion context (PR: #37)
Also merged but not included in notes

Release 0.0.4

30 Dec 10:17
b1d27b2
Compare
Choose a tag to compare

🚀 Features

No new features today 😢

🐛 Fixes

  • Correct companion object visibility (PR: #34)
Uncategorized
Also merged but not included in notes