Skip to content

Releases: logicspark/berryjam

0.1.0-alpha.64

20 Nov 02:52
Compare
Choose a tag to compare

Fix

  • Move try-catch from getCodeConfigCompilerOptionPaths to prepareAliasPaths to handle maximum call stack error. This is does not affect the scan results.

0.1.0-alpha.63

14 Nov 11:37
Compare
Choose a tag to compare

Improve

  • For Nuxt, exclude page directory from being classified as components

Fix

  • Add children property to each component in the ComponentProfile

0.1.0-alpha.62

08 Nov 03:04
Compare
Choose a tag to compare

Fix

  • Modify logic for total property of ComponentProfile and change total to usage for better readability

0.1.0-alpha.61

28 Oct 02:19
Compare
Choose a tag to compare

Fix

  • Fix git scan error for Windows by enclosing ${commitHash}^@ in " "

0.1.0-alpha.60

27 Oct 09:12
Compare
Choose a tag to compare

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

24 Oct 14:26
Compare
Choose a tag to compare

New

  • Add a function to find component filesize by totaling code lines of each component file

0.1.0-alpha.57

20 Oct 03:00
Compare
Choose a tag to compare

Improve

  • Add a public function for GitService to allow external applications, such as Berryjam CLI, to access the functionalities provided by GitService

0.1.0-alpha.56

18 Oct 07:07
Compare
Choose a tag to compare

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

17 Oct 06:00
Compare
Choose a tag to compare

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

03 Oct 07:31
Compare
Choose a tag to compare

New

  • By default, the scan method will output component profiles as component-profiles.json file.