|
1 | 1 | # Changelog |
| 2 | + |
| 3 | +## 0.19.1 (2025-05-30) |
| 4 | + |
| 5 | + |
| 6 | +* Implement role-based access control middleware and role management routes ([](https://github.com/deploystackio/deploystack/commit/6ba5c0e953e839efef8411ba6503395025e09543)) |
| 7 | +* Refactor database handling and plugin system to improve type safety and clarity ([](https://github.com/deploystackio/deploystack/commit/7a9d5f3fa219a0a7310a3c4855db132d1ee26e0d)) |
| 8 | +* Add check for existing database configuration in setup handler ([](https://github.com/deploystackio/deploystack/commit/4ddba0667355ee3d4b508a9352b4f333ae1df5c3)) |
| 9 | +* Refactor database schema and plugin system for improved flexibility and type safety ([](https://github.com/deploystackio/deploystack/commit/37cb9a9bdeb3c4e4a0042268f11a785ddf969f4e)) |
| 10 | +* update CHANGELOG.md for frontend service, removing old version entries and maintaining structure ([](https://github.com/deploystackio/deploystack/commit/693df3cfc18717c673e02c66a1b8221e4a1633e2)) |
| 11 | +* init ([](https://github.com/deploystackio/deploystack/commit/df4a4b7defae72dcd66ba163928424b571ae3124)) |
| 12 | + |
| 13 | + |
| 14 | +### chore |
| 15 | + |
| 16 | +* **all:** bump @tailwindcss/postcss from 4.1.7 to 4.1.8 ([](https://github.com/deploystackio/deploystack/commit/4d44d52bbe6f8e2dac77c7843c886cb729e680e6)) |
| 17 | +* **all:** bump @tailwindcss/vite from 4.1.7 to 4.1.8 ([](https://github.com/deploystackio/deploystack/commit/d45e65d4c6bcfec22ea9005f3e9d039feace65a6)) |
| 18 | +* **all:** bump @types/node from 22.15.21 to 22.15.24 ([](https://github.com/deploystackio/deploystack/commit/8f7ef5298c05430b1b1575d7cf7f0c8e695b2145)) |
| 19 | +* **all:** bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.0 ([](https://github.com/deploystackio/deploystack/commit/517d6d91301b721ee53b09b904707c1277db5030)) |
| 20 | +* **all:** bump @typescript-eslint/parser from 8.32.1 to 8.33.0 ([](https://github.com/deploystackio/deploystack/commit/4835b231d339a478214556dadc47eabe34391747)) |
| 21 | +* **all:** bump drizzle-orm from 0.43.1 to 0.44.0 ([](https://github.com/deploystackio/deploystack/commit/90ceb36c97d05279a5cf6aff491092853aa0aed9)) |
| 22 | +* **all:** bump tailwindcss from 4.1.7 to 4.1.8 ([](https://github.com/deploystackio/deploystack/commit/cf562f495e73ce6755e3609469526d6a67a8ac64)) |
| 23 | +* **all:** bump typescript-eslint from 8.32.1 to 8.33.0 ([](https://github.com/deploystackio/deploystack/commit/cc0f45558bf5ef036ae0cc327482b2cd81505a1f)) |
| 24 | +* **all:** bump vue from 3.5.15 to 3.5.16 ([](https://github.com/deploystackio/deploystack/commit/6a4262662872b42d6686bd61daf3d3a14bf610c7)) |
| 25 | +* **all:** bump vue-i18n from 11.1.4 to 11.1.5 ([](https://github.com/deploystackio/deploystack/commit/2d1720f95fcb8c431144e9f94f2bb3222b7ca12f)) |
| 26 | +* **all:** bump zod from 3.25.28 to 3.25.36 ([](https://github.com/deploystackio/deploystack/commit/a30192500b5b2498697985d48c6debfdff99a7b7)) |
| 27 | +* **backend:** bump drizzle-orm in /services/backend ([](https://github.com/deploystackio/deploystack/commit/b9c7cdc94beda62da778e6699dba6baabc1d9ac2)) |
| 28 | + |
| 29 | + |
| 30 | +### docs |
| 31 | + |
| 32 | +* update database setup instructions and clarify persistent data directory usage ([](https://github.com/deploystackio/deploystack/commit/59bec6fab64ce94c472b0a4c3047be2842fdc3bc)) |
| 33 | + |
| 34 | + |
| 35 | +### feat |
| 36 | + |
| 37 | +* add CORS support and database setup functionality ([](https://github.com/deploystackio/deploystack/commit/35e30a6eb1a3cbf528e9d9d729de868d9377fb8c)) |
| 38 | +* add CORS support and database setup functionality ([](https://github.com/deploystackio/deploystack/commit/02e0c63e0eb3dacbfb079073c70b5b596695355c)) |
| 39 | +* enhance database schema and authentication flow with foreign key constraints and session management improvements ([](https://github.com/deploystackio/deploystack/commit/55745474a9c0604c67499c2c48dc420f856ecaf1)) |
| 40 | + |
| 41 | + |
| 42 | +### fix |
| 43 | + |
| 44 | +* add overrides for esbuild version in package.json ([](https://github.com/deploystackio/deploystack/commit/d40d6fa515b4962033fd0869970370c98df8aaa5)) |
| 45 | +* correct formatting in package.json overrides section ([](https://github.com/deploystackio/deploystack/commit/021f5b218e6071fba2216a9c9e3b3563b8693e99)) |
| 46 | +* enhance error handling in login and registration forms with improved type safety and user feedback ([](https://github.com/deploystackio/deploystack/commit/d3f9fc74f0f2981cf67eb9b7ee1fa4d7b3995351)) |
| 47 | +* improve session handling in email login route with manual session creation and error logging ([](https://github.com/deploystackio/deploystack/commit/b0d0474c150ec0f34cba3847241aaaefd34e080b)) |
| 48 | +* remove unnecessary imports and add eslint disable comments for explicit any types ([](https://github.com/deploystackio/deploystack/commit/960303e4d61220a2090a193a0567979d8b55cc57)) |
| 49 | +* resolve merge conflict and update typescript-eslint version in package.json ([](https://github.com/deploystackio/deploystack/commit/861b4c25b19efa013f417b8a54cca27623ffd248)) |
| 50 | +* update login API endpoint to use new email-based authentication ([](https://github.com/deploystackio/deploystack/commit/f54932294f251e27fea56b2eca0e5b20ee2bd1dd)) |
| 51 | +* update login form error handling and improve user feedback ([](https://github.com/deploystackio/deploystack/commit/b2fc87bdf85fb60a41ecbf1b8395c8f2ce1c7eec)) |
| 52 | + |
| 53 | + |
| 54 | +### refactor |
| 55 | + |
| 56 | +* remove unused type imports and suppress eslint warnings for 'any' usage ([](https://github.com/deploystackio/deploystack/commit/0cc9136bb7b0cc936397d67833b58dba1c6fe2e4)) |
0 commit comments