Skip to content

Releases: sourcemeta/jsonschema

v5.0.1

22 Jan 14:25
ea5fc1a
Compare
Choose a tag to compare

What's Changed

  • Make validate report exit code 2 on schema validation failure by @jviotti in #215
  • Make metaschema report exit code 2 on schema validation failure by @jviotti in #217

Full Changelog: v5.0.0...v5.0.1

continuous

22 Jan 14:27
ea5fc1a
Compare
Choose a tag to compare
continuous Pre-release
Pre-release

What's Changed

  • Bump all dependencies to the latest version by @jviotti in #214
  • Make validate report exit code 2 on schema validation failure by @jviotti in #215
  • Make metaschema report exit code 2 on schema validation failure by @jviotti in #217

Full Changelog: v5.0.0...continuous

v5.0.0

15 Jan 18:30
c89448e
Compare
Choose a tag to compare

What's Changed

  • Support YAML input in most commands by @jviotti in #212
  • Clarify how lint compares to Spectral by @jviotti in #204
  • Improve frame help summary to not mention "in-place" by @jviotti in #206

What's Removed

Looks like some commands are barely used by anybody. In the interest of keeping the CLI bloat-free and focused, some of these niche commands have been removed (at least until there is a real need for them):

  • Remove the compile command (no longer supported upstream) by @jviotti in #208
  • Remove the canonicalize and identify niche commands by @jviotti in #209

Full Changelog: v4.3.2...v5.0.0

v4.3.2

14 Nov 19:13
a5b92bb
Compare
Choose a tag to compare

What's Changed

  • Fix crash when printing pattern errors on propertyNames by @jviotti in #202

Full Changelog: v4.3.1...v4.3.2

v4.3.1

14 Nov 15:26
35d083c
Compare
Choose a tag to compare

What's Changed

  • Fix propertyNames not taking effect with type: object by @jviotti in #201

Full Changelog: v4.3.0...v4.3.1

v4.3.0

07 Nov 21:49
9156b65
Compare
Choose a tag to compare

What's Changed

  • Extend --trace to print out keyword location URIs by @jviotti in #194

Full Changelog: v4.2.0...v4.3.0

v4.2.0

07 Nov 19:19
cbd0667
Compare
Choose a tag to compare

What's Changed

  • Fix invalid JSON in test example by @jviotti in #189
  • Fix segmentation fault on describing objects failures in test by @jviotti in #190
  • Improve error message when test attempts to resolve a non-schema by @jviotti in #191
  • Add a --trace option to the validate and metaschema commands by @jviotti in #193

Full Changelog: v4.1.6...v4.2.0

v4.1.6

04 Nov 16:08
7f08123
Compare
Choose a tag to compare

What's Changed

  • Better document --extension/--ignore for validate by @jviotti in #186
  • Support validating schemas with relative base URIs by @jviotti in #188

Full Changelog: v4.1.5...v4.1.6

v4.1.5

30 Oct 16:59
4c8f774
Compare
Choose a tag to compare

What's Changed

  • Speed up compilation by caching commonly referenced schemas by @jviotti in #184

Full Changelog: v4.1.4...v4.1.5

v4.1.4

28 Oct 21:39
e1b36ca
Compare
Choose a tag to compare

What's Changed

  • Fix segmentation error during validation reporting in metaschema by @jviotti in #183

Full Changelog: v4.1.3...v4.1.4