Files
create-better-t-stack/apps/cli/CHANGELOG.md
github-actions[bot] 49c7d4f436 Version Packages (#168)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-22 15:06:04 +05:30

706 lines
9.0 KiB
Markdown

# create-better-t-stack
## 2.0.12
### Patch Changes
- 7839950: Add express.json() middleware to the Express backend template.
Rename the TanStack Start frontend package to "web".
## 2.0.11
### Patch Changes
- ea79154: ensure .npmrc is included and copied for native setup
## 2.0.10
### Patch Changes
- 579d125: add zod dep in tanstack start
## 2.0.9
### Patch Changes
- b5267e0: Add setup warnings and handle no-ORM auth
## 2.0.8
### Patch Changes
- 1cb5c0c: fix database none flags validation
## 2.0.7
### Patch Changes
- d82ad80: fix native scaffolding
## 2.0.6
### Patch Changes
- 0de49d4: remove none option in api
- 0de49d4: Only add tRPC server adapters when API is tRPC
## 2.0.6-beta.1
### Patch Changes
- 9d9bd1d: remove none option in api
## 2.0.6-beta.0
### Patch Changes
- 0a4813b: Only add tRPC server adapters when API is tRPC
## 2.0.5
### Patch Changes
- 88afa9a: fix ai example template path
## 2.0.4
### Patch Changes
- 933c4ac: Implement @/\* path aliases and move dotenv imports
## 2.0.3
### Patch Changes
- 98fdc3b: fix pnpm dev script
## 2.0.2
### Patch Changes
- 13241ee: fix cli project name check
## 2.0.1
### Patch Changes
- 2a51f85: fix express server orpc route
## 2.0.0
### Major Changes
- 7f441ef: add orpc, make turborepo optional, use handlebarjs to scaffold template
## 1.13.2
### Patch Changes
- 1e67949: add consola errors, update to better-auth v1.2.6
## 1.13.1
### Patch Changes
- 6d16f27: Update trpc endpoint path from '/api/trpc' to '/trpc'
## 1.13.0
### Minor Changes
- 33158a2: add nextjs frontend and backend
## 1.12.4
### Patch Changes
- bef8182: add command completions
## 1.12.3
### Patch Changes
- 3e7a605: upgrade to prisma v6.6.0
## 1.12.2
### Patch Changes
- 5a15147: Fix validation logic with --yes flag for addon compatibility
## 1.12.1
### Patch Changes
- 30efd64: Add spinner feedback to database setup workflows
## 1.12.0
### Minor Changes
- 0868672: add neon postgres setup
## 1.11.0
### Minor Changes
- aac6a7d: add starlight docs addon
## 1.10.3
### Patch Changes
- 8120222: Replace postgres package with pg for PostgreSQL support with drizzle
## 1.10.2
### Patch Changes
- c84bfcd: Fix Postgres DB setup choice condition to require Prisma ORM
## 1.10.1
### Patch Changes
- 9222c1e: Change PrismaClient instantiation from `let` to `const`
## 1.10.0
### Minor Changes
- c9b7e25: add mysql database
## 1.9.2
### Patch Changes
- 7504d27: Rename database environment variables for consistency
## 1.9.1
### Patch Changes
- fe7153f: update deps
## 1.9.0
### Minor Changes
- 2cf01d1: Add express backend, mongodb database and automated mongodb atlas setup
## 1.8.1
### Patch Changes
- e8a777e: make frontend optional
## 1.8.0
### Minor Changes
- d943bf0: add tanstack start
## 1.7.1
### Patch Changes
- 935a23b: update readme
## 1.7.0
### Minor Changes
- 81dc240: Add Better Auth in Native
## 1.6.2
### Patch Changes
- b3c746c: Add useSortedClasses rule to Biome configuration
## 1.6.1
### Patch Changes
- b170dfc: fix prisma postgres setup prompt
## 1.6.0
### Minor Changes
- cc56381: Add automatic prisma postgres setup
## 1.5.0
### Minor Changes
- dafefb8: Add React Router
## 1.4.5
### Patch Changes
- 0d7ac63: Update CLI prompts
## 1.4.4
### Patch Changes
- b230ddb: Improve native connectivity instruction message
## 1.4.3
### Patch Changes
- b296ac2: use spaces instead of commas in flags
## 1.4.2
### Patch Changes
- 5435dd3: Replace log.info with note for post-install instructions
## 1.4.1
### Patch Changes
- c3ebe27: Remove debug console.log in examples setup
## 1.4.0
### Minor Changes
- a6ac5dc: Add AI chat example and update flags structures
## 1.3.3
### Patch Changes
- a69ff19: fix(todos): trpc v11
## 1.3.2
### Patch Changes
- 851c1b7: Add @trpc/tanstack-react-query dependency to web package.json
## 1.3.1
### Patch Changes
- b0e3432: fix several bugs
## 1.3.0
### Minor Changes
- 1c66d64: Added support for building mobile applications with Expo
## 1.2.0
### Minor Changes
- 91fe9f8: Add option to choose elysiajs as backend framework
## 1.1.0
### Minor Changes
- 88afd53: Add runtime selection feature between Bun and Node.js
## 1.0.10
### Patch Changes
- 4a45ce9: Use current package manager version in packageManager field
## 1.0.9
### Patch Changes
- 380f659: Add package manager specific support for Tauri setup
## 1.0.8
### Patch Changes
- c9d4e4c: Fix self-closing div tag syntax in client template
## 1.0.7
### Patch Changes
- 2bfbcf6: fix several db conf issues
## 1.0.6
### Patch Changes
- d0133f3: rename packages folder to apps
## 1.0.5
### Patch Changes
- 6683202: Fix get() error method drizzle
## 1.0.4
### Patch Changes
- e358534: Add prismaSchemaFolder preview feature to Prisma config
## 1.0.3
### Patch Changes
- 53be1b8: fix pnpm workspace
## 1.0.2
### Patch Changes
- b5f47fc: Add Todo button to homepage when examples are included
## 1.0.1
### Patch Changes
- e7335d6: stable release
## 1.0.0
### Major Changes
- 4cc13bf: stable release
## 0.17.2
### Patch Changes
- 137cc31: some improvements
## 0.17.1
### Patch Changes
- 9574230: Redirect unauthenticated users to login page instead of home
## 0.17.0
### Minor Changes
- 996b35b: Add Biome and Husky for code formatting and Git hooks
## 0.16.0
### Minor Changes
- 406864f: Add Tauri Desktop App addon
## 0.15.0
### Minor Changes
- 66a47c7: Add Progressive Web App (PWA) support
## 0.14.1
### Patch Changes
- 03c400d: fix schema
## 0.14.0
### Minor Changes
- fc59f63: Enhance template with improved UI
## 0.13.1
### Patch Changes
- 3124a6a: fix .gitignore
## 0.13.0
### Minor Changes
- af70905: Fix auth template setup, todo example, turso setup with setup selection
## 0.12.3
### Patch Changes
- 17db765: Remove GitHub Actions and SEO addons
## 0.12.2
### Patch Changes
- e4f950c: fix env when turso setup is off
## 0.12.1
### Patch Changes
- 5897e9c: several improvements
## 0.12.0
### Minor Changes
- 03d9559: Simplify auth setup, centralize environment variable management and fix readme
## 0.11.5
### Patch Changes
- 640e64e: Improve package manager prompts
## 0.11.4
### Patch Changes
- b7ac81d: Add dependency version constants and package management utility
## 0.11.3
### Patch Changes
- ac2f220: simplify auth setup
## 0.11.2
### Patch Changes
- 98b1262: Add postgres support
## 0.11.1
### Patch Changes
- 036c62c: Enhance authentication setup and improve documentation
## 0.11.0
### Minor Changes
- f02ffd7: added github seo add-on
## 0.10.4
### Patch Changes
- 03571ca: allow specifying project path in prompt
## 0.10.3
### Patch Changes
- 5b13b04: rename features to addons
## 0.10.2
### Patch Changes
- 76ea670: fix template typo
## 0.10.1
### Patch Changes
- 48efa59: fix commander init
## 0.10.0
### Minor Changes
- 792885b: add auth, drizzle, prisma setup logic
## 0.9.0
### Minor Changes
- 6600d1f: implement auth add or remove logic
## 0.8.1
### Patch Changes
- ba77104: update ascii art
## 0.8.0
### Minor Changes
- 3d78d1e: add flags and prompt for orm, add none option in database
## 0.7.5
### Patch Changes
- 64fc644: refactor(cli): simplify database selection flags
## 0.7.4
### Patch Changes
- d30adfd: remove ugly emojis
## 0.7.3
### Patch Changes
- 7181751: remove caching in degit
## 0.7.2
### Patch Changes
- 91b786c: update readme
## 0.7.1
### Patch Changes
- be5c662: update readme
## 0.7.0
### Minor Changes
- f98216e: replace chalk with picocolors
## 0.6.2
### Patch Changes
- e9ecdbf: update template repo url and add degit
## 0.6.1
### Patch Changes
- f73c7d2: fix: dependency installation output flow
## 0.6.0
### Minor Changes
- aa3eaad: refactor: simplify package manager flags
## 0.5.0
### Minor Changes
- 0983fc1: feat(cli): display pre-selected flags before prompts
## 0.4.6
### Patch Changes
- 31f1271: Improve prompts
## 0.4.5
### Patch Changes
- 7fc5010: add small title for shorter window
## 0.4.4
### Patch Changes
- 92d2443: clear console on start
## 0.4.3
### Patch Changes
- ecd7db9: feat: add project name validation
## 0.4.2
### Patch Changes
- d8875f0: bug fixes
## 0.4.1
### Patch Changes
- 305fb72: remove logger and fix minor bugs
## 0.4.0
### Minor Changes
- 76a14ea: refractor: migrate inquirer to @clack/prompts
## 0.3.4
### Patch Changes
- 0bd0c8e: colorize the prompts
## 0.3.3
### Patch Changes
- ffda73e: Improve error handling
## 0.3.2
### Patch Changes
- d99e161: use script syntax in execa
## 0.3.1
### Patch Changes
- 7481bee: fix package manager detection
## 0.3.0
### Minor Changes
- 4659db9: feat: add package manager selection and configuration
## 0.2.1
### Patch Changes
- a0cef2b: bump version to 0.2.1
## 0.2.0
### Minor Changes
- b56096f: feat(cli): add reproducible command output and flag support
## 0.1.3
### Patch Changes
- a06be85: refactor(cli): improve Turso database setup workflow
## 0.1.2
### Patch Changes
- 5554818: auto get current package version
## 0.1.1
### Patch Changes
- 5d89847: Add -y to auto select the defaults
## 0.1.0
### Minor Changes
- 5c83a10: initial release