Releases: tomi/vscode-js-complexity-analysis
Releases · tomi/vscode-js-complexity-analysis
[2.0.0] - 2017-07-23
Added
- Analyse class methods
Changed
jsconfig.json
is now used for includes and excludes if nothing else is configured- Configured include and exclude patterns need to be an array
Fixed
- Full support for ES6 and newer JS features
- Include and exclude patterns not working
[1.0.4] - 2016-09-24
Fixed
- Fixed "invalid path" error on file complexity analysis command
[1.0.3] - 2016-09-24
Fixed
- Fixed parsing of JSX syntax
- Fixed parsing of ES6 modules
- Fixed navigation between report pages
[1.0.2] - 2016-08-26
Fixed
- Fixed handling of include and exclude settings
[1.0.1] - 2016-07-09
Fixed
- Fixed "Cannot read property 'document' of undefined" error.
- Fixed report link styles