1.3 KiB
1.3 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2021-05-02)
⚠ BREAKING CHANGES
- Upgrade to Typescript 4.
- Switch from 'updeep' to '@yanick/updeep'.
2.1.0 (2020-06-19)
Features
- add support for subscriptions (9c45ee7)
2.0.0 (2020-06-13)
⚠ BREAKING CHANGES
- use ts-action for action creation
- middleware support refined
Features
- allow adding actionCreators via addAction() (27ae46d)
- middleware support refined (d90d721)
- moving documentation to docsify (fa55762)
- use ts-action for action creation (6349d72)
Bug Fixes
- state is a PreloadedState
(93bebc5)