File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ ## [ 1.0.1] - 2016-07-09
4+ ### Fixed
5+ - Fixed "Cannot read property 'document' of undefined" error.
6+ - Fixed report link styles
7+
38## [ 1.0.0] - 2016-05-17
49### Changed
510- HTML output for the report with navigation between files
2631- Complexity analysis command.
2732- Option to configure calculated metrics per function.
2833
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
3036[ 1.0.0 ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.0...v0.2.2
3137[ 0.2.2 ] : https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.1...v0.2.2
3238[ 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 22 "name" : " js-complexity-analysis" ,
33 "displayName" : " JS Complexity Analysis" ,
44 "description" : " Produce a complexity analysis report of your JS project" ,
5- "version" : " 1.0.0 " ,
5+ "version" : " 1.0.1 " ,
66 "publisher" : " TomiTurtiainen" ,
77 "engines" : {
88 "vscode" : " ^1.1.0"
You can’t perform that action at this time.
0 commit comments