v2.0.0
What's Changed
- Detect schema version by @mint-thompson in #104 -- breaking change
- Add option to auto-confirm all prompts by @mint-thompson in #106
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