Skip to content

Commit 9bb63ba

Browse files
committed
Prepare LaunchStack CLI v2 release candidate
1 parent 126f12f commit 9bb63ba

20 files changed

Lines changed: 1329 additions & 503 deletions

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
## 2.0.0
4+
5+
LaunchStack CLI v2 expands the project from deployment workflow tooling into a backend API scaffolding and production workflow CLI.
6+
7+
### Added
8+
9+
- `launchstack create <project-name>`
10+
- Fastify API starter
11+
- TypeScript strict-mode template
12+
- Prisma and PostgreSQL
13+
- Docker Compose database service
14+
- JWT access and refresh tokens
15+
- Password hashing
16+
- Registration, login, refresh, logout, and profile routes
17+
- Zod request and response validation
18+
- Swagger/OpenAPI documentation
19+
- Layered controllers, services, repositories, and DTOs
20+
- Structured application errors
21+
- Production Docker image
22+
- GitHub Actions workflows
23+
- Render, Railway, and Fly.io presets
24+
- Readiness and health endpoints
25+
- `launchstack doctor`
26+
27+
### Existing capabilities retained
28+
29+
- Project initialization
30+
- Environment switching
31+
- Provider management
32+
- Deployment history
33+
- Rollback visibility
34+
- Secrets management
35+
- Docker scaffolding
36+
- GitHub Actions generation

0 commit comments

Comments
 (0)