Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@foxyblocks foxyblocks released this 24 May 14:28
· 22 commits to master since this release

This release introduces a bunch of internal changes to fix some bugs and improve development.

  1. Remove React Codemod from the project and use babel-plugin-transform-react-createelement-to-jsx. This had some issues with the installation process with yarn, also it made the script more complicated as jscodeshift can only work on saved files. Fixes #4
  2. Fix issue with local eslint not being used. #11
  3. Use prettier-eslint and remove --eslint-fix option. From now on the script will automatically run eslint via prettier-eslint tool which will try to use eslint if it is available.
  4. Build the project with babel. The source files are now written with es-next imports and syntax. The script is built with before publishing to npm
  5. General file structure re-organization