This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Description
The JSON output currently seems to only include the spans for changes, not type of change it is.
I'm writing a CI integration that should warn about breaking changes, so having some kind of descriptor would be very useful.
Proposal: add a change field that holds an enum with values like function_added, trait_renamed, struct_deleted, ...