You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added published TypeScript declarations (index.d.ts) and package-level types metadata so consumers can reference EventStore and related public APIs from event-storage.
EventStream now exposes where() for matcher-based filtering.
EventStream.filter() now supports Readable.filter(callback, options) delegation when options are provided.
Matcher-style EventStream.filter(matcher) remains supported for backward compatibility but now emits a deprecation warning and should be migrated to where().