·
110 commits
to main
since this release
[2.0.0] - 2025-11-24
Major Changes
-
Dropped support for Node 18
- Minimum required Node version is now 20+.
- Enables use of native features like
--env-fileandnode --watch.
-
Removed
dotenvfrom all Express templates- Now relying entirely on Node’s native environment variable loader.
- No more
dotenv.config()needed.
Developer Experience Improvements
.env.exampleis now automatically copied to.envduring project creation- Ensures templates start without errors on first run.
- Keeps the standard
.env.exampleconvention intact.
Internal Updates
- Updated package metadata and Node engine constraints
- General cleanup and consistency improvements across all Express templates