Skip to content

1.6.1

Compare
Choose a tag to compare
@Grokzen Grokzen released this 13 Mar 22:10
· 70 commits to master since this release

New keywords:

  • Added support for keyword nullable. It is now possible to allow for a key not to be empty, when required keyword is not used.
  • Added support for keyword class. It will not cause any validation errors, but serves to make kwalify schemas compatible that uses that keywork.

Bug fixes:

  • Improved compatibility with unicodes to validate as strings.

Changed behaviour:

  • Propergate json and yaml loading errors when used from the cli to the user for easier debugging.

General changes:

  • Allow ruamel.yaml versions up to 0.16
  • License is now bundled with the built release.