Manifest Path Fix for Generated Prisma Client
Fixes manifest generation by correcting the skipped generated Prisma client directory path so internal generated artifacts are excluded consistently during hashing.
- Updated manifest skip directory from `generated/prisma` to `packages/db/generated` to correctly exclude generated Prisma client files
CLI Template Transformations Refactoring
Refactors the scaffolding CLI by extracting and composing template transformations into modular, reusable units for improved maintainability and easier future enhancements.
Upgrade Command & Template Diffing
Adds an upgrade workflow that keeps scaffolded projects in sync with the latest build-elevate template. Files that haven't been modified locally are updated automatically, while modified files are flagged as conflicts and can be inspected with a built-in diff command.
Auth Forms, UI Improvements & Fixes
Introduced reusable form field components, improved authentication UI structure, upgraded core dependencies, and fixed CI and documentation issues while strengthening auth configuration security.
Auth Secret Consistency & Security Improvement
Improved authentication security by standardizing the auth secret across all environment files to prevent configuration drift.
Improved App Name Handling in Scaffolding
Improved project scaffolding to support whitespace in app names, automatically trimming and formatting them for environment variables and display.
Monorepo Fixes & Environment Improvements
Improved development environment loading, resolved monorepo dependency resolution issues, fixed lint errors in scaffolded apps, and added metadataBase to eliminate configuration warnings.
Scaffolding Enhancements, Documentation Site & Fixes
Enhanced project scaffolding with automatic package manager detection, introduced a Fumadocs-powered documentation site with structured MDX content, added tooling to generate documentation for scaffolded apps, and fixed formatting checks during scaffolding.
Developer experience improvements
Improved developer experience by enhancing the scaffolding CLI with multi-package-manager support, adding tooling for environment setup and code formatting, refining project initialization, and improving configuration consistency across templates.
Scaffolding script improvements
Improved project scaffolding scripts, optimized Docker Compose for production, refined GitHub workflow triggers, reorganized monorepo dependencies, and fixed the Prisma Studio script.
Added scaffolding scripts
Initial scaffolding scripts to bootstrap new projects from the monorepo template, along with improvements to environment variable management and documentation updates.
Foundation Release
The effective initial release. Includes the full monorepo foundation, Better-Auth migration, email system, 2FA, session management, and account security suite.
Unpublished from npm.
Unpublished from npm. No functional changes — version created to reclaim 1.0.0 slot after accidental deletion. Use v1.0.2 instead.
Unpublished from npm.
Unpublished from npm. Original initial release — no longer installable. All changes are included in v1.0.2.