Skip to content

Releases: logicspark/berryjam

0.1.0-alpha.53

26 Sep 07:59
Compare
Choose a tag to compare

New

  • Allow users to state specific file paths or folders to ignore from scan proccess

Improve

  • Remove console log and provide verbose option to view log separately

Fix

  • Add TypeScript config babel dependency to support scanning of TS file extension

0.1.0-alpha.50

13 Sep 12:35
Compare
Choose a tag to compare

We are very excited to release the first open-source version of Berryjam that you can modify and use it anywhere you like.

  • Add readme to explain what Berryjam does and how to start using Berryjam
  • Add two main classes, VueScanner and GitService together with other relevant utility functions for scanning Vue3 and Nuxt projects
  • Add scan method under VueScanner class that you can called on to initiate the scanning process.
  • Add relevant test cases for VueScanner and GitService
  • Add documentation folder to explain how Berryjam works
  • Add contribution file to explain how one can contribute

0.1.0-alpha.45

06 Sep 08:21
09a0662
Compare
Choose a tag to compare

Berryjam CLI

  • Change package name from berryjam to berryjam-cli

0.1.0-alpha.43

23 Aug 06:36
09a0662
Compare
Choose a tag to compare

Berryjam CLI

  • Add commands for Berryjam Cloud such as login, logout, workspaces
  • Improve on the UX flow of using Berryjam CLI
  • Refactor offline scan command
  • Refactor and simplify CLI logic

Web Analytics Dashboard

Component Analytics Dashboard - Cloud

  • Add register and login process
  • Add workspaces for users to scan to
  • Add ability to invite team members
  • Add user setting

Component Analytics Dashboard - Local

  • Refactor codes for easier maintenance

0.1.0-alpha.12

28 Jul 02:09
c4879ff
Compare
Choose a tag to compare

Update README.md to be more concise and structured

0.1.0-alpha.8

17 Jul 04:52
55b1317
Compare
Choose a tag to compare

Web Analytics Dashboard

Component gallery

  • Improve on rendering component relationship to navigate between them easily
  • Change absolute source path to a relative one
  • Fixed search state to refresh for results

0.1.0-alpha.7

04 Jul 14:34
55b1317
Compare
Choose a tag to compare

Berryjam CLI

  • Add verbose function for clarity during scanning
  • Add component prop scanning feature

Web Analytics Dashboard

Main dashboard

  • Change "unknown" keyword to unspecified keyword for more accurate meaning

Component gallery

  • Add component prop information for each component
  • Improve search state to remember state when click back from the Individual component page

0.1.0-alpha.6

19 Jun 03:35
55b1317
Compare
Choose a tag to compare

Berryjam CLI

  • Add error handling for root directory without a package.json file
  • Support component detection for vite config file
  • Improve component detection for casting of local component names

0.1.0-alpha.4

12 Jun 10:54
55b1317
Compare
Choose a tag to compare

Berryjam CLI

  • Improve readability of Berryjam scan on terminal
  • Modify logic and refactor codes of scanning each codebase directory
  • Support mainly on Vue3 and Nuxt3
  • Fix scanning error on Windows environment

Web Analytics Dashboard

Main dashboard

  • Fix display of recently created components if there is no date.
  • Fix display of external libraries

Component gallery

  • Fix search box logic
  • Add created author and updated author

0.1.0-alpha.3

27 May 10:32
b7fdf94
Compare
Choose a tag to compare

Berryjam CLI

  • If the directory does not exist, shows "Directory not found" in the terminal