Releases: evanhobbs/redux-easy-async
Releases · evanhobbs/redux-easy-async
v0.0.12
no code changes
Updates: license and repository field in package.json to update npm
v0.0.11
Changes:
createSingleAsyncReducer
and createMultipleAsyncReducer
are now combined as createAsyncReducer
which can take a single type or an array of types.
- middleware option
middlewareMainType
has been renamed namespace
to clarify it's purpose.