Skip to content

Commit

Permalink
3.0.0-rc1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Timshel committed Sep 3, 2024
1 parent 60134c3 commit 82e0e64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## 3.0.0-rc1
- Stop writing attachments to disk (Should fix: https://github.com/maildev/maildev/issues/467).
- Add `MailBuffer` to easily wait for a specific mail
```ts
const buffer = mailServer.buffer("[email protected]");
const welcome = await buffer.next((m) => m.subject.startsWith("Welcome"));
```

## 3.0.0-rc0

Expand Down

0 comments on commit 82e0e64

Please sign in to comment.