Repatch Versions Save

Dispatch reducers

1.3.2

6 years ago
  • Using jest
  • Update README

1.3.1

6 years ago

Hotfix

1.3.0

6 years ago

Add browser bundle support. https://unpkg.com/repatch

1.2.5

6 years ago

fix npmignore

1.2.4

6 years ago

type fix

1.2.3

6 years ago

update README

1.2.2

6 years ago

update README

1.2.1

6 years ago

update README

1.2.0

6 years ago
  • 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

1.1.0

6 years ago

BREAKING CHANGE: updated signature of middlewares. The new signature is:

Middleware: Store -> Next -> Reducer -> any

The README and the documentation contain the details.