Skip to content

Releases: jaystack/repatch

v1.3.2

28 Aug 11:55
Compare
Choose a tag to compare
  • Using jest
  • Update README

v1.3.1

28 Aug 11:54
Compare
Choose a tag to compare

Hotfix

v1.3.0

28 Aug 08:38
Compare
Choose a tag to compare

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

v1.2.5

24 Aug 13:14
Compare
Choose a tag to compare

fix npmignore

v1.2.4

24 Aug 13:13
Compare
Choose a tag to compare

type fix

v1.2.3

24 Aug 10:24
Compare
Choose a tag to compare

update README

v1.2.2

24 Aug 10:23
Compare
Choose a tag to compare

update README

v1.2.1

24 Aug 10:23
Compare
Choose a tag to compare

update README

v1.2.0

23 Aug 13:45
Compare
Choose a tag to compare
  • 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

21 Aug 18:47
Compare
Choose a tag to compare

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

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

The README and the documentation contain the details.