Skip to content

v9.9.0

Compare
Choose a tag to compare
@nhunzaker nhunzaker released this 13 Jan 18:27
· 1491 commits to master since this release

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 and send methods to
    achieve higher v8 optimization.