Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸš€ v1.13.x Changelog #635

Closed
Fenny opened this issue Jul 18, 2020 · 0 comments
Closed

πŸš€ v1.13.x Changelog #635

Fenny opened this issue Jul 18, 2020 · 0 comments

Comments

@Fenny
Copy link
Member

Fenny commented Jul 18, 2020

Special thanks to @kiyonlin, @ReneWerner87, @thomasvvugt for their input behind the scenes!
And I want to thank all the contributors for their awesome work, this community is amazing! ❀️

⚠ Deprecated

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

// New signature, see https://pkg.go.dev/github.com/gofiber/fiber?tab=doc#Router
func (app *App) Get(path string, handlers ...Handler) Router {}

πŸ”₯ New

🧹 Updates

πŸš€ Improvements

🩹 Fixes

@Fenny Fenny closed this as completed Jul 18, 2020
@Fenny Fenny pinned this issue Jul 18, 2020
@Fenny Fenny unpinned this issue Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant