-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix: v2 follow-up improvements #1318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add v2 development notice at top of README - Fix npm badge URLs (add missing %2F encoding) - Update CONTRIBUTING.md for pnpm/corepack workflow - Document branch strategy (main vs v1.x) - Move InMemoryEventStore from server exports to test-helpers
|
commit: |
79f9f46 to
c74af26
Compare
9117188 to
90fbcd9
Compare
| /** | ||
| * Simple in-memory EventStore for testing resumability. | ||
| */ | ||
| class InMemoryEventStore implements EventStore { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create a test only EventStore instead of promoting it to public
91fc61d to
5648a2a
Compare
- Add v2 development notice at top of README - Fix npm badge URLs (add missing %2F encoding) - Update CONTRIBUTING.md for pnpm/corepack workflow - Document branch strategy (main vs v1.x) - Remove InMemoryEventStore from server exports (inline in test instead)
5648a2a to
ea36d69
Compare
Follow-up improvements after the v2 monorepo merge.
Changes
%2Fencoding)InMemoryEventStorein public APIMotivation and Context
These are follow-up items noted during the v2 PR review to improve documentation and clean up the public API.
Types of changes
Checklist