Skip to content

v3.0.1

Compare
Choose a tag to compare
@rodriigovieira rodriigovieira released this 09 Dec 05:36
· 6 commits to master since this release

The standard for generating action names has been changed. This only applies to the scenarios that a custom action name was not specified.

Before, if we had an reducer called orders, we'd have a generated action name of LOAD_ORDERS. Now, it is @ReduxPM/LoadOrders, as in this manner it's easier to differentiate ordinary actions from the project actions.