@calvear/react-redux
Version:
Preconfigured Redux store initializer with Redux Saga, Redux Logger and Reselect for React SPA applications.
40 lines (24 loc) • 783 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
## [1.1.4] - 2021-09-16
- React minimum version changed to 17.
- dependencies updated.
## [1.1.3] - 2021-04-25
- dependencies updated.
## [1.1.2] - 2021-03-28
- docs updated.
## [1.1.1] - 2021-03-27
- dependencies updated.
## [1.1.0] - 2021-03-13
- docs updated.
- packagePartitionHandler util added.
- dispatch saga effect added.
## [1.0.1] - 2021-03-11
- fixed publishing root files structure,
## [1.0.0] - 2021-03-10
- createStore wrapper for creates a new Redux store easily.
- redux saga integrated.
- reselect integrated.
- optional redux-logger enabling.
- extra saga effects added.
- extra redux hooks added.