Skip to content

Latest commit

 

History

History
143 lines (81 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

143 lines (81 loc) · 2.99 KB

[v2.0.0]

April 3, 2023

  • changed option names:

    • component type es6 -> class
    • component type stateless -> functional
    • module type es6 -> class
  • changed defaults:

    • component type functional is the default now instead of class

[v1.6.6]

Jan 31, 2019

  • Fix for ignoring passed in output directory and file extension

[v1.6.5]

Jan 26, 2019

  • Updated dependencies
  • Fixed tests and warnings

[v1.6.4]

Jan 17, 2019

  • Add public: attribute prefix to expose public props

[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.