- Fixed
withProgressHOC for batch actions where any associated actions have not hadwithCallperformed on them previously.
- Fixed
withProgressHOC for batch actions that have not hadwithCallperformed on them previously. This fixes a scenario wherewithCallis performed on two or more individual actions followed bywithProgresson a batch action comprised of the previous actions.
- Fixed
cleanaction not being handled by reducer.
- Added support for nested store keys.
- Added
cleanaction to completely remove redux state data.
- Added
recentlyCompletedStrategy.
- Updated store to maintain previous
dataorerrorvalue when progress changes to LOADED or FAILED. Without this, thealreadyLoadedStrategywon't work as expected due to intermittent failures.
- Removed "babel-runtime" from compilation to fix errors related to duplicate instances.
- Added
.npmignoreto fix published version.
- Initial release.