You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It seems that the package considers the removal of internal APIs(@internal) as breaking changes. It is my understanding that internal APIs are not intended for public use and can change without notice so treating their removal as major breaking changes might not be accurate.
Describe the solution you'd like
One solution would be to add a CLI option to allow users to opt in for checking internal breaking changes.
(Or) Report internal changes under a separate category("Internal Breaking Changes").
The text was updated successfully, but these errors were encountered:
Hi.
Nice idea. I think it would be best to just support the "internal" annotation just like dart_apitool already supports the "sealed" and "experimental" annotations. 👍
Hi! thanks for this awesome tool!
Is your feature request related to a problem? Please describe.
It seems that the package considers the removal of internal APIs(@internal) as breaking changes. It is my understanding that internal APIs are not intended for public use and can change without notice so treating their removal as major breaking changes might not be accurate.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: