redux-promise-middleware-actions
Version:
Redux action creator for making async actions with redux-promise-middleware
60 lines (20 loc) • 2.03 kB
Markdown
# [3.1.0](https://github.com/omichelsen/redux-promise-middleware-actions/compare/v3.0.1...v3.1.0) (2021-02-11)
### Features
* **reducer:** add date timestamp to asyncReducer ([da762a8](https://github.com/omichelsen/redux-promise-middleware-actions/commit/da762a8d23afda6e4a235b7130fbb811f37e0309))
## [3.0.1](https://github.com/omichelsen/redux-promise-middleware-actions/compare/v3.0.0...v3.0.1) (2019-08-24)
### Bug Fixes
* **reducer:** pass arguments to async reducer type ([9ed0a13](https://github.com/omichelsen/redux-promise-middleware-actions/commit/9ed0a1324405cc4c819f778b02e96766a18c5794))
# [3.0.0](https://github.com/omichelsen/redux-promise-middleware-actions/compare/v2.2.0...v3.0.0) (2019-08-23)
### Features
* **reducer:** add createReducer and better typed action creators ([91a3e28](https://github.com/omichelsen/redux-promise-middleware-actions/commit/91a3e285a2fa0e2470a805e9d17e1c339fc58025))
# [2.2.0](https://github.com/omichelsen/redux-promise-middleware-actions/compare/v2.1.0...v2.2.0) (2019-08-23)
### Features
* **delimiters:** support custom type delimiters ([8467c3d](https://github.com/omichelsen/redux-promise-middleware-actions/commit/8467c3d72241f3a4065e2f6f7bf252d51c344fa2))
# [2.1.0](https://github.com/omichelsen/redux-promise-middleware-actions/compare/v2.0.0...v2.1.0) (2018-08-16)
### Bug Fixes
* **test:** add rejected reason ([375b379](https://github.com/omichelsen/redux-promise-middleware-actions/commit/375b3791a853f11ac76be5b20630196a8c1c4241))
### Features
* **meta:** add metadata support ([3643edf](https://github.com/omichelsen/redux-promise-middleware-actions/commit/3643edf7fa4c40e920da20335bbc0cf617f9a78a))
# [2.0.0](https://github.com/omichelsen/redux-promise-middleware-actions/compare/b3f843d6b8c4d66359abead9544a2a73af9a1593...v2.0.0) (2018-08-16)
### Features
* **ts:** use generic rest params with TS 3.0 ([b3f843d](https://github.com/omichelsen/redux-promise-middleware-actions/commit/b3f843d6b8c4d66359abead9544a2a73af9a1593))