codecharta-analysis
Advanced tools
Comparing version 1.51.0 to 1.52.0
@@ -13,3 +13,3 @@ { | ||
"name": "codecharta-analysis", | ||
"version": "1.51.0", | ||
"version": "1.52.0", | ||
"description": "MaibornWolff CodeCharta Analysis Tools", | ||
@@ -16,0 +16,0 @@ "scripts": { |
@@ -20,2 +20,25 @@ # Change Log | ||
## [1.52.0] - 2020-08-07 | ||
### Added 🚀 | ||
- Support for Tokei 12 new JSON schema #1103 | ||
### Changed | ||
- Rename master branch to main for a more inclusive naming #1117 | ||
### Removed 🗑 | ||
### Fixed 🐞 | ||
- After loading an invalid file the filechooser pops up again, so that the user can choose a valid file #1021 | ||
- Quality gates on sonarcloud.io are available again #879 | ||
### Docs 🔎 | ||
- Moved developer guides to our [gh-pages](https://maibornwolff.github.io/codecharta/) #986 | ||
### Chore 👨💻 👩💻 | ||
## [1.51.0] - 2020-07-24 | ||
@@ -25,3 +48,4 @@ | ||
- File chooser now accept ".json" files only to avoid accidentally loading incorrect files. | ||
- File chooser now accept ".json" files only to avoid accidentally loading incorrect files | ||
- Lots of tooltips #1030 | ||
@@ -28,0 +52,0 @@ ### Changed |
@@ -56,7 +56,7 @@ # CodeCharta analysis | ||
- Bash or similar | ||
- JRE 8 (Oracle Java or OpenJDK) | ||
- JRE 8-11 (Oracle Java or OpenJDK) | ||
## Installation via npm | ||
This installs all binaries to run the analysis. Java 8 is required. | ||
This installs all binaries to run the analysis. Java 11 is recommended, while Java 8 is still supported. | ||
@@ -63,0 +63,0 @@ `npm install -g codecharta-analysis` |
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
42735621