TableStore.delete became a @deprecated alias of TableStore.remove in #169 to standardize the mutation verb across TableStore, TableMutationStore, and the ledger vocabulary. The upcoming 0.8.0 release ships the alias as the one-release grace period.
For 0.9.0:
Do not remove before 0.9.0: 0.8.0 is the deprecation window.
TableStore.deletebecame a@deprecatedalias ofTableStore.removein #169 to standardize the mutation verb acrossTableStore,TableMutationStore, and the ledger vocabulary. The upcoming 0.8.0 release ships the alias as the one-release grace period.For 0.9.0:
delete(id)method fromTableStore(package/runtime/table-store.ts) and its coverage intable-store_test.ts..delete(callers on table stores across package/, apps/reference, and docs/ (docs and the reference app already useremoveas of Pre-release API surface pass: entry type closure, internal de-exports, shared-field seam, naming consistency #169; verify nothing regressed in the interim).Do not remove before 0.9.0: 0.8.0 is the deprecation window.