Releases: logicspark/berryjam
Releases · logicspark/berryjam
0.1.0-alpha.64
Fix
- Move try-catch from
getCodeConfigCompilerOptionPaths
toprepareAliasPaths
to handle maximum call stack error. This is does not affect the scan results.
0.1.0-alpha.63
Improve
- For Nuxt, exclude
page
directory from being classified as components
Fix
- Add
children
property to each component in theComponentProfile
0.1.0-alpha.62
Fix
- Modify logic for total property of ComponentProfile and change total to usage for better readability
0.1.0-alpha.61
Fix
- Fix git scan error for Windows by enclosing
${commitHash}^@
in " "
0.1.0-alpha.60
Fix
- Remove git scan error message when not on
--verbose
option - Ensure that the total lines of codes (endOfLines property) is in
ComponentProfile
0.1.0-alpha.58
New
- Add a function to find component filesize by totaling code lines of each component file
0.1.0-alpha.57
Improve
- Add a public function for
GitService
to allow external applications, such as Berryjam CLI, to access the functionalities provided byGitService
0.1.0-alpha.56
New
- Retrieve additional git info such as commit # and messages as a separate JSON file to provide more actionable insights
0.1.0-alpha.55
New
- Detect and count the nested levels within a component to identify components that should be simplified or refactored
Improve
- Use Abstract Syntax Trees approach to detect unused components more accurately
Fix
- Remove unused import from in
vue-scanner.ts
and debug log in console
0.1.0-alpha.54
New
- By default, the scan method will output component profiles as component-profiles.json file.