Skip to content

v2.0.0

Compare
Choose a tag to compare
@mint-thompson mint-thompson released this 09 Nov 19:52
· 8 commits to main since this release
1d585e8

What's Changed

Breaking change: schema version option

Schema version is no longer a required command-line argument. Instead, the --schema-version <version> option is used to validate against a specific schema. If this option is not used, the version specified in the data file will be used. For details on how to use this option, consult the updated README.

Option to auto-confirm prompts

The -y or --yes-all flags can be provided on the command line to automatically respond "yes" to confirmation prompts that appear during validation. Thank you to @jkHCBB for the discussion regarding this feature.

Full Changelog: v1.5.2...v2.0.0