Skip to content

Releases: gofiber/cli

v0.1.2

15 Jul 19:20
9537b2f

Choose a tag to compare

🧹 Updates

  • Fix CLI version display with build-time injection support (#141)

🐛 Fixes

  • Fix CLI version display - update from 0.0.9 to 0.1.1 (#138)
  • Fix migrate tests failing after version tests (#140)
  • Fix migrate tests failing after version tests (#139)

Full Changelog: v0.1.1...v0.1.2

v0.1.2-beta.1

15 Jul 12:18
2d3abc3

Choose a tag to compare

v0.1.2-beta.1 Pre-release
Pre-release

🐛 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

14 Jul 12:00
9b9d85f

Choose a tag to compare

🐛 Fixes

  • Fix fiber upgrade with go install (#136)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 Jul 06:46
f866a38

Choose a tag to compare

🚀 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

17 Jun 05:51
4334839

Choose a tag to compare

🧹 Updates

  • Bump github.com/charmbracelet/bubbletea from 0.12.5 to 0.14.0 (#57, #58, #61, #67, #69)
  • Bump github.com/charmbracelet/bubbles from 0.7.6 to 0.8.0 (#63, #65, #66, #70)
  • Bump github.com/containerd/console from 1.0.1 to 1.0.2 (#62)
  • Bump github.com/muesli/termenv from 0.7.4 to 0.8.0 (#56)

v0.0.8

08 Mar 09:16
b762889

Choose a tag to compare

🔥New

  • Add args option for fiber dev #54

v0.0.7

06 Jan 06:38
e74205e

Choose a tag to compare

🔥New

  • Add pre-run option for fiber dev #42

v0.0.6

18 Nov 05:09
c58fac0

Choose a tag to compare

🧹 Updates

  • Fix ui and bump dependency #40

v0.0.5

31 Oct 00:46
8be9ca4

Choose a tag to compare

🧹 Updates

  • Improve upgrade with spinner cmd #27
  • Enhance custom repo flag support #29

v0.0.4

17 Oct 16:01
4a25503

Choose a tag to compare

Breaking Changes

  • We change project name from github.com/gofiber/fiber-cli to github.com/gofiber/cli. New installation is go get -u github.com/gofiber/cli/fiber

🔥 New

  • Add --repo(-r) flag to fiber new command, so you can specific your own repo as complex boilerplate. e.g. fiber new fiber-demo -t=complex -r=gofiber/boilerplate
  • Add prompt when there is a newer version available
    a