Skip to content

Releases: anonmily/redux-actionize

2.0.2

12 Nov 20:58
Compare
Choose a tag to compare
  • "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.