v0.41.0
What's Changed
- feat(jsonschema): add simple tool for JSON schema inference by @tdakkota in #416
- feat(ogen): add line and column to parse error by @tdakkota in #417
- fix(parser): validate header name by @tdakkota in #418
- docs: add issue templates by @tdakkota in #422
- feat: add options to disable client/server generation by @shadowspore in #425
- fix(gen): disallow requestBody masked content type by @tdakkota in #429
- fix(gen): handle optional request correctly by @tdakkota in #430
- feat(gen): allOf support by @shadowspore in #428
- fix(gen): handle form request type aliases correctly by @tdakkota in #433
- fix: limit reference resovle depth by @tdakkota in #434
- fix(openapi): add more path validation according to spec by @tdakkota in #436
- fix(gen): improve composite schema cycle detection by @tdakkota in #437
- fix(gen): handle nullable allof correctly by @shadowspore in #438
- fix(gen): anonymous type regex collection by @shadowspore in #439
- fix(gen): compile vendored templates only once by @tdakkota in #440
- feat(sgcollector): add some features by @tdakkota in #441
- fix(sgcollector): do not write
good
andnotImplemented
stages by @tdakkota in #442 - feat(parser): resolve components from complicated JSON pointers by @tdakkota in #445
Full Changelog: v0.40.0...v0.41.0