Skip to content

v8.0.0

Compare
Choose a tag to compare
@sagold sagold released this 04 Jul 09:45
· 178 commits to main since this release

What's Changed

  • [Breaking] renamed JSON types and variables to Json
  • [Breaking] remove oneOfSchema helper property in favor of getOneOfOrigin() non-enumerable function
  • [Breaking] getTemplate will add only required properties per default. Use addOptionalProps:true to change this behaviour
  • [Breaking] change unique-items-error to point to error for duplicated item.
  • [add] introduce mergeSchema, reduceSchema and resolveDynamicSchema
  • [refactor] move dynamic resolvers anyOf, allOf, oneOf, dependencies and if 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

Full Changelog: v7.4.4...v8.0.0