Skip to content

Commit a0620f4

Browse files
committed
Added change log
1 parent cab86b1 commit a0620f4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

HISTORY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
### Added
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

Comments
 (0)