I have plans for Griffe 😤 I want not only to detect breaking changes, but all kinds of things: places where the API can be improved, places where the API is not super forward-compatible, things that became deprecated, etc.. I want to support adding these "Changed in", "Removed in", "Added in" admonitions in docs automatically.
Currently the diff
module only yields breaking changes. Adding other utils to yield plain changes would duplicate the code and make things inefficient.
Rewrite utils to yield plain changes. Each change could then have flags? Like a "hint", "warning", "deprecation", "breakage" flag or flags. The find_breaking_changes
function would simply filter the detected changes.
/
/
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too