File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ ## [ 1.0.1] - 2016-07-09
4
+ ### Fixed
5
+ - Fixed "Cannot read property 'document' of undefined" error.
6
+ - Fixed report link styles
7
+
3
8
## [ 1.0.0] - 2016-05-17
4
9
### Changed
5
10
- HTML output for the report with navigation between files
26
31
- Complexity analysis command.
27
32
- Option to configure calculated metrics per function.
28
33
29
- [ Unreleased ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.0...HEAD
34
+ [ Unreleased ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.1...HEAD
35
+ [ 1.0.1 ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.1...v1.0.0
30
36
[ 1.0.0 ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.0...v0.2.2
31
37
[ 0.2.2 ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.1...v0.2.2
32
38
[ 0.2.1 ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.0...v0.2.1
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" : " 1.0.0 " ,
5
+ "version" : " 1.0.1 " ,
6
6
"publisher" : " TomiTurtiainen" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.1.0"
You can’t perform that action at this time.
0 commit comments