You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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