Release v2.6.0
Summary
Reactors can now respond to read model changes, not just events.
Added
IReadModelReactor— react to read model instances being added, modified or removed by writingadded,modifiedorremovedmethods, with no watch loop to maintain. (#12)- Read model reactor handlers can return events to be appended as side effects, using the changed instance's key as the event source id. (#12)