Skip to content

Releases: santhosh-tekuri/jsonschema

v6.0.3

Choose a tag to compare

@santhosh-tekuri santhosh-tekuri released this 06 Aug 09:16

bugfixes:

  • empty instLocation for propetyNames and contentSchema
  • fix intLocation for items and additionalItems validation
  • check invalid floats NaN/Inf
  • fix closing quote check in email validation
  • ensure both are numbers in equals validation

features

  • ef59f39: ref like property in custom vocab

v6.0.2

Choose a tag to compare

@santhosh-tekuri santhosh-tekuri released this 23 May 14:56
release: v6.0.2

v6.0.1

Choose a tag to compare

@santhosh-tekuri santhosh-tekuri released this 06 Jun 18:00

Bug Fixes:

  • fix/schema: field RecursiveRef misspelled
  • fix/schema: missing Deprecated field

check #172 to see notes for migrating from v5 to v6

v6.0.0

Choose a tag to compare

@santhosh-tekuri santhosh-tekuri released this 04 Jun 17:04

Improvements

  • mixed dialect support
  • custom $vocabulary support
  • sermver format
  • support for localisation for ValidationError
  • command jv
    • support stdin
    • --insecure and --cacert flag
    • --quiet flag

check #172 to see notes for migrating from v5 to v6

v6.0.0.beta1

Choose a tag to compare

@santhosh-tekuri santhosh-tekuri released this 08 May 11:25

Improvements

  • mixed dialect support
  • custom $vocabulary support
  • sermver format
  • support for localisation for ValidationError
  • command jv
    • support stdin
    • --insecure and --cacert flag
    • --quiet flag

v5.3.1

Choose a tag to compare

@santhosh-tekuri santhosh-tekuri released this 26 Apr 07:14

Features

  • improve performance of uniqueItems for large array

v5.3.0

Choose a tag to compare

@santhosh-tekuri santhosh-tekuri released this 04 Apr 19:02

Features

  • formats can be registered with Compiler
  • mediaTypes can be registered with Compiler

Bug Fixes

  • correct unevaluatedXXX keyword spelling
  • ignore optional vocabularies
  • $dynamicRef without anchor is identical to $ref

cmd/jv/v0.4.0

Choose a tag to compare

@santhosh-tekuri santhosh-tekuri released this 27 Mar 09:10
  • correct version in go.mod

v5.2.0

Choose a tag to compare

@santhosh-tekuri santhosh-tekuri released this 30 Jan 15:45
  • Schema: add Draft field
  • Draft: add URL() and String()

v5.1.1

Choose a tag to compare

@santhosh-tekuri santhosh-tekuri released this 22 Nov 18:02

fix: formats must be validated for draft <2019