You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: analysis/CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
9
9
10
10
### Added 🚀
11
11
12
-
- Add new UnifiedParser that is based on treesitter and works without external tools [#4070](https://github.com/MaibornWolff/codecharta/pull/4070)
13
-
- It currently supports:
12
+
- Add new UnifiedParser that is based on [treesitter](https://tree-sitter.github.io/tree-sitter/index.html) and works without external tools [#4070](https://github.com/MaibornWolff/codecharta/pull/4070)
13
+
- Currently supported Languages (will be further extended):
14
+
- Javascript
14
15
- Typescript
16
+
- Java
15
17
- Kotlin
18
+
- C#
19
+
- Python
20
+
- Currently supported Metrics (will be further extended):
21
+
- Complexity
22
+
- Comment lines
23
+
- Lines of code
24
+
- Real lines of code
16
25
- It is also available when calling the ccsh without parameters [#4102](https://github.com/MaibornWolff/codecharta/pull/4102)
17
26
- Add auto-completing file input to all interactive dialogs [#4081](https://github.com/MaibornWolff/codecharta/pull/4081)
0 commit comments