Compare two custom-elements.json files and report API changes with a suggested semver release type — useful as a release gate.
| Argument | Description |
|---|---|
<baseline> | Baseline custom-elements.json. |
<current> | Current custom-elements.json. |
| Option | Description |
|---|---|
--json | Emit the diff as JSON. |
$ banira diff old/custom-elements.json custom-elements.jsonRemovals / type changes suggest major, additions suggest minor, otherwise
patch. See CI & release for wiring it into a release gate.