Skip to content

Releases: sourcemeta/jsonschema

v7.1.2

17 Mar 14:14
8c42739
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.1...v7.1.2

continuous

17 Mar 14:18
8c42739
Compare
Choose a tag to compare
continuous Pre-release
Pre-release

What's Changed

Full Changelog: v7.1.1...continuous

v7.1.1

14 Mar 21:46
85557c1
Compare
Choose a tag to compare

What's Changed

  • Fix test output incorrectly printing paths in a single line by @jviotti in #256
  • Fix minor patternProperties and required corner case validation issues by @jviotti in #257

Full Changelog: v7.1.0...v7.1.1

v7.1.0

12 Mar 16:04
131c232
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.3...v7.1.0

v7.0.3

10 Mar 18:27
71d1ee5
Compare
Choose a tag to compare

What's Changed

  • Fix process substitution segfaults on GNU/Linux by @jviotti in #253

Full Changelog: v7.0.2...v7.0.3

v7.0.2

06 Mar 23:46
1aaa30c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.1...v7.0.2

v7.0.1

06 Mar 12:43
0350d3b
Compare
Choose a tag to compare

What's Changed

  • Update install script to support custom path by @lzap in #244
  • Fix /usr/local not having write permissions anymore on GitHub Actions by @v1v in #250

New Contributors

  • @lzap made their first contribution in #244
  • @v1v made their first contribution in #250

Full Changelog: v7.0.0...v7.0.1

v7.0.0

03 Mar 19:06
7e63d51
Compare
Choose a tag to compare

What's Changed

  • Ensure unknown commands other than help return exit code 1 by @Karan-Palan in #230
  • Validate in exhaustive mode by default and add a new --fast option to validate by @jviotti in #238
    • The Blaze high-performance validator behind this CLI compile schemas, just like a C/C++ compiler would compile source code. With this change, Blaze by default compiles in "debugging" mode, producing better error messages at the expense of speed, which is what most users expect. And with the new --fast option, you opt-in to a full optimised compilation process that is much faster, but at the expense of error messages
  • Improve dialect and bundling related error messages by @jviotti in #239
  • Fix YAML numeric related parsing issues by @jviotti in #242

New Contributors

Full Changelog: v6.0.3...v7.0.0

v6.0.3

25 Feb 01:23
2470d6c
Compare
Choose a tag to compare

What's Changed

  • Improve handling of schemas with relative top-level URIs by @jviotti in #237

Full Changelog: v6.0.2...v6.0.3