Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Releases: VinSpee/async-redux-actions

v2.0.1

19 Sep 12:56
Compare
Choose a tag to compare

2.0.1 (2018-09-19)

Bug Fixes

  • creators: don't invoke promises. duh (841a61a)

v2.0.0

19 Sep 02:40
Compare
Choose a tag to compare

2.0.0 (2018-09-19)

Features

  • creators: unwrap functions which return promises (2de67ef)

BREAKING CHANGES

  • creators: functions that return promises are now treated as async

v1.0.1

16 Sep 20:28
Compare
Choose a tag to compare

1.0.1 (2018-09-16)

Bug Fixes

  • chore(build): revert "deploy on any branch" (14044c8)

v1.0.0

16 Sep 20:02
Compare
Choose a tag to compare

1.0.0 (2018-09-16)

Features

  • creators: generate action types based on config (1917781)