updux/Changes

28 lines
632 B
Plaintext
Raw Normal View History

2019-10-22 22:10:45 +00:00
# Revision history for Updux
2020-01-02 18:53:24 +00:00
NEXT
- Mutations passed to the constructor can be arrays of arrays.
2019-11-07 00:01:31 +00:00
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.
2019-11-06 00:46:16 +00:00
1.1.0 2019-11-05
- Document mapping behavior of the '*' subdux.
- add subduxUpreducer.
- add sink mutations.
2019-11-05 01:34:14 +00:00
1.0.0 2019-11-04
- Pretty big rework.
- Better documentation.
2019-10-29 15:34:20 +00:00
2019-10-24 15:52:36 +00:00
0.2.0 2019-10-24
- Converted everything to Typescript.
2019-10-23 14:20:27 +00:00
0.1.0 2019-10-22
2019-10-22 22:10:45 +00:00
- Add 'actions' in the config.
0.0.1 2019-10-22
- Initial release.