Releases: binit2-1/Composter
Releases Β· binit2-1/Composter
v1.4.0
What's Changed
- [FEAT] Enable Cascade Delete for Categories in Prisma by @Daniel-1600 in #75
- Feat/add e2e tests by @binit2-1 in #79
- Feat/add e2e tests by @binit2-1 in #82
- Feat/add e2e tests by @binit2-1 in #83
New Contributors
- @Daniel-1600 made their first contribution in #75
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Fix auth redirection by @Shreehari-Acharya in #64
- Add Posthog analytics by @binit2-1 in #72
- Modularize factory monolith by @Shreehari-Acharya in #73
Full Changelog: 1.2.0...v1.3.0
v1.2.0
What's Changed
- Refactored CLI for better error handling and UX by @Shreehari-Acharya in #57
- fix: update BASE_URL to include default API endpoint in login and req⦠by @binit2-1 in #62
- chore(deps): bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in #61
- Added a docker-compose setup to spin up a local development environment instantly.
Full Changelog: v1.1.0...1.2.0
v1.1.0
What's Changed
- Fixing password reset when user forgets the password & Input sanitation in signup by @Shreehari-Acharya in #26
- fix: resolve Vercel deployment issues by @binit2-1 in #29
- chore(deps): bump react-router-dom from 7.9.6 to 7.11.0 in /frontend by @dependabot[bot] in #19
- chore(deps): bump body-parser from 2.2.0 to 2.2.1 in /api by @dependabot[bot] in #13
- chore(deps): bump @tailwindcss/vite from 4.1.17 to 4.1.18 in /frontend by @dependabot[bot] in #12
- chore(deps): bump inquirer from 13.0.1 to 13.1.0 in /cli by @dependabot[bot] in #4
- fix: add client-side email validation to signup form using zod by @Mustansir-06 in #25
- FIX components folder by @Aayush4518 in #33
- fix : Removed Reset Password page and link (frontend) by @Waqas-Khan-CodeCanvas in #34
- chore(deps-dev): bump eslint-plugin-react-refresh from 0.4.24 to 0.4.26 in /frontend by @dependabot[bot] in #18
- chore(deps-dev): bump eslint from 9.39.1 to 9.39.2 in /frontend by @dependabot[bot] in #8
- chore(deps): bump dotenv from 16.4.5 to 17.2.3 in /cli by @dependabot[bot] in #3
- chore(deps): bump @modelcontextprotocol/sdk from 1.23.0 to 1.25.1 in /mcp by @dependabot[bot] in #5
- chore(deps): bump vite from 7.2.2 to 7.3.0 in /frontend by @dependabot[bot] in #15
- Pinu by @pinu632 in #36
- remove outdated Update Components section by @adwaithprasanth in #48
- Refactor login function for error handling and clarity by @kankaa16 in #47
- chore(deps-dev): bump @modelcontextprotocol/inspector from 0.17.2 to 0.18.0 in /mcp by @dependabot[bot] in #9
- Fix duplicate category and components by @Shreehari-Acharya in #52
- Fixed npm links to hyperlinks by @Aayush4518 in #51
- fix: [FRONTEND] Fix Duplicate Instructions in Doc page #37 by @djnadackal in #50
- Fix auth login hang by eagerly initializing PG pool by @dogakorkmaz35 in #49
- Refactor: Migrate to Turborepo Monorepo Structure by @binit2-1 in #54
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #55
- Doc/update readme and other docs by @binit2-1 in #56
New Contributors
- @Shreehari-Acharya made their first contribution in #26
- @Mustansir-06 made their first contribution in #25
- @Aayush4518 made their first contribution in #33
- @Waqas-Khan-CodeCanvas made their first contribution in #34
- @pinu632 made their first contribution in #36
- @adwaithprasanth made their first contribution in #48
- @kankaa16 made their first contribution in #47
- @djnadackal made their first contribution in #50
- @dogakorkmaz35 made their first contribution in #49
Full Changelog: v1.0.0...v1.1.0
v1.0.0 - Initial Launch π
Welcome to the first release of Composter! π±
Composter is your personal vault for React components. It solves the problem of "Where did I put that code?" by providing a dedicated CLI and Dashboard to organize, retrieve, and preview your UI library.
π Key Features
- π₯οΈ CLI Tool: Push and pull components directly from your terminal (
composter push,composter pull). - π Web Dashboard: A visual interface to browse your component categories and search your library.
- π Secure Auth: Integrated Better Auth for secure user management and session handling.
- ποΈ Organization: Create categories (e.g., "Buttons", "Forms") and search for components instantly.
- π οΈ Robust Stack: Built on a modern foundation using PostgreSQL, Prisma ORM, and React.
π Getting Started
To start using the CLI:
# Clone the repo
git clone [https://github.com/binit2-1/Composter.git](https://github.com/binit2-1/Composter.git)
# Install CLI globally (locally linked)
cd Composter/cli
npm link
# Login
composter loginFor full setup instructions, please check the README.