merge the changelogs
This commit is contained in:
parent
1f62028e4e
commit
c96a6ea07c
23
CHANGELOG.md
23
CHANGELOG.md
@ -34,3 +34,26 @@ All notable changes to this project will be documented in this file. See [standa
|
|||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* state is a PreloadedState<S> ([93bebc5](https://github.com/yanick/updux/commit/93bebc5acf193752aa6b4857507f05d52b1b7665))
|
* state is a PreloadedState<S> ([93bebc5](https://github.com/yanick/updux/commit/93bebc5acf193752aa6b4857507f05d52b1b7665))
|
||||||
|
|
||||||
|
## 1.2.0 2019-11-06
|
||||||
|
- The middleware's 'getState' returns the local state of its updux,
|
||||||
|
instead of the root state. Plus we add `getRootState` to get
|
||||||
|
the root state.
|
||||||
|
|
||||||
|
## 1.1.0 2019-11-05
|
||||||
|
- Document mapping behavior of the '*' subdux.
|
||||||
|
- add subduxUpreducer.
|
||||||
|
- add sink mutations.
|
||||||
|
|
||||||
|
## 1.0.0 2019-11-04
|
||||||
|
- Pretty big rework.
|
||||||
|
- Better documentation.
|
||||||
|
|
||||||
|
## 0.2.0 2019-10-24
|
||||||
|
- Converted everything to Typescript.
|
||||||
|
|
||||||
|
## 0.1.0 2019-10-22
|
||||||
|
- Add 'actions' in the config.
|
||||||
|
|
||||||
|
## 0.0.1 2019-10-22
|
||||||
|
- Initial release.
|
||||||
|
27
Changes
27
Changes
@ -1,27 +0,0 @@
|
|||||||
# Revision history for Updux
|
|
||||||
|
|
||||||
NEXT
|
|
||||||
- Mutations passed to the constructor can be arrays of arrays.
|
|
||||||
|
|
||||||
1.2.0 2019-11-06
|
|
||||||
- The middleware's 'getState' returns the local state of its updux,
|
|
||||||
instead of the root state. Plus we add `getRootState` to get
|
|
||||||
the root state.
|
|
||||||
|
|
||||||
1.1.0 2019-11-05
|
|
||||||
- Document mapping behavior of the '*' subdux.
|
|
||||||
- add subduxUpreducer.
|
|
||||||
- add sink mutations.
|
|
||||||
|
|
||||||
1.0.0 2019-11-04
|
|
||||||
- Pretty big rework.
|
|
||||||
- Better documentation.
|
|
||||||
|
|
||||||
0.2.0 2019-10-24
|
|
||||||
- Converted everything to Typescript.
|
|
||||||
|
|
||||||
0.1.0 2019-10-22
|
|
||||||
- Add 'actions' in the config.
|
|
||||||
|
|
||||||
0.0.1 2019-10-22
|
|
||||||
- Initial release.
|
|
Loading…
Reference in New Issue
Block a user