- Fixed
withProgress
HOC for batch actions where any associated actions have not hadwithCall
performed on them previously.
- Fixed
withProgress
HOC for batch actions that have not hadwithCall
performed on them previously. This fixes a scenario wherewithCall
is performed on two or more individual actions followed bywithProgress
on a batch action comprised of the previous actions.
- Fixed
clean
action not being handled by reducer.
- Added support for nested store keys.
- Added
clean
action to completely remove redux state data.
- Added
recentlyCompletedStrategy
.
- Updated store to maintain previous
data
orerror
value when progress changes to LOADED or FAILED. Without this, thealreadyLoadedStrategy
won't work as expected due to intermittent failures.
- Removed "babel-runtime" from compilation to fix errors related to duplicate instances.
- Added
.npmignore
to fix published version.
- Initial release.