Hi folks! I learned about this library: https://lvc.github.io/japi-compliance-checker/
It looks like it's able to check API compatibility between versions of libraries. We could instate checks that use this library to be more aware of backwards incompatibilities that we may introduce accidentally, and at least be forced to make a deliberate decision about them. LMK what you think about adding checks with this utility : ) -P.