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

Releases: bugsnag/depercolator

v0.5.0

19 Nov 17:47
Compare
Choose a tag to compare

v0.4.5

13 Aug 01:55
Compare
Choose a tag to compare

v0.4.4

25 Jun 19:46
Compare
Choose a tag to compare
  • [FIX] Fix issue with resolving babel plugin with a yarn install #19

v0.4.3

02 Jun 23:47
Compare
Choose a tag to compare
  • [fix] Change how path to babel transform is generated to prevent conflicts

v0.4.2

30 May 20:55
Compare
Choose a tag to compare
  • [fix] Provides better error output from parse errors.

v0.4.1

24 May 14:59
Compare
Choose a tag to compare

Hotfix an issue with installation of v0.4.0

v0.4.0

24 May 14:28
Compare
Choose a tag to compare

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

v0.3.0

14 Apr 22:43
Compare
Choose a tag to compare
  • Upgrade prettier to 1.1.0

v0.2.2

28 Feb 01:13
Compare
Choose a tag to compare
  • [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

15 Feb 00:13
Compare
Choose a tag to compare

Enhancements

  • Support passing decaffeinate and prettier flags
  • Add --skip-prettier command to skip running the formatter