Skip to content

Releases: moroshko/react-scanner

1.0.0

Choose a tag to compare

@moroshko moroshko released this 02 May 12:15
  • Added support for getPropValue. See #42.

0.8.0

Choose a tag to compare

@moroshko moroshko released this 14 Apr 06:55
  • Added support for import { default as MyComponent } from "my-module". See #39.

0.7.0

Choose a tag to compare

@moroshko moroshko released this 14 Apr 06:56
  • getComponentName gets an importType now. See #33.

0.6.0

Choose a tag to compare

@moroshko moroshko released this 16 Aug 03:32
  • 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

Choose a tag to compare

@moroshko moroshko released this 14 Aug 00:36
  • 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

Choose a tag to compare

@moroshko moroshko released this 03 Aug 21:57
  • Removed the usage of Object.fromEntries to allow Node 10.

0.4.1

Choose a tag to compare

@moroshko moroshko released this 03 Aug 02:02
  • Fixed a missing ./processors/processors.
  • README fixes.

0.4.0

Choose a tag to compare

@moroshko moroshko released this 03 Aug 02:00

0.3.0

Choose a tag to compare

@moroshko moroshko released this 26 Jul 23:41
  • Added a new importedFrom config option.
  • Config is properly validated now.

0.2.0

Choose a tag to compare

@moroshko moroshko released this 25 Jul 11:57
  • Added TypeScript support.
  • processReport gets a new sortObjectKeysByValue helper now.