Skip to content

v1.3.1 Type information

Choose a tag to compare

@albe albe released this 07 Jun 17:43
· 136 commits to main since this release
c9960ef
  • 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().