Releases: gofiber/cli
Releases · gofiber/cli
v0.1.2
v0.1.2-beta.1
🐛 Fixes
- CLI version display - update from 0.0.9 to 0.1.1 (#138)
- Fix migrate tests failing after version tests (#139, #140)
Full Changelog: v0.1.1...v0.1.2-beta.1
v0.1.1
v0.1.0
🚀 New
- Add force & skip go mod options for migration (#135)
- Implement post-migration go module cleanup (#133)
- Add command for migration purpose (#120)
- Add dependabot auto merge workflow (#129)
- Add packaging status. (#94)
🧹 Updates
- Add full migration test from Fiber v2 to v3 (#134)
- Update Go to 1.24 and use gotestsum (#131)
- Fix race issues in unit tests (#130)
- Update workflows (#125)
- Improve dependabot config (#126)
- Fix race conditions in tests (#127)
🐛 Fixes
- Fix race issues in unit tests (#130)
- Fix race conditions in tests (#127)
- fix: prefer clean paths to prohibit gosec issues (#121)
🛠️ Maintenance
- Bump github.com/charmbracelet/bubbletea from 0.19.3 to 0.20.0 (#97)
- Bump github.com/spf13/cobra from 1.2.0 to 1.3.0 (#86)
- Bump github.com/jarcoal/httpmock from 1.0.8 to 1.1.0 (#88)
- Bump github.com/charmbracelet/bubbletea from 0.17.0 to 0.19.3 (#90)
- Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1 (#77)
- Bump github.com/charmbracelet/bubbletea from 0.14.1 to 0.17.0 (#82)
- Bump github.com/charmbracelet/bubbles from 0.8.0 to 0.9.0 (#79)
- Bump github.com/containerd/console from 1.0.2 to 1.0.3 (#75)
- Bump github.com/charmbracelet/bubbletea from 0.14.0 to 0.14.1 (#71)
- Bump github.com/spf13/cobra from 1.1.3 to 1.2.0 (#73)
Full Changelog: v0.0.9...v0.1.0
Thank you @ReneWerner87, @efectn, @hi019 and @wheinze for making this update possible.
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
⚠ Breaking Changes
- We change project name from
github.com/gofiber/fiber-clitogithub.com/gofiber/cli. New installation isgo get -u github.com/gofiber/cli/fiber
