Skip to content

v2.3.0

Choose a tag to compare

@gdbrown gdbrown released this 15 Jun 22:00
· 28 commits to master since this release
5399a40

POSSIBLE BREAKING CHANGE

If you are not using an EventStore or EventSearch implementation from this library then you'll need to add the getEvent, getEvents, deleteEvent and deleteEvents methods to your implementation.

  • Add getEvent, getEvents and deleteEvent methods to EventStore.
  • Add deleteEvents methods to EventSearch.