v9.9.0
Noticeable changes
- Each store will receive the reduced state from all prior
stores. This means that stores can respond to the result from prior
operations. This should not affect any stores that do not access the
third argument of store callbacks (all application state).
Internal changes
- Rewrites and improvements to
dispatch
andsend
methods to
achieve higher v8 optimization.