Skip to content

Version 1.2

Latest
Compare
Choose a tag to compare
@davidhu2000 davidhu2000 released this 05 Mar 00:06
· 116 commits to master since this release
  • Action generator detects keyword receive in action name and automatically add the argument name and key-value pair to the function.
  • Util generator detects keyword fetch in util name and automatically add a basic ajax request in the body of the function.
  • Added command remove or r to remove generated files.
  • Reducer generator now accepts actions and will automatically add the import and case statements.