@dartix-software-solutions/create-fullstack-app 2.0.16 → 2.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -137,6 +137,16 @@ Whether you are stuck on a generated stack, want to propose a feature, or discus
137
137
 
138
138
  ## 📜 Changelog
139
139
 
140
+ ### 2.0.15
141
+
142
+ - **Single-app fullstack installs:** Removed root workspace coupling for this mode; dependencies now install dynamically in real package targets (`client` / `server`) instead of forcing root install behavior.
143
+ - **Script routing:** Fixed script target resolution so devtool scripts (`lint`, `format`) map to frontend/backend package targets when root is not used in single-app fullstack.
144
+ - **Devtool config placement:** ESLint and Prettier config files now generate per package (`client` + `server`) for single-app fullstack, while preserving root behavior for other structures.
145
+ - **Prisma 7 migration:** Updated Prisma plugin to modern setup (`prisma@7`, `@prisma/client@7`, `@prisma/adapter-pg`), added `prisma.config.ts`, removed `datasource.url` from `schema.prisma`, and moved Postgres client creation to adapter-based initialization.
146
+ - **Tailwind latest (web):** Updated Tailwind scaffolding to v4-style setup (`@import "tailwindcss";`, `@tailwindcss/postcss` plugin in PostCSS config) and refreshed content globs for broader framework file coverage.
147
+ - **Formik sample form fix:** Reworked Next.js sample Formik template to avoid fragile inline object-style syntax in `.hbs` and use class-based markup for stable generation.
148
+ - **Template/render stability fixes:** Continued hardening around plugin output mapping and template generation edge cases uncovered in real `npx` runs.
149
+
140
150
  ### 2.0.0
141
151
 
142
152
  **Major release** — plugin + layout generator is the supported baseline for issues and PRs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartix-software-solutions/create-fullstack-app",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "description": "CLI tool to scaffold full-stack applications with pluggable architecture",
5
5
  "type": "module",
6
6
  "bin": {