Releases: go-fuego/fuego
Releases · go-fuego/fuego
v0.8.0 The "Fuego" release 🔥
What's Changed
- Add per route middlewares by @rizerkrof in #28
- HTML Rendering by @EwenQuim in #29
- Renamed Op to Fuego everywhere by @EwenQuim in 0a56b23
- Markdown support by @EwenQuim in 121af76
- Group mux does not accepts trailing slashesby @EwenQuim in a20613a
- Pass any context from a controller to a
Ctx[any]
controller by @EwenQuim in 2fe3a13 - QueryParamInt/Bool methods by @EwenQuim in bfe4fd5
- Validation should return 400 on fail by @rizerkrof in #30
Full Changelog: v0.7.0...v0.8.0
v0.7: Templating 📃 and Auth 🔐
What's Changed
- feat: add generate openapi options by @rizerkrof in #18
- Base of security package by @EwenQuim in #21
- Do not cache on error by @EwenQuim in #22
- Base of templating engine by @EwenQuim in #23
- Grouping returns a sub-router by @EwenQuim in #24
New Contributors
- @rizerkrof made their first contribution in #18
Full Changelog: v0.6.1...v0.7.0