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