v1.5.0
This release adds a new input option (yaml_as_json
) which allows you to use the more robust json_schema
parser against YAML files.
What's Changed
- Allow validating YAML files with a JSON schema by @knightzmc in #13
- Yaml as json docs by @GrantBirki in #14
New Contributors
- @knightzmc made their first contribution in #13
Full Changelog: v1.4.0...v1.5.0