Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 11:33
· 44 commits to main since this release

1.1.0 (2023-11-26)

Features

  • add array items validation (8fdc152)
  • add codec for basic schema types (268bc8a)
  • add difference calculation for other schemata configurations (7dcc5f4)
  • add JSON validation against unrestricted schema types (911364d)
  • add proper JSON and schema paths rendering (75f7ed2)
  • add support for boolean form of schema (e57a16d)
  • change schema data model to accommodate "not" keyword (f7817b9)
  • cli: add JSON and Markdown validation output format (22011ab)
  • extend CLI commands by 'compat' and 'diff' (#7) (fdd3413)
  • implement compatibility check for JSON value type changes (ac972c1)
  • implement number range constraints (a33f5b4)
  • implement the multipleOf keyword (c46b9b2)
  • implement uniqueItems constraint for arrays (8002909)
  • make CLI commands fail where appropriate (#9) (24bb6e2)
  • markdown: maxLineLength (5ccdebc)