electron_migrate_version
Generate a migration checklist for upgrading between Electron versions, listing breaking changes, deprecated APIs, and code modifications required.
Instructions
Generate a migration checklist for upgrading between Electron versions. Lists all breaking changes, deprecated APIs, and required code modifications between the current and target versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currentVersion | Yes | Current Electron major version (e.g. 28) | |
| targetVersion | Yes | Target Electron major version (e.g. 41) |