Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 878 Bytes

update_notes.md

File metadata and controls

14 lines (10 loc) · 878 Bytes

Update Note

New features in version 1.2

  • 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 now accepts actions and will automatically add the import and case statements.

New features in version 1.1

  • Component generator can accept -f/--functional and -nc/--no-container flags.
  • When generating root_reducer.js, all existing reducers will be imported and added to combineReducers.
  • root_reducer.js will update with import statement and key-value pairs whenever a new reducer is created.