Skip to content

v16.10.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 20:23
v16.10.0
2decec2

What's Changed

  • Support a --configuration/-C option in most commands by @jviotti in #841
  • Make sure annotations on validate --json comply with the output official suite by @jviotti in #843
  • Improve invalid regex errors to point at ECMA-262 (minus Annex B) by @jviotti in #844
  • Stop printing all annotations in validate --verbose by @jviotti in #845
  • Make --continue/-c govern every input shape in validate by @jviotti in #846
  • Error when validate or metaschema find no inputs by @jviotti in #848
  • Print a summary line at the end of validate and metaschema runs by @jviotti in #849
  • Say when validate stopped early and point at --continue/-c by @jviotti in #850
  • Print validate and metaschema paths relative to the working directory by @jviotti in #853
  • Drop the per instance matches <schema> line from validate by @jviotti in #854
  • Support --continue/-c in the metaschema command by @jviotti in #855
  • Only allow metaschema --trace given a single schema by @jviotti in #856

Full Changelog: v16.9.0...v16.10.0