compare-api-versions
Compare API changes between any two versions of React Native, Expo, or related libraries. See added, removed, and modified APIs to identify breaking changes before upgrading.
Instructions
Compares API differences between two versions of a library, showing added, removed, and modified APIs. Useful for understanding breaking changes and new features when upgrading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Current working directory for version detection | |
| library | Yes | Library to compare | |
| toVersion | Yes | Target version (e.g., '0.72', 'SDK 50') | |
| detailLevel | No | Level of detail in output | summary |
| fromVersion | Yes | Starting version (e.g., '0.71', 'SDK 49') | |
| showUnchanged | No | Include count of unchanged APIs |