omichelsen / redux-promise-middleware-actions

Redux action creator for making async actions compatible with redux-promise-middleware
MIT License
32 stars 3 forks source link

Consider support for promiseTypeDelimiter / promiseTypeSuffixes #12

Closed tb closed 5 years ago

tb commented 5 years ago

redux-promise-middleware allows configuring promiseTypeDelimiter and promiseTypeSuffixes See: https://docs.psb.design/redux-promise-middleware/guides/custom-delimiters

But redux-promise-middleware-actions has them hardcoded https://github.com/omichelsen/redux-promise-middleware-actions/blob/master/src/actions.ts#L1

omichelsen commented 5 years ago

I published v2.2.0 with support for this.