Reference
Changelog
A versioned history of notable changes across the CLI, docs, web app, generated templates, and shared UI package.
Based on git history
This page follows the repository changelogs generated from commit history. The latest section reflects the current npm release.
Version
Month
v1.0.2
2026-07-04
Security hardening, real shadcn/ui scaffolding, dependency upgrades, and changelog documentation for the npm release.
Security
- Hardened generated Stripe and Razorpay payment routes against client-controlled price or amount tampering.
- Added API secret checks to generated REST, tRPC, and GraphQL mutation examples.
- Restricted generated Hono CORS to the configured app origin.
- Removed automatic pnpm build-script approval from the CLI install flow.
- Added project path validation and protected-directory safeguards before scaffold overwrite or clear actions.
Added
- Implemented the shadcn/ui CLI option with components.json, starter Button and Card components, Tailwind theme tokens, CSS variables, and package dependencies.
- Added changelogs at the repository root and inside the published CLI package.
- Added template root resolution that works in both source/dev mode and bundled CLI mode.
Changed
- Upgraded the docs, web app, and generated template stack to Next.js 16.2.10 and React 19.2.7.
- Moved ts-node-dev out of the CLI runtime dependencies.
- Added generated env validation for payment and API secrets.