April 3, 2023
-
changed option names:
- component type
es6->class - component type
stateless->functional - module type
es6->class
- component type
-
changed defaults:
- component type
functionalis the default now instead ofclass
- component type
Jan 31, 2019
- Fix for ignoring passed in output directory and file extension
Jan 26, 2019
- Updated dependencies
- Fixed tests and warnings
Jan 17, 2019
- Add
public:attribute prefix to expose public props
Jul 12, 2017
- Set component type option to ES6 by default
- Remove
falsevalue for module type option - Update CLI help text
Jul 10, 2017
- Use Prettier for output formatting
- Use Jest for testing
Jan 26, 2016
- Fix inline styles conversion, issue #9
- Add
--NO_WRITE_FSenv variable to disable Node'sfsmodule when building for browser
Jan 17, 2016
- Fix Babylon version
Jan 11, 2016
- Reset
esformattersettings after every run. - Make tests green again.
Jan 11, 2016
- If no
moduleFileNameDelimiter,-dis specified, the filename of the component is set to the value ofdata-componentattribute 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
htmltojsxto 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.
Dec 30, 2015
- Implemented generation of ES5 React components.