4.1
Breaking API Changes:
SubscriptionReferenceType
is no longer represented asOptional
when returned from subscriptions.
API Changes:
- Added the
concatReducers
function to allow for easy concatenation of reducers. - Changed the
dispatch
functions onStore
from public to open.