Releases: mstream/purescript-json-schema
Releases · mstream/purescript-json-schema
Release 1.1.8
1.1.8 (2023-12-22)
Release 1.1.7
1.1.7 (2023-12-17)
Release 1.1.6
1.1.6 (2023-12-17)
Release 1.1.5
1.1.5 (2023-12-17)
Release 1.1.4
1.1.4 (2023-11-26)
Release 1.1.3
1.1.3 (2023-11-26)
Release 1.1.2
1.1.2 (2023-11-26)
Release 1.1.1
1.1.1 (2023-11-26)
Release 1.1.0
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)