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