v8.0.0
What's Changed
- [Breaking] renamed
JSONtypes and variables toJson - [Breaking] remove
oneOfSchemahelper property in favor ofgetOneOfOrigin()non-enumerable function - [Breaking]
getTemplatewill add only required properties per default. UseaddOptionalProps:trueto change this behaviour - [Breaking] change
unique-items-errorto point to error for duplicated item. - [add] introduce
mergeSchema,reduceSchemaandresolveDynamicSchema - [refactor] move dynamic resolvers
anyOf,allOf,oneOf,dependenciesandifto 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