25 lines
559 B
Plaintext
25 lines
559 B
Plaintext
# Revision history for Updux
|
|
|
|
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.
|