Skip to content

0.14.06.1

Compare
Choose a tag to compare
@Grokzen Grokzen released this 23 Jun 23:51
· 471 commits to master since this release
  • New feature "partial schema". Define a small schema with a ID that can be reused at other places in the schema. See readme for details.
  • New directive "include" that is used to include a partial schema at the specefied location.
  • Cli and Core() now can handle multiple schema files.
  • Directive "pattern" can no longer be used with map to validate all keys against that regex. Use "regex;" inside "mapping:"
  • 'none' can now be used as a type
  • Many more tests added