File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ ## [ 0.2.2] - 2016-02-23
4
+ ### Fixed
5
+ - Fixed bug in "Project complexity analysis" that caused incorrect paths on Windows machines.
6
+
3
7
## [ 0.2.1] - 2016-02-10
4
- ### Changed
8
+ ### Fixed
5
9
- Fixed bug in "Project complexity analysis" error handling
6
10
7
11
## [ 0.2.0] - 2016-02-10
13
17
- Calculated metrics are now rounded to two decimals.
14
18
- Legend is now formatted as a table
15
19
16
- ## [ 0.1.0] - 2016-02-01
20
+ ## 0.1.0 - 2016-02-01
17
21
### Added
18
22
- Complexity analysis command.
19
23
- Option to configure calculated metrics per function.
20
24
21
- [ Unreleased ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.1...HEAD
25
+ [ Unreleased ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.2...HEAD
26
+ [ 0.2.2 ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.1...v0.2.2
22
27
[ 0.2.1 ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.0...v0.2.1
23
28
[ 0.2.0 ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ For example:
67
67
]
68
68
````
69
69
70
+ ## Change Log
71
+ [View](https: // github.com/tomi/vscode-js-complexity-analysis/blob/master/HISTORY.md)
72
+
70
73
## Bugs
71
74
Report them [here](https: // github.com/tomi/vscode-js-complexity-analysis/issues).
72
75
Original file line number Diff line number Diff line change 2
2
"name" : " js-complexity-analysis" ,
3
3
"displayName" : " JS Complexity Analysis" ,
4
4
"description" : " Produce a complexity analysis report of your JS project" ,
5
- "version" : " 0.2.1 " ,
5
+ "version" : " 0.2.2 " ,
6
6
"publisher" : " TomiTurtiainen" ,
7
7
"engines" : {
8
8
"vscode" : " ^0.10.1"
You can’t perform that action at this time.
0 commit comments