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 to options.
  • [new]: you can log data within the message streams. Think about it as a logging dispatched actions in Redux. More here.

You can find tagged releases page.