This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
Releases: bugsnag/depercolator
Releases · bugsnag/depercolator
v0.5.0
- Updates to latest decaffeinate and prettier libraries. This has breaking API changes for the pass through CLI options for these libraries. See https://github.com/bugsnag/depercolator/pull/24/files#diff-04c6e90faac2675aa89e2176d2eec7d8 for all the changes.
v0.4.5
- [FIX] Fix issue with parsing int arguments #21 (via @MikaelCarpenter)
v0.4.4
v0.4.3
- [fix] Change how path to babel transform is generated to prevent conflicts
v0.4.2
- [fix] Provides better error output from parse errors.
v0.4.1
Hotfix an issue with installation of v0.4.0
v0.4.0
This release introduces a bunch of internal changes to fix some bugs and improve development.
- 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 - Fix issue with local eslint not being used. #11
- 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. - 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
- General file structure re-organization
v0.3.0
- Upgrade prettier to 1.1.0
v0.2.2
- [Fix] When running with
--eslint-fix
, the remaining lint errors will no longer cause the process to exit with an error status
v0.2.1
Enhancements
- Support passing decaffeinate and prettier flags
- Add
--skip-prettier
command to skip running the formatter