Releases: logicspark/berryjam
Releases · logicspark/berryjam
0.1.0-alpha.53
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
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
andGitService
together with other relevant utility functions for scanning Vue3 and Nuxt projects - Add
scan
method underVueScanner
class that you can called on to initiate the scanning process. - Add relevant test cases for
VueScanner
andGitService
- Add documentation folder to explain how Berryjam works
- Add contribution file to explain how one can contribute
0.1.0-alpha.45
Berryjam CLI
- Change package name from
berryjam
toberryjam-cli
0.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
0.1.0-alpha.12
Update README.md to be more concise and structured
0.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
0.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
0.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
0.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
0.1.0-alpha.3
Berryjam CLI
- If the directory does not exist, shows "Directory not found" in the terminal