diff_versions
Compare two WoW AddOn API versions to identify added, removed, or changed APIs, with filters for API kind and namespace.
Instructions
List APIs added, removed, or structurally changed between two explicitly selected channel/build targets, with optional kind and namespace filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Optional result category | |
| limit | No | Maximum listed changes | |
| change | No | Change type filter | all |
| namespace | No | Optional exact C_ namespace | |
| to_channel | Yes | Game channel; never inferred from a version number | |
| to_version | Yes | Patch, full client build, build number, or latest within the selected channel | |
| from_channel | Yes | Game channel; never inferred from a version number | |
| from_version | Yes | Source patch or build; use list_versions to discover valid values |