doc_comparator/api_change library
Classes
- ApiChange
- A change description in the API that belongs to a specific component.
- ComponentApiChange
- ConstructorApiChange
- ConstructorParameterApiChange
- PropertyApiChange
Enums
- ApiChangeMagnitude
- The type of change that was detected in the API. A patch change is a change that does not break the API. A minor change is a change that adds new features to the API or introduces backwards-compatible changes. A major change is a change that breaks the API or removes features.
- ApiChangeOperation
Functions
-
getHighestMagnitude(
List< ApiChange> changes) → ApiChangeMagnitude