Skip to content

Releases: sourcemeta/jsonschema

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

continuous

06 Mar 23:48
1aaa30c
Compare
Choose a tag to compare
continuous Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v7.0.1...continuous

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

v6.0.2

21 Feb 15:52
2486cee
Compare
Choose a tag to compare

What's Changed

  • Improve error messages when parsing integers beyond the 64-bit range by @jviotti in #236

Full Changelog: v6.0.1...v6.0.2

v6.0.1

14 Feb 14:25
7bbce28
Compare
Choose a tag to compare

What's Changed

  • Fix --http incorrectly trying to parse YAML schemas as JSON by @jviotti in #233

Full Changelog: v6.0.0...v6.0.1

v6.0.0

13 Feb 21:24
30061f2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.2...v6.0.0

v5.0.2

10 Feb 15:58
8ccfa27
Compare
Choose a tag to compare

What's Changed

  • Fix enum misbehaving in propertyNames during validation by @jviotti in #226

Full Changelog: v5.0.1...v5.0.2