Releases: webrpc/gen-openapi
Releases · webrpc/gen-openapi
v0.15.0
What's Changed
- Use auth annotations to render security schema in method section by @LukasJenicek in #21
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- mark endpoint deprecated if there is such annotation by @LukasJenicek in #20
Full Changelog: v0.13.0...v0.14.0
v0.13.0: Expose as Go module
Expose as a Go module with //go:embed FS (#19)
v0.12.2
What's Changed
- use method name as summary and comments as description by @LukasJenicek in #18
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- use double quotes to wrap comments and replace all double quotes with single by @LukasJenicek in #17
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- render required attribute only when at least one field is required by @LukasJenicek in #14
- support definition of multiple servers by @LukasJenicek in #15
- show summary if any comment is present by @LukasJenicek in #16
Full Changelog: v0.11.3...v0.12.0
v0.11.3: Fix type property
v0.11.2: Allow same methods
Allow same methods (#11) * Allow same methods * Fix the autogenerated comment --------- Co-authored-by: Vojtech Vitek (golang.cz) <[email protected]>
v0.11.1: Support required vs. optional properties
Support required vs. optional properties (#9)
v0.11.0: Webrpc errors
Adds support for Webrpc errors.
Fixes object properties.