v2.3.0
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,getEventsanddeleteEventmethods toEventStore. - Add
deleteEventsmethods toEventSearch.