Skip to content

Releases: xeipuuv/gojsonschema

v1.2.0

15 Oct 16:05
Compare
Choose a tag to compare
  • Fix a race condition when registering new formats. #241
  • Improve the performance of uniqueItems. #245
  • Fix an issue where integers would be shown as a fraction #248
  • Require format to be of type string and formats can now be registered after a schema is parsed. #249
  • Improve the handling of true and false schema. #267
  • Fix an issue where an invalid schema would cause a panic. #269
  • Properly handle file URIs that contain spaces. #272

v1.1.0

08 Jan 12:35
Compare
Choose a tag to compare
  • Adds the ability to explicitly use draft-04, draft-06 and draft-07 modes. #219
  • Improved error messages for "uniqueItems". #220
  • Fix rounding issues with "multipleOf". #223

v1.0

11 Sep 14:50
Compare
Choose a tag to compare

Initial release