Releases: zugarzeeker/redux-modern-crud
Releases · zugarzeeker/redux-modern-crud
v2.1.1
v2.1.0
Fixed data and params validation
- Error undefined
v2.0.0
Updated API
- send with object that contains { params, data }
v1.3.1
Refactor Code
- more readable function
- modular file and function
- debug when import utility
v1.1.0
call http method by dot httpRequest.get(url, data)
- get
- post
- put
- delete
- patch
v1.0.0
function that help you to manage redux and crud
- createActions
- createReducer
- createInteractor
- mergeReducer
- utility (addPrefix, getActionTypes)