Skip to content

v0.11.0

Compare
Choose a tag to compare
@EwenQuim EwenQuim released this 22 Feb 11:25
· 384 commits to main since this release

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

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

Full Changelog: v0.10.0...v0.11.0