Is your feature request related to a problem? Please describe.
It would be great for projects with breaking changes to get a little ⚠️ icon when an update includes a breaking change.
Describe the solution you'd like
It could potentially be found be searching the release notes for the string "break" or "breaking". The search parameters could potentially be user defined as well.
The main potential problem is if you are several versions behind, i.e. v0.9.5 and updating to v1.0.2. The latest v1.0.2 likely does not have breaking changes coming from v1.0.1, but v0.9.x to v1.0.x likely does.
Describe alternatives you've considered
n/a, but I looked in the repo for similar suggestions/issues and did not find any
Is your feature request related to a problem? Please describe.⚠️ icon when an update includes a breaking change.
It would be great for projects with breaking changes to get a little
Describe the solution you'd like
It could potentially be found be searching the release notes for the string "break" or "breaking". The search parameters could potentially be user defined as well.
The main potential problem is if you are several versions behind, i.e. v0.9.5 and updating to v1.0.2. The latest v1.0.2 likely does not have breaking changes coming from v1.0.1, but v0.9.x to v1.0.x likely does.
Describe alternatives you've considered
n/a, but I looked in the repo for similar suggestions/issues and did not find any