Skip to content

Releases: binit2-1/Composter

v1.4.0

28 Jan 20:17

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

23 Jan 19:30
273dbc0

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...v1.3.0

v1.2.0

11 Jan 18:01

Choose a tag to compare

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

25 Dec 13:48
15aec75

Choose a tag to compare

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

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - Initial Launch πŸš€

20 Dec 17:33
1ca6557

Choose a tag to compare

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 login

For full setup instructions, please check the README.