File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
---
9
9
10
+ ## [ 2.1.0] — 2025-05-08
11
+
12
+ ** 🌱 Database Selection Added:**
13
+
14
+ - Choose between None (no DB setup) or MongoDB when scaffolding your project.
15
+
16
+ ** 🔗 Smart DB Bootstrapping:**
17
+
18
+ - When MongoDB is selected, the generated index.js ensures:
19
+
20
+ - The server only starts after a successful DB connection.
21
+
22
+ - If no DB (None), it starts immediately as before.
23
+
24
+ ** 🛠 Environment Config Improved:**
25
+
26
+ - ENV variables now live in a dedicated config/env.config.js file for better organization.
27
+
28
+ - 🔧 Minor code cleanups & internal improvements.
29
+
30
+ ---
31
+
10
32
## [ 2.0.0] — 2025-05-06
11
33
12
34
### 🚀 Major Upgrade
You can’t perform that action at this time.
0 commit comments