Skip to content

Releases: mstream/purescript-json-schema

Release 1.1.8

22 Dec 08:04
Compare
Choose a tag to compare

Release 1.1.7

17 Dec 12:18
Compare
Choose a tag to compare

1.1.7 (2023-12-17)

Release 1.1.6

17 Dec 11:30
Compare
Choose a tag to compare

1.1.6 (2023-12-17)

Release 1.1.5

17 Dec 11:12
Compare
Choose a tag to compare

1.1.5 (2023-12-17)

Release 1.1.4

26 Nov 15:32
Compare
Choose a tag to compare

1.1.4 (2023-11-26)

Release 1.1.3

26 Nov 14:08
Compare
Choose a tag to compare

1.1.3 (2023-11-26)

Release 1.1.2

26 Nov 13:05
Compare
Choose a tag to compare

1.1.2 (2023-11-26)

Release 1.1.1

26 Nov 12:12
Compare
Choose a tag to compare

1.1.1 (2023-11-26)

Release 1.1.0

26 Nov 11:33
Compare
Choose a tag to compare

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)