Skip to content

Latest commit

 

History

History
98 lines (63 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

98 lines (63 loc) · 2.47 KB

[v1.5.0]

Jul 12, 2017

  • Set component type option to ES6 by default
  • Remove false value for module type option
  • Update CLI help text

[v1.4.1]

Jul 10, 2017

  • Use Prettier for output formatting
  • Use Jest for testing

Jan 26, 2016

  • Fix inline styles conversion, issue #9
  • Add --NO_WRITE_FS env variable to disable Node's fs module when building for browser

Jan 17, 2016

  • Fix Babylon version

Jan 11, 2016

  • Reset esformatter settings after every run.
  • Make tests green again.

Jan 11, 2016

  • If no moduleFileNameDelimiter, -d is specified, the filename of the component is set to the value of data-component attribute in HTML.
  • Added project website.
  • Added changelog.

Jan 6, 2016

  • Format generated code ([#1])

Jan 4, 2016

  • Better documentation.
  • Added CLI.
  • Added tests.
  • Added to Travis CI.
  • Added default output dir name components.
  • Always write to file system.

Dec 31, 2015

  • Fix delimiter in output file names not being used from passed in options object.

Dec 31, 2015

  • Big refactor. Split code base into separate modules.

Dec 30, 2015

  • Use htmltojsx to translate HTML attributes into JSX.

Dec 30, 2015

  • Implemented generation of ES2015 and stateless React components.
  • Implemented generation of ES2015 and CommonJS modules.
  • Implemented writing generated modules into file system.

v1.0.0

Dec 30, 2015

  • Implemented generation of ES5 React components.