merge the changelogs

This commit is contained in:
Yanick Champoux 2021-09-27 17:37:54 -04:00
parent 1f62028e4e
commit c96a6ea07c
2 changed files with 23 additions and 27 deletions

View File

@ -34,3 +34,26 @@ All notable changes to this project will be documented in this file. See [standa
### Bug Fixes
* 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
View File

@ -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.