github gofiber/fiber v1.13.3

latest releases: v3.0.0-beta.2, v2.52.4, v2.52.3...
3 years ago

Deprecated

// Old signature
func (app *App) Get(path string, handlers ...Handler) *Route {}

// New signature
func (app *App) Get(path string, handlers ...Handler) Router {}
  • app.Routes() will no longer be supported, to access routes from the stack, please use app.Stack()
  • Name is removed from the Route struct, did had no more purpose after we decided to compress our router stack in #651

🔥 New

🧹 Updates

🚀 Improvements

🩹 Fixes

Don't miss a new fiber release

NewReleases is sending notifications on new releases.