Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Releases: smpoulsen/generate-component

v0.4.5

05 Sep 14:08
Compare
Choose a tag to compare

Fixes a bug in templates generated for Reason components.

v0.4.4

31 Aug 14:26
Compare
Choose a tag to compare

Adds templates for Reason React components.

v0.4.3

24 Jun 02:56
Compare
Choose a tag to compare

Removes unnecessary whitespace at file starts.
Facilitates Ubuntu builds.

v0.4.2

23 Jun 14:46
Compare
Choose a tag to compare

Stops trying to find a config file once system root is reached.

Better error messages

23 Jun 14:09
Compare
Choose a tag to compare
Better error messages Pre-release
Pre-release

New features/improvements:

  • Improved error messages
    • PropType parsing
  • Functions better when no config file is found
  • Added generate-component version to print version

Note: tarball is compiled for OS X

v0.4.0.0

22 Jun 13:47
Compare
Choose a tag to compare
v0.4.0.0 Pre-release
Pre-release

New features:

  • Command line PropTypes are now validated against React's PropTypes (see props in README)

v0.3.0.0

16 Apr 02:23
Compare
Choose a tag to compare

v0.3.0.0
New features:

  • Generate and use a config file
  • Generate different component types (ES6Class | CreateClass |
    Functional)
  • Generate components with proptypes

Note: the pre-built version of the release below was compiled on OSX.