Additions:
- Add
combineReducers()
for combining Flambeau-style reducers. - Dispatched actions now always have a
type
(ofFLAMBEAU_ACTION_TYPE
).
Breaking changes:
getConsensus()
now acceptsgetStates()
instead ofstates
.- Built-in store class is now exported at
flambeau/Store
– this might be removed outright down the line. - Removed
SimpleGraphController
.