Releases: sourcemeta/jsonschema
Releases · sourcemeta/jsonschema
v3.1.0
What's Changed
Full Changelog: v3.0.0...v3.1.0
v3.0.0
v2.6.1
v2.6.0
What's Changed
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- Add --json flag in frame to provide JSON output support by @Era-cell in #116
- Show
validate
timing with a--benchmark
option by @jviotti in #133 - Extend
validate
to take multiple instances by @jviotti in #134
New Contributors
- @Era-cell made their first contribution in #116
Full Changelog: v2.3.0...v2.5.0
v2.4.0
What's Changed
- Support JSON output on the
frame
command with--json
by @Era-cell in #116
New Contributors
- @Era-cell made their first contribution in #116
Full Changelog: v2.3.0...v2.4.0
v2.3.0
v2.2.0
v2.1.0
What's Changed
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Breaking Changes
If you are making use of the test
command, rename the schema
property of your test cases into target
.
What's Changed
- Fix typo on
validate
error message when not passing an instance by @alombarte in #102 - Test that
bundle
always produces formatted schemas by @jviotti in #105 - Fix a typo on the README by @jviotti in #107
- Revisit the output of the
test
command by @jviotti in #106 - Be more explicit about line endings to avoid potential mismatches by @jviotti in #109
- Advice against pseudo-TTYs on Docker due to line endings incompatibilities by @jviotti in #111
- Re-word Docker TTY warning in the docs by @jviotti in #112
- Present CLI commands in the README in a nicer way by @jviotti in #113
- Make validation failure stack traces clearer by @jviotti in #115
- Fix title of
metaschema
command documentation by @jviotti in #117 - Remove non-determinism in output when traversing directories by @jviotti in #120
- Make use of link time optimisation by @jviotti in #121
- Upgrade JSON Toolkit to
c033021
by @jviotti in #123 - Increase test coverage of the
bundle
command by @jviotti in #122 - Support the
$comment
keyword in test cases by @jviotti in #124 - Support passing a schema URI with a fragment as a test target by @jviotti in #126
Full Changelog: v1.1.2...v2.0.0