Changelog
0.2.x
- [breaking]:
combineReducers
doesn't accept reducers as a multiple arguments (just one reducer is ok), but they have to be provided as an array. - [breaking]:
createMessageStreams
2nd argument changed tooptions
. - [new]: you can log data within the message streams. Think about it as a logging dispatched actions in Redux. More here.