Skip to content

Releases: tomi/vscode-js-complexity-analysis

[2.0.0] - 2017-07-23

23 Jul 19:07
Compare
Choose a tag to compare

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

24 Sep 21:11
Compare
Choose a tag to compare

Fixed

  • Fixed "invalid path" error on file complexity analysis command

[1.0.3] - 2016-09-24

24 Sep 20:47
Compare
Choose a tag to compare

Fixed

  • Fixed parsing of JSX syntax
  • Fixed parsing of ES6 modules
  • Fixed navigation between report pages

[1.0.2] - 2016-08-26

26 Aug 21:10
Compare
Choose a tag to compare

Fixed

  • Fixed handling of include and exclude settings

[1.0.1] - 2016-07-09

09 Jul 08:56
Compare
Choose a tag to compare

Fixed

  • Fixed "Cannot read property 'document' of undefined" error.
  • Fixed report link styles

v1.0.0

17 May 18:53
Compare
Choose a tag to compare

[1.0.0] - 2016-05-17

Changed

  • HTML output for the report with navigation between files

v0.2.2

23 Feb 20:19
Compare
Choose a tag to compare

[0.2.2] - 2016-02-23

Fixed

  • Fixed bug in "Project complexity analysis" that caused incorrect paths on Windows machines.

v0.2.1

11 Feb 20:27
Compare
Choose a tag to compare

[0.2.1] - 2016-02-10

Changed

  • Fixed bug in "Project complexity analysis" error handling

v0.2.0

11 Feb 20:14
Compare
Choose a tag to compare

[0.2.0] - 2016-02-10

Added

  • "Project complexity analysis" command.

Changed

  • "Complexity analysis" command is now titled "File complexity analysis".
  • Calculated metrics are now rounded to two decimals.
  • Legend is now formatted as a table