2.0.0 - 2017-07-23
- Analyse class methods
jsconfig.json
is now used for includes and excludes if nothing else is configured- Configured include and exclude patterns need to be an array
- Full support for ES6 and newer JS features
- Include and exclude patterns not working
1.0.4 - 2016-09-24
- Fixed "invalid path" error on file complexity analysis command
1.0.3 - 2016-09-24
- Fixed parsing of JSX syntax
- Fixed parsing of ES6 modules
- Fixed navigation between report pages
1.0.2 - 2016-08-26
- Fixed handling of include and exclude settings
1.0.1 - 2016-07-09
- Fixed "Cannot read property 'document' of undefined" error
- Fixed report link styles
1.0.0 - 2016-05-17
- HTML output for the report with navigation between files
0.2.2 - 2016-02-23
- Fixed bug in "Project complexity analysis" that caused incorrect paths on Windows machines
0.2.1 - 2016-02-10
- Fixed bug in "Project complexity analysis" error handling
0.2.0 - 2016-02-10
- "Project complexity analysis" command
- "Complexity analysis" command is now titled "File complexity analysis"
- Calculated metrics are now rounded to two decimals.
- Legend is now formatted as a table
- Complexity analysis command
- Option to configure calculated metrics per function