Releases: jaystack/repatch
Releases · jaystack/repatch
v1.2.0
- BREAKING CHANGE: dispatch method signature changed from
Reducer -> Reducer
to: Reducer -> State
- BREAKING CHANGE: the
Store
's static thunk
member is removed
- simplify type annotations
v1.1.0
BREAKING CHANGE: updated signature of middlewares. The new signature is:
Middleware: Store -> Next -> Reducer -> any
The README and the documentation contain the details.