Skip to content

Releases: zugarzeeker/redux-modern-crud

v2.1.1

15 Sep 15:18
Compare
Choose a tag to compare

Change delete to del

v2.1.0

17 Aug 08:28
Compare
Choose a tag to compare

Fixed data and params validation

  • Error undefined

v2.0.0

17 Aug 08:01
Compare
Choose a tag to compare

Updated API

  • send with object that contains { params, data }

v1.3.1

08 Aug 04:52
Compare
Choose a tag to compare

Refactor Code

  • more readable function
  • modular file and function
  • debug when import utility

v1.1.0

07 Aug 17:14
Compare
Choose a tag to compare

call http method by dot httpRequest.get(url, data)

  • get
  • post
  • put
  • delete
  • patch

v1.0.0

05 Aug 16:37
Compare
Choose a tag to compare

function that help you to manage redux and crud

  • createActions
  • createReducer
  • createInteractor
  • mergeReducer
  • utility (addPrefix, getActionTypes)