app-redux-utils
Advanced tools
Changelog
1.8.0:
Changelog
1.7.1:
createReducers
function, because of deprecation;Changelog
1.7.0:
AbstractStore
renamed to Middleware
, and now it implements MiddlewareAPI
instead of Store
;Changelog
1.5.4
WatchedController
type -> fix function parameter inferring;Changelog
1.5.3
WatchedController
type -> return type is action;