Releases: sagold/json-schema-library
Releases · sagold/json-schema-library
v9.2.1
v9.1.1
- fix issue in allOf wrongly merging sub-schemas
Full Changelog: v9.1.0...v9.1.1
9.1.0
- added validation of format "idn-email"
Full Changelog: v9.0.3...v9.1.0
v9.0.2
What's Changed
- format validation for
email
,date
,date-time
andtime
are now valid if string is empty
Full Changelog: v9.0.1...v9.0.2
v9.0.1
Fixes floating point issue in multipleOf validation
Full Changelog: v9.0.0...v9.0.1
v9.0.0
What's Changed
- [Breaking] Update JsonError to always contain
pointer
,schema
andvalue
on its data-property - [Breaking]
getSchema
arguments changed to an options-object - [Add] option
withSchemaWarning
forgetSchema
to always return an error for undefined schema
Full Changelog: v8.0.0...v9.0.0
v8.0.0
What's Changed
- [Breaking] renamed
JSON
types and variables toJson
- [Breaking] remove
oneOfSchema
helper property in favor ofgetOneOfOrigin()
non-enumerable function - [Breaking]
getTemplate
will add only required properties per default. UseaddOptionalProps:true
to change this behaviour - [Breaking] change
unique-items-error
to point to error for duplicated item. - [add] introduce
mergeSchema
,reduceSchema
andresolveDynamicSchema
- [refactor] move dynamic resolvers
anyOf
,allOf
,oneOf
,dependencies
andif
to features modules - Update README.md by @Zearin in #26
- build(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #27
- fix typo in url validation function by @felixebertsz in #34
- fix: oneOf step loses compiled reference resolution by @Carl-Foster in #35
New Contributors
- @Zearin made their first contribution in #26
- @felixebertsz made their first contribution in #34
- @Carl-Foster made their first contribution in #35
Full Changelog: v7.4.4...v8.0.0