8000 Release v0.7.1 · gofr-dev/gofr-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.7.1

Latest
Compare
Choose a tag to compare
@Umang01-hash Umang01-hash released this 23 May 12:17
· 6 commits to main since this release
c65edd6

v0.7.1

🔧 Fixes

1. Preserve Existing Mappings in all.go During Migration Generation

The migrate command previously overwrote the all.go file completely, causing renamed or manually modified entries to be lost. This fix updates the behavior to ensure a safer and non-destructive migration experience.

🔧 New Behavior:

  • Existing mappings in all.go are left unchanged.
  • Renamed migration files do not cause all.go to be overwritten.
  • Only new migration files—identified by timestamp-based filenames not yet present—are appended to all.go.

This fix ensures reliable migration file management without disrupting existing mappings or manual edits.

0