You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,20 @@ The format follows Keep a Changelog and the version numbers follow Semantic Vers
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.3.4] - 2026-03-26
10
+
11
+
### Changed
12
+
13
+
- Improved architecture labels so backend and other non-frontend flows explain what `simple`, `modular`, and `monorepo` mean more clearly during prompting.
14
+
- Added a real-time file generation progress bar during scaffold creation so the CLI shows visible progress after printing the target directory.
15
+
16
+
### Fixed
17
+
18
+
- Prevented incompatible backend selections by filtering out `Drizzle` when `MongoDB` is chosen and by normalizing any `Drizzle + MongoDB` plan back to a supported setup.
19
+
- Stopped generating `.nvmrc` for `LTS` and `Latest` Node strategies, avoiding broken version-manager lookups like `lts-latest` on systems that cannot resolve that alias.
20
+
- Hardened dependency installation for `yarn` and `pnpm` by using Corepack when available and by keeping package-manager caches local to the generated project.
21
+
- Removed stale lockfiles from other package managers before installation so the selected package manager stays authoritative after retries or partial runs.
- Improved architecture labels so backend and other non-frontend flows explain what `simple`, `modular`, and `monorepo` mean more clearly during prompting.
17
+
- Added a real-time file generation progress bar during scaffold creation so the CLI shows visible progress after printing the target directory.
18
+
19
+
### Fixed
20
+
21
+
- Prevented incompatible backend selections by filtering out `Drizzle` when `MongoDB` is chosen and by normalizing any `Drizzle + MongoDB` plan back to a supported setup.
22
+
- Stopped generating `.nvmrc` for `LTS` and `Latest` Node strategies, avoiding broken version-manager lookups like `lts-latest` on systems that cannot resolve that alias.
23
+
- Hardened dependency installation for `yarn` and `pnpm` by using Corepack when available and by keeping package-manager caches local to the generated project.
24
+
- Removed stale lockfiles from other package managers before installation so the selected package manager stays authoritative after retries or partial runs.
0 commit comments