v16.10.0
What's Changed
- Support a
--configuration/-Coption in most commands by @jviotti in #841 - Make sure annotations on
validate --jsoncomply 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 --verboseby @jviotti in #845 - Make
--continue/-cgovern every input shape invalidateby @jviotti in #846 - Error when
validateormetaschemafind no inputs by @jviotti in #848 - Print a summary line at the end of
validateandmetaschemaruns by @jviotti in #849 - Say when
validatestopped early and point at--continue/-cby @jviotti in #850 - Print
validateandmetaschemapaths relative to the working directory by @jviotti in #853 - Drop the per instance
matches <schema>line fromvalidateby @jviotti in #854 - Support
--continue/-cin themetaschemacommand by @jviotti in #855 - Only allow
metaschema --tracegiven a single schema by @jviotti in #856
Full Changelog: v16.9.0...v16.10.0