0.8.0
--changes option to report changes in data after validation when options that modify data are used (--remove-additional, --coerce-types, --use-defaults)
Test command to assert that validation result is as expected:
ajv test -s test/schema.json -d test/valid_data.json --valid
ajv test -s test/schema.json -d test/invalid_data.json --invalid