docs: mention Forgettable payloads in README advanced features - #158
Closed
HonestMajority wants to merge 1 commit into
Closed
docs: mention Forgettable payloads in README advanced features#158HonestMajority wants to merge 1 commit into
HonestMajority wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
HonestMajority
marked this pull request as ready for review
July 23, 2026 09:35
Contributor
Author
|
Closing, already solved |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a short Forgettable payloads subsection to the README's Advanced features section, alongside Transactions and Nested Entities.
Why
Forgettable<T>is a distinguishing feature of es-entity (GDPR-style deletion of personal data without rewriting event history), but it was only documented in the book — the top-level README never mentioned it. This gives it a concise shoutout with a minimal example and links to the existing Forgettable Data book chapter for the full guide.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only README change with no runtime or API impact.
Overview
Adds a Forgettable payloads subsection under README Advanced features (after Nested Entities), so
Forgettable<T>is visible at the top level—not only in the book.The new text explains GDPR-style deletion without rewriting events, shows a minimal
CustomerEventexample withForgettable<String>, and links to the existing Forgettable Data chapter for full guidance.Reviewed by Cursor Bugbot for commit dff5656. Bugbot is set up for automated code reviews on this repo. Configure here.