Skip to content

Releases: moroshko/react-scanner

1.0.0

02 May 12:15

Choose a tag to compare

  • Added support for getPropValue. See #42.

0.8.0

14 Apr 06:55

Choose a tag to compare

  • Added support for import { default as MyComponent } from "my-module". See #39.

0.7.0

14 Apr 06:56

Choose a tag to compare

  • getComponentName gets an importType now. See #33.

0.6.0

16 Aug 03:32

Choose a tag to compare

  • exclude can be an array of strings and regexes now, e.g.: ["utils", /image/i].
  • If no files found to scan, the program exits with exit code = 1 now.

0.5.0

14 Aug 00:36

Choose a tag to compare

  • Added getComponentName config option.
    This is a breaking change. To replicate the previous behaviour, specify: getComponentName: ({ local }) => local.
  • Added importInfo to component instances.

0.4.2

03 Aug 21:57

Choose a tag to compare

  • Removed the usage of Object.fromEntries to allow Node 10.

0.4.1

03 Aug 02:02

Choose a tag to compare

  • Fixed a missing ./processors/processors.
  • README fixes.

0.4.0

03 Aug 02:00

Choose a tag to compare

0.3.0

26 Jul 23:41

Choose a tag to compare

  • Added a new importedFrom config option.
  • Config is properly validated now.

0.2.0

25 Jul 11:57

Choose a tag to compare

  • Added TypeScript support.
  • processReport gets a new sortObjectKeysByValue helper now.