Skip to content

Releases: uralys/taverne

High-performing devtools

18 Apr 16:15
Compare
Choose a tag to compare

One Store + Pouring 🍺

07 Mar 20:48
Compare
Choose a tag to compare
  • now global state is handle by 1 store
  • using the previous hook mecanism per store as 1 hook pour 🍺

Redux devtools middleware

27 Feb 20:42
Compare
Choose a tag to compare

added Redux Devtools middleware 🚀
Screenshot 2021-02-27 at 21 41 26

Perform can dispatch

21 Feb 22:07
Compare
Choose a tag to compare

dispatch is now available when you perform business.
perform(parameters, getState, dispatch)

Reactions

20 Feb 21:15
Compare
Choose a tag to compare

Introducing reactions: {on,perform, reduce}

Introducing Middlewares + Immer

19 Feb 23:38
Compare
Choose a tag to compare

💥 breaking changes

  • moved computeActions to middlewares
  • using immer.produce
  • handling thunks for async calls before reducing

Providing all stores from a single hook

07 Feb 14:07
Compare
Choose a tag to compare

removed React context mecanism: no more need to wrap your app in context providers