Skip to content

Releases: zillow/go-jsonschema

v5.6.0

27 Sep 14:43
5689f47
Compare
Choose a tag to compare
  • Add ValidateWithContext schema method to pass context.Context

v5.5.0

26 Jul 18:32
531774d
Compare
Choose a tag to compare
  • Propagate recursive parent descriptor with ValidationContext

v5.4.0

10 Mar 21:08
1a2ef10
Compare
Choose a tag to compare
  • Expose the schema of a resource while being compiled by an extension compiler
  • Add value location to extension ValidationContext
  • Expose the top document through extension ValidationContext
  • Implement jsonschema compiler cloning
  • Implement Compiler.DeregisterExtension
  • Add method to compiler to obtain all currently compiled schemas
  • Rename module to be able to use from other modules without replace

v5.4.0-beta.5

10 Mar 20:04
Compare
Choose a tag to compare
v5.4.0-beta.5 Pre-release
Pre-release
  • Rename module to be able to use from other modules without replace

v5.4.0-beta.4

07 Mar 19:22
Compare
Choose a tag to compare
v5.4.0-beta.4 Pre-release
Pre-release
  • Add method to compiler to obtain all currently compiled schemas

v5.4.0-beta.3

05 Mar 22:57
Compare
Choose a tag to compare
v5.4.0-beta.3 Pre-release
Pre-release
  • Implement Compiler.DeregisterExtension

v5.4.0-beta.2

05 Mar 22:14
Compare
Choose a tag to compare
v5.4.0-beta.2 Pre-release
Pre-release
  • Implement jsonschema compiler cloning

v5.4.0-beta.1

02 Mar 15:57
Compare
Choose a tag to compare
v5.4.0-beta.1 Pre-release
Pre-release

Beta release of:

  • Expose the schema of a resource while being compiled by an extension compiler
  • Add value location to extension ValidationContext
  • Expose the top document through extension ValidationContext