Releases: sourcemeta/jsonschema
Releases · sourcemeta/jsonschema
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
continuous
What's Changed
- Action fix: install dir should not contain
/bin
by @kleinschmidt in #251
New Contributors
- @kleinschmidt made their first contribution in #251
Full Changelog: v7.0.1...continuous
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
v6.0.2
What's Changed
Full Changelog: v6.0.1...v6.0.2
v6.0.1
What's Changed
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- Rename
frame
command toinspect
@bavulapati in #224 - Extend
inspect
command with additional framing information by @jviotti in #231
New Contributors
- @bavulapati made their first contribution in #224
Full Changelog: v5.0.2...v6.0.0
v5.0.2
What's Changed
Full Changelog: v5.0.1...v5.0.2