v0.11.0
New Features 🔥
- Cookie OpenAPI param
fuego.Get(s, "/test", testController).
Cookie("my-cookie", "my description")
- Header OpenAPI param
fuego.Get(s, "/test", testController).
Header("my-header", "my description")
What's Changed
- feat: add generate controller cli by @rizerkrof in #39
- docs: add fuego social platforms by @hugoleborso in #41
- Add search to documentation & minor cleanup by @Jeremie-Chauvel in #42
- Fix video size on documentation home page by @Jeremie-Chauvel in #43
- Improve Doc homepage responsiveness for mobile by @Jeremie-Chauvel in #44
- Change to MIT license by @hugoleborso in #47
- Doc: Fix usage of
Use
for middleware example by @guerinoni in #50 - feature: add header and cookie to openapi schema by @kaazedev in #48
- renamed AddHeader, AddCookie, WithQueryParams to Header, Cookie, QueryParam by @EwenQuim in #51
Breaking Changes
The breaking changes are (and will always be) explicit (no silent breaking changes) and easy to change until Fuego hits 1.0
- renamed WithDescription to Description
- renamed WithSummary to Summary
- renamed WithQueryParam to QueryParam
- renamed SetDeprecated to Deprecated
New Contributors
- @Jeremie-Chauvel made their first contribution in #42
- @guerinoni made their first contribution in #50
- @kaazedev made their first contribution in #48
Full Changelog: v0.10.0...v0.11.0