Skip to content
On this page

Changelog

November 8 2023

v0.1.0-alpha.61

We made major changes to components analysis and period filers (Last 30 days and All) so that users can monitor current development and overall development.

Berryjam CLI

  • Integrate scan logic with the latest version of Open source Berryjam alpha.62
  • Add --ignore option to exclude files or directories from scan
  • Check successful export and upload of components.json and git-parsed-diff.json files to a targeted workspace
  • Deprecate localhost scan

Web Analytics Dashboard

Main dashboard

  • Revamp the dashboard for better user experience and insights
  • Add period filer based on Last 30 days from the scanned date and All
  • Add more git data in relation respective components and authors
  • Add quick actions for user convenience

Component gallery

  • Modify filter for ease of use
  • Revamp the Individual Component page for better user experience
  • Add git information in Individual Component page

September 6 2023

v0.1.0-alpha.45

Berryjam CLI

  • Change package name from berryjam to berryjam-cli

August 23 2023

v0.1.0-alpha.43

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

July 28 2023

v0.1.0-alpha.12

Update README.md to be more concise and structured

July 17 2023

v0.1.0-alpha.8

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

July 4 2023

v0.1.0-alpha.7

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

June 19 2023

v0.1.0-alpha.6

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

June 12 2023

v0.1.0-alpha.4

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

May 23 2023

v0.1.0-alpha.3

Berryjam CLI

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

v0.1.0-alpha.2

Web Analytics Dashboard

Header

  • Improve on button selection area for easy navigation Component gallery
  • Format dates for created and updated

May 22 2023

v0.1.0-alpha.1

Berryjam CLI

  • For projects with git, we can scan for created and updated dates

Web Analytics Dashboard

Header

  • Fixed button states
  • Add Feedback button

Main dashboard

  • Add component created and updated dates in "Recently Created Components"
  • Add version info to the external libraries

Component gallery

  • Improve on the UI of the table results
  • Add component created and updated dates

May 15 2023

Berryjam Alpha Version! (v0.1.0-alpha.0)

We're proud to launch our first, working version of the Berryjam which shows how it can reduce communication among front-end teams and insights into your project’s components and their usages.

Berryjam CLI

  • Support Vue.js 2.5.X above
  • Support both Javascript and Typescript
  • Scan command that can change to your available port

Web Analytics Dashboard

Main dashboard

  • Summarizes internal and external components
  • Top 40 most used components
  • Group components under similar tags

Component gallery

  • Allow users to browse for components in the project
  • Allow users to drill down into each component and its relationship to other components.