Skip to content

Version 8.1.0

Choose a tag to compare

@nhunzaker nhunzaker released this 03 Jun 21:26
· 1669 commits to master since this release

Noticeable changes

  • Stores no longer return this from register() by default. This is a potentially breaking change, however should not pose a problem to projects using idiomatic Store registration.
  • Scope of store reducers when dispatching will always be the Store

Internal Changes

  • Added plugin class to manage defaults
  • tag now includes the name of the function in toString()
  • Unique ids for plugins and actions are internally generated with counters