react-redux-action-dispatchers-hook
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,7 +0,13 @@ | ||
## 0.0.2 | ||
## 0.0.7 | ||
rename CreateActionDispatchers to useCreateActionDispatchers | ||
(To ensure linters will accept it) | ||
## 0.0.6 | ||
Removed unused memo | ||
## 0.0.1 | ||
## 0.0.5 | ||
Create first version |
@@ -24,3 +24,3 @@ import { useMemo } from 'react' | ||
const CreateActionDispatchers = < | ||
const useCreateActionDispatchers = < | ||
T extends Record<keyof T, (...args: any) => any> | ||
@@ -34,2 +34,2 @@ >( | ||
export default CreateActionDispatchers | ||
export default useCreateActionDispatchers |
{ | ||
"name": "react-redux-action-dispatchers-hook", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "transform action creators into action dispatchers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
14166