check_warp_drive_deprecations
Identify deprecated WarpDrive or EmberData APIs and get their replacements to migrate legacy code.
Instructions
Check if a WarpDrive or EmberData API is deprecated and find its replacement.
Use this when:
Working with legacy @ember-data/* code and need to know the modern equivalent
The user gets deprecation warnings
You see
strikethroughsymbols in docs (indicates deprecated)Migrating from older versions of ember-data
Common deprecations to check:
@ember-data/request → @warp-drive/core
@ember-data/store → @warp-drive/core
StableRecordIdentifier → ResourceKey
StableDocumentIdentifier → RequestKey
@ember-data/tracking → @warp-drive/ember
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiName | Yes | The API, package, or class name to check. Examples: "StableRecordIdentifier", "@ember-data/request", "findAll builder", "withBrand" |