v0.2.0
Huge thanks to all new contributors (and existing ones too 👀).
Notable change are the generated handler's signature, which now return a *Response
directly, better error handling on our part, and default errors respecting content-type!
What's Changed
- Unmarshaling string to enum produces empty value by @dustin-decker in #72
- Update README.md - Fix dead link by @Karitham in #73
- Add Error Response Content Type customization options by @adammparker in #75
- Add ParamName into certain Errors by @diamondburned in #78
- Require handlers to return *Response directly by @diamondburned in #80
- Implement x-go-optional-value, x-go-string by @diamondburned in #82
- fix(codegen): required param error implementation by @Karitham in #83
- Remove use of fmt.Errorf in generated code by @Karitham in #87
- feat: make status code public in generated code by @Karitham in #86
- refactor: directory structure by @Karitham in #88
- fix(readme): formatting by @Karitham in #90
- Use flag in README example by @jolheiser in #91
- refactor: middleware by @Karitham in #89
- spelling correction by @loudddd in #92
New Contributors
- @dustin-decker made their first contribution in #72
- @adammparker made their first contribution in #75
- @diamondburned made their first contribution in #78
- @loudddd made their first contribution in #92
Full Changelog: v0.1.1...v0.2.0