Releases: moroshko/react-scanner
Releases · moroshko/react-scanner
1.0.0
02 May 12:15
Compare
Sorry, something went wrong.
No results found
Added support for getPropValue. See #42 .
0.8.0
14 Apr 06:55
Compare
Sorry, something went wrong.
No results found
Added support for import { default as MyComponent } from "my-module". See #39 .
0.7.0
14 Apr 06:56
Compare
Sorry, something went wrong.
No results found
getComponentName gets an importType now. See #33 .
0.6.0
16 Aug 03:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Removed the usage of Object.fromEntries to allow Node 10.
0.4.1
03 Aug 02:02
Compare
Sorry, something went wrong.
No results found
Fixed a missing ./processors/processors.
README fixes.
0.4.0
03 Aug 02:00
Compare
Sorry, something went wrong.
No results found
0.3.0
26 Jul 23:41
Compare
Sorry, something went wrong.
No results found
Added a new importedFrom config option.
Config is properly validated now.
0.2.0
25 Jul 11:57
Compare
Sorry, something went wrong.
No results found
Added TypeScript support.
processReport gets a new sortObjectKeysByValue helper now.