Skip to content

Releases: sourcemeta/jsonschema

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

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

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