You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+48-13Lines changed: 48 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,28 +7,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
---
11
+
12
+
## [0.4.0] - 2025-09-14
13
+
10
14
### Added
11
15
12
-
- JSDoc docblocks and inline comments for the migrations CLI (`src/cli/index.ts`) to improve developer understanding of flags, commands, and edge cases. This change is documentation-only and does not modify runtime behavior.
16
+
#### **Node-based CLI System**
17
+
18
+
-**Migration CLI** - Complete Node.js-based CLI for database migrations with comprehensive command support
19
+
-**CLI Integration Tests** - Full test coverage for CLI commands and migration workflows
20
+
-**Developer-friendly CLI** - Enhanced CLI with better error handling and user feedback
21
+
22
+
#### **Heroku Deployment Support**
23
+
24
+
-**Heroku Configuration** - Complete Heroku deployment support with environment variables and scripts
0 commit comments