apidiff icon indicating copy to clipboard operation
apidiff copied to clipboard

Add support for highlighting breaking API changes

Open jverkoey opened this issue 7 years ago • 0 comments

From alexisgallagher:

Does it auto generate an indication when the API change breaks compatibility for code that depended on the old API?

Things we need to do to make this happen:

  • [ ] Add a new API to ApiChange for isBreaking().
  • [ ] If an ApiChange is a breaking change, output additional markdown highlighting this fact.

It may make sense to aggregate breaking API changes near the top of the output as well.

jverkoey avatar Mar 07 '18 15:03 jverkoey