We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab86b1 commit a0620f4Copy full SHA for a0620f4
HISTORY.md
@@ -0,0 +1,18 @@
1
+# History
2
+
3
+## [0.2.0] - 2016-02-10
4
+### Added
5
+- "Project complexity analysis" command.
6
7
+### Changed
8
+- "Complexity analysis" command is now titled "File complexity analysis".
9
+- Calculated metrics are now rounded to two decimals.
10
+- Legend is now formatted as a table
11
12
+## [0.1.0] - 2016-02-01
13
14
+- Complexity analysis command.
15
+- Option to configure calculated metrics per function.
16
17
+[Unreleased]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.0...HEAD
18
+[0.2.0]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.1.0...v0.2.0
0 commit comments