# @platform-modules/mail

## 0.1.1

### Patch Changes

- 801cad3: Preserve adopter compatibility while validating the modernization against newer peer majors: Google GenAI 1/2, Cloudflare Workers types 4/5, ioredis 5/6, Postmark 4/5, and web-vitals 4-6. The implementation remains compatible with both the previous supported peer line and the newly tested line instead of forcing an unnecessary breaking peer floor.

## 0.1.0

### Minor Changes

- 0170476: add `mail/capture` (`makeCaptureAdapter({ store: RecordStore<CapturedMail> })` — records sends verbatim to a pluggable store; D1 never enters mail) + `mail/testing` (`makeFakeMailAdapter` = capture over an in-memory record-store; assert via `.store.list()`). `@platform-modules/record-store` is an OPTIONAL peer (`peerDependenciesMeta.optional`) — a resend-only adopter never installs it

## 0.0.1

### Patch Changes

- d72b1ba: Initial publish — first versioned release.
