Releases: zillow/go-jsonschema
Releases · zillow/go-jsonschema
v5.6.0
v5.5.0
v5.4.0
- 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
- Rename module to be able to use from other modules without
replace
v5.4.0-beta.4
- Add method to compiler to obtain all currently compiled schemas
v5.4.0-beta.3
- Implement Compiler.DeregisterExtension
v5.4.0-beta.2
- Implement jsonschema compiler cloning
v5.4.0-beta.1
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