Releases: sourcemeta/jsonschema
Releases · sourcemeta/jsonschema
v7.1.2
What's Changed
- Remove Docker warning during build by @alombarte in #255
- Improve error traces when involving
anyOf
by @jviotti in #258
Full Changelog: v7.1.1...v7.1.2
continuous
What's Changed
- Remove Docker warning during build by @alombarte in #255
- Improve error traces when involving
anyOf
by @jviotti in #258
Full Changelog: v7.1.1...continuous
v7.1.1
v7.1.0
What's Changed
- Add a
--json
option to thelint
command @Karan-Palan in #228
Full Changelog: v7.0.3...v7.1.0
v7.0.3
What's Changed
Full Changelog: v7.0.2...v7.0.3
v7.0.2
What's Changed
- Fix GitHub Action installing the CLI in the wrong path by @kleinschmidt in #251
New Contributors
- @kleinschmidt made their first contribution in #251
Full Changelog: v7.0.1...v7.0.2
v7.0.1
v7.0.0
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 tovalidate
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
- 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
- Improve dialect and bundling related error messages by @jviotti in #239
- Fix YAML numeric related parsing issues by @jviotti in #242
New Contributors
- @Karan-Palan made their first contribution in #230
Full Changelog: v6.0.3...v7.0.0
v6.0.3
What's Changed
Full Changelog: v6.0.2...v6.0.3