codecharta-analysis
Advanced tools
Comparing version 1.58.1 to 1.59.0
@@ -13,3 +13,3 @@ { | ||
"name": "codecharta-analysis", | ||
"version": "1.58.1", | ||
"version": "1.59.0", | ||
"description": "MaibornWolff CodeCharta Analysis Tools", | ||
@@ -16,0 +16,0 @@ "scripts": { |
@@ -20,2 +20,24 @@ # Change Log | ||
## [1.59.0] - 2020-10-09 | ||
### Added 🚀 | ||
- new EXPERIMENTAL SCMLogParser version | ||
- improved performance around 300% when parsing CodeCharta | ||
- improved memory usage | ||
- fixed issue with old parser creating incorrect nodes in CodeCharta #871 | ||
- ATTENTION: the parser is experimental, therefore some potetial issues might remain, e.g. potentially an unhandled edge case when parsing node | ||
- to use the new parser a reversed git log is needed, as well as a git file list, refer to ccsh scmlogparserv2 -h for additional information | ||
### Changed | ||
### Removed 🗑 | ||
### Fixed 🐞 | ||
- Color-Metric slider is set and activated in the map accordingly to the released sliderbutton #1319 | ||
- Deselcting a building will instantly dehighlight the buildings which were connected through edges #890 | ||
### Chore 👨💻 👩💻 | ||
## [1.58.1] - 2020-10-02 | ||
@@ -22,0 +44,0 @@ |
@@ -23,2 +23,3 @@ # CodeCharta analysis | ||
| SCM log | [SCMLogParser](import/SCMLogParser/README.md) | | ||
| SCM log v2 (experimental)| [SCMLogParserV2](import/SCMLogParserV2/README.md) | | ||
| SonarQube | [SonarImporter](import/SonarImporter/README.md) | | ||
@@ -25,0 +26,0 @@ | Source Code | [SourceCodeParser](import/SourceCodeParser/README.md) | |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78328316