Releases: anonmily/redux-actionize
Releases · anonmily/redux-actionize
2.0.2
- "Mountpoint" is officially renamed to "Namespace"
- Namespace declaration is removed from the argument
of redux_actionize. Use the setter method for namespace setting. - You can now choose your preferred naming method for actions using
the type or setType setter methods. (camelCase or underscore) - Action name cleanup strips away all spaces and dashes.