Skip to content

v0.25.0

Latest
Compare
Choose a tag to compare
@tstirrat15 tstirrat15 released this 22 Jan 17:46
f150a84

New in this release

  • You can now add --explain to a bulk check call and get the same kind of debug output that you get on a normal check call
  • You can now have a schemaFile key in your validation yaml files that references an external schema by path. This allows for a schema file to be kept separate from the validation file without having to manually concatenate.
  • You can now run zed validate with multiple files as arguments. Together with the previous change, this should mean that you can have a folder full of independent validation files that describe separate test cases and all reference the same schema.

What's Changed

Full Changelog: v0.24.0...v0.25.0