Main feature : variadic options pattern 🔥
This pattern has been in test for the last months and is now confirmed. We fixed a lot of bugs, and it should be stable now. If not, don't hesitate to raise an issue!
The new syntax is described here : #174.
Thank you @rizerkrof @dylanhitt @ccoVeille @redecs for being regular contributors, and also thanks to the newcomers!
What's Changed
- chore: add test for multidimensional array bodies by @dylanhitt in #152
- feat: add ability to disable just the swagger ui by @dylanhitt in #155
- Tests/golden 2d array by @dylanhitt in #158
- Uses operation provided in register by @EwenQuim in #157
- chore: petstore tests cleanup by @dylanhitt in #160
- chore: fix comment typos in deserialization.go by @dylanhitt in #161
- BREAKING: all default Send* and Send*Error functions to have the same… by @dylanhitt in #164
- Fixing EOF bad request error when consume a route with empty request body by @dhanielsales in #168
- chore: ensure we test EOF clause in read by @dylanhitt in #170
- Enhance query parameters to support a list of parameters by @dhanielsales in #169
- chore: add test for SendHTML and minor test cleanup by @dylanhitt in #171
- feat: add group parameters by @rizerkrof in #165
- feat: add route.RequestContentType by @dylanhitt in #177
- Fix (potential) typo in the word resources by @asahasrabuddhe in #179
- Chore/send default by @dylanhitt in #175
- Correctly log status code by @MaikelH in #181
- Fix package name for Generated Controllers by @asahasrabuddhe in #178
- sort go imports by @ccoVeille in #186
- typos suggestion by @ccoVeille in #187
- feature: Add a CI for detecting typos by @imransolanki in #189
- ci: add a spellchecker to GitHub CI by @ccoVeille in #190
- Variadic route options by @EwenQuim in #176
- Hide route from OpenAPI spec, variadic options way by @EwenQuim in #196
- ci: no func whitespace by @dylanhitt in #205
- fixed wrong schema generation when using embedded struct by @mrguamos in #206
- docs: remove ErrorHandler doc reference to removed
ErrorWithInfo
in… by @dylanhitt in #212 - feat: add WithRequestContentType config option for the Server by @dylanhitt in #204
- Better Accept Serialization by @EwenQuim in #200
- Fix data race due to global instance of openapi3gen.Generator by @loikg in #202
- 500 internal server error by @EwenQuim in #213
- fix: gourmet app admin recipe creation by @dylanhitt in #214
- Moved Options & Params to main package by @EwenQuim in #215
- Enhance/admin searchs by @dylanhitt in #216
- Feat/param.required by @dylanhitt in #217
- Perf/url.values by @dylanhitt in #220
- refactor(basic-example) by @dylanhitt in #229
- Chore/refactor examples by @dylanhitt in #231
New Contributors
- @dhanielsales made their first contribution in #168
- @asahasrabuddhe made their first contribution in #179
- @MaikelH made their first contribution in #181
- @ccoVeille made their first contribution in #186
- @imransolanki made their first contribution in #189
- @mrguamos made their first contribution in #206
- @loikg made their first contribution in #202
Full Changelog: v0.14.0...v0.15.0