Skip to content

Commit e0c6141

Browse files
feat: update changelog for version 2.1.0; add database selection and environment configuration improvements
1 parent b31af99 commit e0c6141

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
---
99

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+
1032
## [2.0.0] — 2025-05-06
1133

1234
### 🚀 Major Upgrade

0 commit comments

Comments
 (0)