Skip to content

2.0.2

Latest
Compare
Choose a tag to compare
@anonmily anonmily released this 12 Nov 20:58
· 6 commits to master since this release
  • "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.