Skip to content

Change Log

Suzanne Atkinson edited this page May 8, 2018 · 2 revisions

v2.0.0

  • updated PropTypes import for compatibility with React 16/ES6 since PropTypes is no longer packaged with React. The project must install npm prop-types in order to use PropTypes in their projects. Because this is technically a breaking change with previous versions, major versioning updated.

v1.1.1

  • nest will nest newly created children within the parents render() function
  • css flag (-s)now requires an explicit "Y" or "y" to create the file.

v1.1.0

  • Breaking changes with first version, now allowing multiple commands
  • comp creates components (with flags)
  • nest will nest newly created children within the parents render() function (implementation pending

v1.0.0

  • Properly created a shell script that can run from command line

v0.0.4 & v0.0.5

  • Added folder flag -f. Default will write into current folder, otherwise will create new directory if it does not exist
  • Updated entry file name from app.js to trot.js
  • Cleaned up .gitignore file

v0.0.3

  • Added ES6 Component as default -v flag. Use options 5 or 6 to specify

v0.0.1

  • First version

Clone this wiki locally