Recent Releases of https://github.com/moroshko/react-scanner

https://github.com/moroshko/react-scanner -

  • Added support for getPropValue. See #42.

- JavaScript
Published by moroshko almost 5 years ago

https://github.com/moroshko/react-scanner -

  • getComponentName gets an importType now. See #33.

- JavaScript
Published by moroshko almost 5 years ago

https://github.com/moroshko/react-scanner -

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

- JavaScript
Published by moroshko almost 5 years ago

https://github.com/moroshko/react-scanner -

  • 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.

- JavaScript
Published by moroshko over 5 years ago

https://github.com/moroshko/react-scanner -

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

- JavaScript
Published by moroshko over 5 years ago

https://github.com/moroshko/react-scanner -

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

- JavaScript
Published by moroshko over 5 years ago

https://github.com/moroshko/react-scanner -

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

- JavaScript
Published by moroshko over 5 years ago

https://github.com/moroshko/react-scanner -

- JavaScript
Published by moroshko over 5 years ago

https://github.com/moroshko/react-scanner -

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

- JavaScript
Published by moroshko over 5 years ago

https://github.com/moroshko/react-scanner -

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

- JavaScript
Published by moroshko over 5 years ago